COLOR #D9CAE1

HEX: #D9CAE1 RGB: (217,202,225)

Color info

#D9CAE1 contains red, green and blue colors in about the same proportion. Web safe color of #D9CAE1 is #CCCCCC (or #CCC).

RGB color model

#D9CAE1 color RGB value is (217,202,225).

RGB: (217,202,225) (85%, 79%, 88%)

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 225 of 255 = 88%

217
202
225

R + G + B ~ 84%. #D9CAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 202 + 225 = 644 (100%)
R 217 of 644 ~ 33.7%
G 202 of 644 ~ 31.37%
B 225 of 644 ~ 34.94'%

%33.7
%31.37
%34.94

CMYK color model

#D9CAE1 color CMYK value is (4,10,0,12).

  • cyan value is 3.56%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (4,10,0,12) C4M10Y0K12 (4%,10%,0%,12%) (0.04/0.10/0.00/0.12) 

CMYK percentages

%3.56
%10.22
%0
%11.76

Codes

Color #D9CAE1 in popluar color models

D9 CA E1
RGB 217 202 225
HSL 279° 27.71% 83.73%
HSB/HSV 279° 10.22% 88.24%
CMYK 3.56% 10.22% 0.00%
11.76%

Color #D9CAE1 in popluar number systems.

HEX D9 CA E1
Decimal 217 202 225
Binary 11011001 11001010 11100001
Octal 331 312 341

Shades and tints

Shades of #D9CAE1

#D9CAE1
(217,202,225)
#C6B8CD
(198,184,205)
#B3A6B9
(179,166,185)
#A094A5
(160,148,165)
#8D8291
(141,130,145)
#7A707D
(122,112,125)
#675E69
(103,94,105)
#544C55
(84,76,85)
#413A41
(65,58,65)
#2E282D
(46,40,45)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9CAE1

#D9CAE1
(217,202,225)
#DCCEE3
(220,206,227)
#DFD2E5
(223,210,229)
#E2D6E7
(226,214,231)
#E5DAE9
(229,218,233)
#E8DEEB
(232,222,235)
#EBE2ED
(235,226,237)
#EEE6EF
(238,230,239)
#F1EAF1
(241,234,241)
#F4EEF3
(244,238,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CAE1 color. Also use rgb(217,202,225) instead hex code.

Text Font Color

.myTextColor { color: #D9CAE1; }

<p style="color:#D9CAE1">This sample text font color is #D9CAE1.</p>

This text font color is #D9CAE1.

Background Color

.myBgColor { background-color: #D9CAE1; }

<div style="background-color:#D9CAE1">Inner text</div>

This div background color is #D9CAE1.

Border color

.myBorderColor { border: 1px solid #D9CAE1; }

<div style="border:3px solid #D9CAE1">Div</div>

This div border color is #D9CAE1.

Opacity

.myOpacity80 { color: #D9CAE1; opacity: 0.8; }

<p style="color:#D9CAE1;opacity:0.8;">80%</p>

Text with #D9CAE1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D9CAE1;}

<p style="text-shadow: 3px 3px 1px #D9CAE1">Text here.</p>

This text has shadow with #D9CAE1 color.


.textShadow {text-shadow: 3px 3px 1px #D9CAE1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9CAE1, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9CAE1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9CAE1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9CAE1, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9CAE1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9CAE1;
-webkit-box-shadow: 1px 1px 3px 2px #D9CAE1;
box-shadow: 1px 1px 3px 2px #D9CAE1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9CAE1; -webkit-box-shadow: 1px 1px 3px 2px #D9CAE1; box-shadow:1px 1px 3px 2px #D9CAE1;">
Div content here
</div>

This div box has shadow with color #D9CAE1.

Preview

Color preview on black background

This text has color #D9CAE1 on black background.


Color preview on white background

This text has color #D9CAE1 on white background.


Black color preview on #D9CAE1 background

This text has black color on #D9CAE1 background.


White color preview on #D9CAE1 background

This text has white color on #D9CAE1 background.


Related colors

Complementary color

Complementary color for #hex is #26351E.


I love getcolorcode.com

Triadic colors

1 #E1D9CA and #CAE1D9 with #D9CAE1 are triadic colors.

2 #E1CAD9 and #CAD9E1 with #D9CAE1 are triadic colors.