COLOR #D9CAEC

HEX: #D9CAEC RGB: (217,202,236)

Color info

#D9CAEC contains red, green and blue colors in about the same proportion. Web safe color of #D9CAEC is #CCCCFF (or #CCF).

RGB color model

#D9CAEC color RGB value is (217,202,236).

RGB: (217,202,236) (85%, 79%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 236 of 255 = 93%

217
202
236

R + G + B ~ 86%. #D9CAEC is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 202 + 236 = 655 (100%)
R 217 of 655 ~ 33.13%
G 202 of 655 ~ 30.84%
B 236 of 655 ~ 36.03'%

%33.13
%30.84
%36.03

CMYK color model

#D9CAEC color CMYK value is (8,14,0,7).

  • cyan value is 8.05%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,14,0,7)
C8M14Y0K7 (8%, 14%, 0%, 7%)
(0.08 / 0.14 / 0.00 / 0.07)

CMYK percentages

%8.05
%14.41
%0
%7.45

Codes

Color #D9CAEC in popluar color models

D9 CA EC
RGB 217 202 236
HSL 266° 47.22% 85.88%
HSB/HSV 266° 14.41% 92.55%
CMYK 8.05% 14.41% 0.00%
7.45%

Color #D9CAEC in popluar number systems.

HEX D9 CA EC
Decimal 217 202 236
Binary 11011001 11001010 11101100
Octal 331 312 354

Shades and tints

Shades of #D9CAEC

#D9CAEC
(217,202,236)
#C6B8D7
(198,184,215)
#B3A6C2
(179,166,194)
#A094AD
(160,148,173)
#8D8298
(141,130,152)
#7A7083
(122,112,131)
#675E6E
(103,94,110)
#544C59
(84,76,89)
#413A44
(65,58,68)
#2E282F
(46,40,47)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #D9CAEC

#D9CAEC
(217,202,236)
#DCCEED
(220,206,237)
#DFD2EE
(223,210,238)
#E2D6EF
(226,214,239)
#E5DAF0
(229,218,240)
#E8DEF1
(232,222,241)
#EBE2F2
(235,226,242)
#EEE6F3
(238,230,243)
#F1EAF4
(241,234,244)
#F4EEF5
(244,238,245)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CAEC; }

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

This text font color is #D9CAEC.

Background Color

.myBgColor { background-color: #D9CAEC; }

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

This div background color is #D9CAEC.

Border color

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

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

This div border color is #D9CAEC.

Opacity

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

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

Text with #D9CAEC 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 #D9CAEC;}

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

This text has shadow with #D9CAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CAEC.

Preview

Color preview on black background

This text has color #D9CAEC on black background.


Color preview on white background

This text has color #D9CAEC on white background.


Black color preview on #D9CAEC background

This text has black color on #D9CAEC background.


White color preview on #D9CAEC background

This text has white color on #D9CAEC background.


Related colors

Complementary color

Complementary color for #hex is #263513.


I love getcolorcode.com

Triadic colors

1 #ECD9CA and #CAECD9 with #D9CAEC are triadic colors.

2 #ECCAD9 and #CAD9EC with #D9CAEC are triadic colors.