COLOR #D8DDEC

HEX: #D8DDEC RGB: (216,221,236)

Color info

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

RGB color model

#D8DDEC color RGB value is (216,221,236).

RGB: (216,221,236) (85%, 87%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 236 of 255 = 93%

216
221
236

R + G + B ~ 88%. #D8DDEC is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 236 = 673 (100%)
R 216 of 673 ~ 32.1%
G 221 of 673 ~ 32.84%
B 236 of 673 ~ 35.07'%

%32.1
%32.84
%35.07

CMYK color model

#D8DDEC color CMYK value is (8,6,0,7).

  • cyan value is 8.47%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (8,6,0,7) C8M6Y0K7 (8%,6%,0%,7%) (0.08/0.06/0.00/0.07) 

CMYK percentages

%8.47
%6.36
%0
%7.45

Codes

Color #D8DDEC in popluar color models

D8 DD EC
RGB 216 221 236
HSL 225° 34.48% 88.63%
HSB/HSV 225° 8.47% 92.55%
CMYK 8.47% 6.36% 0.00%
7.45%

Color #D8DDEC in popluar number systems.

HEX D8 DD EC
Decimal 216 221 236
Binary 11011000 11011101 11101100
Octal 330 335 354

Shades and tints

Shades of #D8DDEC

#D8DDEC
(216,221,236)
#C5C9D7
(197,201,215)
#B2B5C2
(178,181,194)
#9FA1AD
(159,161,173)
#8C8D98
(140,141,152)
#797983
(121,121,131)
#66656E
(102,101,110)
#535159
(83,81,89)
#403D44
(64,61,68)
#2D292F
(45,41,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #D8DDEC

#D8DDEC
(216,221,236)
#DBE0ED
(219,224,237)
#DEE3EE
(222,227,238)
#E1E6EF
(225,230,239)
#E4E9F0
(228,233,240)
#E7ECF1
(231,236,241)
#EAEFF2
(234,239,242)
#EDF2F3
(237,242,243)
#F0F5F4
(240,245,244)
#F3F8F5
(243,248,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DDEC color. Also use rgb(216,221,236) instead hex code.

Text Font Color

.myTextColor { color: #D8DDEC; }

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

This text font color is #D8DDEC.

Background Color

.myBgColor { background-color: #D8DDEC; }

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

This div background color is #D8DDEC.

Border color

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

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

This div border color is #D8DDEC.

Opacity

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

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

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

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

This text has shadow with #D8DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DDEC.

Preview

Color preview on black background

This text has color #D8DDEC on black background.


Color preview on white background

This text has color #D8DDEC on white background.


Black color preview on #D8DDEC background

This text has black color on #D8DDEC background.


White color preview on #D8DDEC background

This text has white color on #D8DDEC background.


Related colors

Complementary color

Complementary color for #hex is #272213.


I love getcolorcode.com

Triadic colors

1 #ECD8DD and #DDECD8 with #D8DDEC are triadic colors.

2 #ECDDD8 and #DDD8EC with #D8DDEC are triadic colors.