COLOR #D8DFEC

HEX: #D8DFEC RGB: (216,223,236)

Color info

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

RGB color model

#D8DFEC color RGB value is (216,223,236).

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

RGB channels and saturation

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

216
223
236

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

Portions of RGB colors in percentages

R + G + B = 216 + 223 + 236 = 675 (100%)
R 216 of 675 ~ 32%
G 223 of 675 ~ 33.04%
B 236 of 675 ~ 34.96'%

%32
%33.04
%34.96

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 5.51%
  • 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
%5.51
%0
%7.45

Codes

Color #D8DFEC in popluar color models

D8 DF EC
RGB 216 223 236
HSL 219° 34.48% 88.63%
HSB/HSV 219° 8.47% 92.55%
CMYK 8.47% 5.51% 0.00%
7.45%

Color #D8DFEC in popluar number systems.

HEX D8 DF EC
Decimal 216 223 236
Binary 11011000 11011111 11101100
Octal 330 337 354

Shades and tints

Shades of #D8DFEC

#D8DFEC
(216,223,236)
#C5CBD7
(197,203,215)
#B2B7C2
(178,183,194)
#9FA3AD
(159,163,173)
#8C8F98
(140,143,152)
#797B83
(121,123,131)
#66676E
(102,103,110)
#535359
(83,83,89)
#403F44
(64,63,68)
#2D2B2F
(45,43,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #D8DFEC

#D8DFEC
(216,223,236)
#DBE1ED
(219,225,237)
#DEE3EE
(222,227,238)
#E1E5EF
(225,229,239)
#E4E7F0
(228,231,240)
#E7E9F1
(231,233,241)
#EAEBF2
(234,235,242)
#EDEDF3
(237,237,243)
#F0EFF4
(240,239,244)
#F3F1F5
(243,241,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFEC; }

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

This text font color is #D8DFEC.

Background Color

.myBgColor { background-color: #D8DFEC; }

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

This div background color is #D8DFEC.

Border color

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

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

This div border color is #D8DFEC.

Opacity

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

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

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

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

This text has shadow with #D8DFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DFEC.

Preview

Color preview on black background

This text has color #D8DFEC on black background.


Color preview on white background

This text has color #D8DFEC on white background.


Black color preview on #D8DFEC background

This text has black color on #D8DFEC background.


White color preview on #D8DFEC background

This text has white color on #D8DFEC background.


Related colors

Complementary color

Complementary color for #hex is #272013.


I love getcolorcode.com

Triadic colors

1 #ECD8DF and #DFECD8 with #D8DFEC are triadic colors.

2 #ECDFD8 and #DFD8EC with #D8DFEC are triadic colors.