COLOR #D8DCEC

HEX: #D8DCEC RGB: (216,220,236)

Color info

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

RGB color model

#D8DCEC color RGB value is (216,220,236).

RGB: (216,220,236) (85%, 86%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 236 of 255 = 93%

216
220
236

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

Portions of RGB colors in percentages

R + G + B = 216 + 220 + 236 = 672 (100%)
R 216 of 672 ~ 32.14%
G 220 of 672 ~ 32.74%
B 236 of 672 ~ 35.12'%

%32.14
%32.74
%35.12

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,7,0,7)
C8M7Y0K7 (8%, 7%, 0%, 7%)
(0.08 / 0.07 / 0.00 / 0.07)

CMYK percentages

%8.47
%6.78
%0
%7.45

Codes

Color #D8DCEC in popluar color models

D8 DC EC
RGB 216 220 236
HSL 228° 34.48% 88.63%
HSB/HSV 228° 8.47% 92.55%
CMYK 8.47% 6.78% 0.00%
7.45%

Color #D8DCEC in popluar number systems.

HEX D8 DC EC
Decimal 216 220 236
Binary 11011000 11011100 11101100
Octal 330 334 354

Shades and tints

Shades of #D8DCEC

#D8DCEC
(216,220,236)
#C5C8D7
(197,200,215)
#B2B4C2
(178,180,194)
#9FA0AD
(159,160,173)
#8C8C98
(140,140,152)
#797883
(121,120,131)
#66646E
(102,100,110)
#535059
(83,80,89)
#403C44
(64,60,68)
#2D282F
(45,40,47)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #D8DCEC

#D8DCEC
(216,220,236)
#DBDFED
(219,223,237)
#DEE2EE
(222,226,238)
#E1E5EF
(225,229,239)
#E4E8F0
(228,232,240)
#E7EBF1
(231,235,241)
#EAEEF2
(234,238,242)
#EDF1F3
(237,241,243)
#F0F4F4
(240,244,244)
#F3F7F5
(243,247,245)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DCEC; }

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

This text font color is #D8DCEC.

Background Color

.myBgColor { background-color: #D8DCEC; }

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

This div background color is #D8DCEC.

Border color

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

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

This div border color is #D8DCEC.

Opacity

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

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

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

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

This text has shadow with #D8DCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DCEC.

Preview

Color preview on black background

This text has color #D8DCEC on black background.


Color preview on white background

This text has color #D8DCEC on white background.


Black color preview on #D8DCEC background

This text has black color on #D8DCEC background.


White color preview on #D8DCEC background

This text has white color on #D8DCEC background.


Related colors

Complementary color

Complementary color for #hex is #272313.


I love getcolorcode.com

Triadic colors

1 #ECD8DC and #DCECD8 with #D8DCEC are triadic colors.

2 #ECDCD8 and #DCD8EC with #D8DCEC are triadic colors.