COLOR #D4DAE8

HEX: #D4DAE8 RGB: (212,218,232)

Color info

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

RGB color model

#D4DAE8 color RGB value is (212,218,232).

RGB: (212,218,232) (83%, 85%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 232 of 255 = 91%

212
218
232

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

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 232 = 662 (100%)
R 212 of 662 ~ 32.02%
G 218 of 662 ~ 32.93%
B 232 of 662 ~ 35.05'%

%32.02
%32.93
%35.05

CMYK color model

#D4DAE8 color CMYK value is (9,6,0,9).

  • cyan value is 8.62%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (9,6,0,9) C9M6Y0K9 (9%,6%,0%,9%) (0.09/0.06/0.00/0.09) 

CMYK percentages

%8.62
%6.03
%0
%9.02

Codes

Color #D4DAE8 in popluar color models

D4 DA E8
RGB 212 218 232
HSL 222° 30.30% 87.06%
HSB/HSV 222° 8.62% 90.98%
CMYK 8.62% 6.03% 0.00%
9.02%

Color #D4DAE8 in popluar number systems.

HEX D4 DA E8
Decimal 212 218 232
Binary 11010100 11011010 11101000
Octal 324 332 350

Shades and tints

Shades of #D4DAE8

#D4DAE8
(212,218,232)
#C1C7D3
(193,199,211)
#AEB4BE
(174,180,190)
#9BA1A9
(155,161,169)
#888E94
(136,142,148)
#757B7F
(117,123,127)
#62686A
(98,104,106)
#4F5555
(79,85,85)
#3C4240
(60,66,64)
#292F2B
(41,47,43)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #D4DAE8

#D4DAE8
(212,218,232)
#D7DDEA
(215,221,234)
#DAE0EC
(218,224,236)
#DDE3EE
(221,227,238)
#E0E6F0
(224,230,240)
#E3E9F2
(227,233,242)
#E6ECF4
(230,236,244)
#E9EFF6
(233,239,246)
#ECF2F8
(236,242,248)
#EFF5FA
(239,245,250)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DAE8 color. Also use rgb(212,218,232) instead hex code.

Text Font Color

.myTextColor { color: #D4DAE8; }

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

This text font color is #D4DAE8.

Background Color

.myBgColor { background-color: #D4DAE8; }

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

This div background color is #D4DAE8.

Border color

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

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

This div border color is #D4DAE8.

Opacity

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

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

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

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

This text has shadow with #D4DAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DAE8.

Preview

Color preview on black background

This text has color #D4DAE8 on black background.


Color preview on white background

This text has color #D4DAE8 on white background.


Black color preview on #D4DAE8 background

This text has black color on #D4DAE8 background.


White color preview on #D4DAE8 background

This text has white color on #D4DAE8 background.


Related colors

Complementary color

Complementary color for #hex is #2B2517.


I love getcolorcode.com

Triadic colors

1 #E8D4DA and #DAE8D4 with #D4DAE8 are triadic colors.

2 #E8DAD4 and #DAD4E8 with #D4DAE8 are triadic colors.