crispedge.com

Color picker

Loading...

#cf9ddd hex color - Violet - Warm color - Information

#cf9ddd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cf9ddd Color code in RGB color code model is created after adding 81.18% red color, 61.57% green color and 86.67% blue color. Hex #cf9ddd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 29% magenta, 0% yellow and 13% black.

Hex #cf9ddd color code is between #cc99cc web safe hex color code and #ddaaee web safe hex color code. #cc99cc is the nearest web safe color code. You can see here many more shades of #cf9ddd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codecf9ddd#cf9ddd
RGB Decimal207, 157, 221rgb(207, 157, 221)
RGB Percent81%, 62%, 87%rgb(81%, 62%, 87%)
CSS RGBa207, 157, 221,1rgba(207,157,221,1)
CMYK Modelcmyk(6%,29%,0%,13%)
HSL Color Space287,48% ,74%hsl(287,48% ,74%)
HSV Color Space287°, 29%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011111001110111011101
Octal317235335
Decimal207157221
Hexcf9ddd

Different shades of #cf9ddd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #cf9ddd
#e2c3ea
Dark Shade of #cf9ddd
#bc77d0
Saturated Shade of #cf9ddd
#d396e4
Desaturated Shade of #cf9ddd
#cba4d6
Grey scale Shade of #cf9ddd
#bdbdbd
Brighten Shade
#e8b6f6
Most Readable Shade
#000000

Shades of #cf9ddd color code

Generate more color scales with scales (color stack) generator.

#cf9ddd
#b88bc4
#a17aab
#8a6893
#73577a
#5c4562
#453449
#2e2231
#171118
#000000

Similar Color like #cf9ddd color

Find visually similar hex color codes nearing to #cf9ddd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#d09ede
#d19fdf
#d2a0e0
#d3a1e1
#d4a2e2
#d5a3e3
#d6a4e4
#d7a5e5
#d8a6e6
#d9a7e7
#daa8e8
#dba9e9
#dcaaea
#ddabeb
#ce9cdc
#cd9bdb
#cc9ada
#cb99d9
#ca98d8
#c997d7
#c896d6
#c795d5
#c694d4
#c593d3
#c492d2
#c391d1
#c290d0
#c18fcf

Monochromatic Color with #cf9ddd

#cf9ddd
#080608
#302433
#58425d
#7f6188
#a77fb3

Tints of #cf9ddd Color

#cf9ddd
#d4a7e0
#d9b2e4
#dfbde8
#e4c8ec
#e9d3ef
#efdef3
#f4e9f7
#f9f4fb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cf9ddd
#abdd9d

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cf9ddd
#cbdd9d
#9dddaf

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b59ddd
#c29ddd
#cf9ddd
#dc9ddd
#dd9dd1

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cf9ddd
#ddcf9d
#9dddcf

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cf9ddd
#ddaf9d
#abdd9d
#9dcbdd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#cf9ddd
#abdd9d
#9dddaf
#dd9dcb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #cf9ddd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cf9ddd Color Code Preview on Black Background Color

This is how #cf9ddd Color will look on black background color. Color contrast ratio is 9.52

#cf9ddd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cf9ddd">Your Example Paragraph content text in with font color #cf9ddd </p>

Your Example Paragraph content text in with font color #cf9ddd

HTML with inline CSS

<div style="color:#cf9ddd">Your Paragraph text in with font color #cf9ddd </div>

Your Example Paragraph content text in with font color #cf9ddd

#cf9ddd color code is use for CSS Background Color

Background color for the above div is #cf9ddd

HTML with inline CSS

<div style="background-color:#cf9ddd;"></div>

#cf9ddd color code is use for CSS Border Color

CSS Border color for the above div is #cf9ddd

HTML with inline CSS

<div style="border:5px solid #cf9ddd;"></div>

CSS Border Left color for the above div is #cf9ddd

HTML with inline CSS

<div style="border-left:5px solid #cf9ddd;"></div>

CSS Border Right color for the above div is #cf9ddd

HTML with inline CSS

<div style="border-right:5px solid #cf9ddd;"></div>

CSS Border Bottom color for the above div is #cf9ddd

HTML with inline CSS

<div style="border-bottom:5px solid #cf9ddd;"></div>

CSS Border Top color for the above div is #cf9ddd

HTML with inline CSS

<div style="border-top:5px solid #cf9ddd;"></div>

#cf9ddd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cf9ddd; } .examplecolorclass {color:#cf9ddd; } .examplebordercolor {border:3px solid #cf9ddd; }

#cf9ddd Color code Preview on White Background

This is how #cf9ddd Color code will look on white background color. Color contrast ratio is 2.21

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cf9ddd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cf9ddd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(207,157,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,221,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,157,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.