COLOR #D9CEEC

HEX: #D9CEEC RGB: (217,206,236)

Color info

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

RGB color model

#D9CEEC color RGB value is (217,206,236).

RGB: (217,206,236) (85%, 81%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 206 of 255 = 81%
B 236 of 255 = 93%

217
206
236

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

Portions of RGB colors in percentages

R + G + B = 217 + 206 + 236 = 659 (100%)
R 217 of 659 ~ 32.93%
G 206 of 659 ~ 31.26%
B 236 of 659 ~ 35.81'%

%32.93
%31.26
%35.81

CMYK color model

#D9CEEC color CMYK value is (8,13,0,7).

  • cyan value is 8.05%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (8,13,0,7) C8M13Y0K7 (8%,13%,0%,7%) (0.08/0.13/0.00/0.07) 

CMYK percentages

%8.05
%12.71
%0
%7.45

Codes

Color #D9CEEC in popluar color models

D9 CE EC
RGB 217 206 236
HSL 262° 44.12% 86.67%
HSB/HSV 262° 12.71% 92.55%
CMYK 8.05% 12.71% 0.00%
7.45%

Color #D9CEEC in popluar number systems.

HEX D9 CE EC
Decimal 217 206 236
Binary 11011001 11001110 11101100
Octal 331 316 354

Shades and tints

Shades of #D9CEEC

#D9CEEC
(217,206,236)
#C6BCD7
(198,188,215)
#B3AAC2
(179,170,194)
#A098AD
(160,152,173)
#8D8698
(141,134,152)
#7A7483
(122,116,131)
#67626E
(103,98,110)
#545059
(84,80,89)
#413E44
(65,62,68)
#2E2C2F
(46,44,47)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #D9CEEC

#D9CEEC
(217,206,236)
#DCD2ED
(220,210,237)
#DFD6EE
(223,214,238)
#E2DAEF
(226,218,239)
#E5DEF0
(229,222,240)
#E8E2F1
(232,226,241)
#EBE6F2
(235,230,242)
#EEEAF3
(238,234,243)
#F1EEF4
(241,238,244)
#F4F2F5
(244,242,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CEEC; }

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

This text font color is #D9CEEC.

Background Color

.myBgColor { background-color: #D9CEEC; }

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

This div background color is #D9CEEC.

Border color

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

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

This div border color is #D9CEEC.

Opacity

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

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

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

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

This text has shadow with #D9CEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CEEC.

Preview

Color preview on black background

This text has color #D9CEEC on black background.


Color preview on white background

This text has color #D9CEEC on white background.


Black color preview on #D9CEEC background

This text has black color on #D9CEEC background.


White color preview on #D9CEEC background

This text has white color on #D9CEEC background.


Related colors

Complementary color

Complementary color for #hex is #263113.


I love getcolorcode.com

Triadic colors

1 #ECD9CE and #CEECD9 with #D9CEEC are triadic colors.

2 #ECCED9 and #CED9EC with #D9CEEC are triadic colors.