COLOR #D8DAEE

HEX: #D8DAEE RGB: (216,218,238)

Color info

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

RGB color model

#D8DAEE color RGB value is (216,218,238).

RGB: (216,218,238) (85%, 85%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 238 of 255 = 93%

216
218
238

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

Portions of RGB colors in percentages

R + G + B = 216 + 218 + 238 = 672 (100%)
R 216 of 672 ~ 32.14%
G 218 of 672 ~ 32.44%
B 238 of 672 ~ 35.42'%

%32.14
%32.44
%35.42

CMYK color model

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

  • cyan value is 9.24%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (9,8,0,7)
C9M8Y0K7 (9%, 8%, 0%, 7%)
(0.09 / 0.08 / 0.00 / 0.07)

CMYK percentages

%9.24
%8.4
%0
%6.67

Codes

Color #D8DAEE in popluar color models

D8 DA EE
RGB 216 218 238
HSL 235° 39.29% 89.02%
HSB/HSV 235° 9.24% 93.33%
CMYK 9.24% 8.40% 0.00%
6.67%

Color #D8DAEE in popluar number systems.

HEX D8 DA EE
Decimal 216 218 238
Binary 11011000 11011010 11101110
Octal 330 332 356

Shades and tints

Shades of #D8DAEE

#D8DAEE
(216,218,238)
#C5C7D9
(197,199,217)
#B2B4C4
(178,180,196)
#9FA1AF
(159,161,175)
#8C8E9A
(140,142,154)
#797B85
(121,123,133)
#666870
(102,104,112)
#53555B
(83,85,91)
#404246
(64,66,70)
#2D2F31
(45,47,49)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #D8DAEE

#D8DAEE
(216,218,238)
#DBDDEF
(219,221,239)
#DEE0F0
(222,224,240)
#E1E3F1
(225,227,241)
#E4E6F2
(228,230,242)
#E7E9F3
(231,233,243)
#EAECF4
(234,236,244)
#EDEFF5
(237,239,245)
#F0F2F6
(240,242,246)
#F3F5F7
(243,245,247)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DAEE color. Also use rgb(216,218,238) instead hex code.

Text Font Color

.myTextColor { color: #D8DAEE; }

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

This text font color is #D8DAEE.

Background Color

.myBgColor { background-color: #D8DAEE; }

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

This div background color is #D8DAEE.

Border color

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

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

This div border color is #D8DAEE.

Opacity

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

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

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

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

This text has shadow with #D8DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DAEE.

Preview

Color preview on black background

This text has color #D8DAEE on black background.


Color preview on white background

This text has color #D8DAEE on white background.


Black color preview on #D8DAEE background

This text has black color on #D8DAEE background.


White color preview on #D8DAEE background

This text has white color on #D8DAEE background.


Related colors

Complementary color

Complementary color for #hex is #272511.


I love getcolorcode.com

Triadic colors

1 #EED8DA and #DAEED8 with #D8DAEE are triadic colors.

2 #EEDAD8 and #DAD8EE with #D8DAEE are triadic colors.