COLOR #D4DEE4

HEX: #D4DEE4 RGB: (212,222,228)

Color info

#D4DEE4 contains red, green and blue colors in about the same proportion. Web safe color of #D4DEE4 is #CCCCCC (or #CCC).

RGB color model

#D4DEE4 color RGB value is (212,222,228).

RGB: (212,222,228) (83%, 87%, 89%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 228 of 255 = 89%

212
222
228

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

Portions of RGB colors in percentages

R + G + B = 212 + 222 + 228 = 662 (100%)
R 212 of 662 ~ 32.02%
G 222 of 662 ~ 33.53%
B 228 of 662 ~ 34.44'%

%32.02
%33.53
%34.44

CMYK color model

#D4DEE4 color CMYK value is (7,3,0,11).

  • cyan value is 7.02%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (7,3,0,11)
C7M3Y0K11 (7%, 3%, 0%, 11%)
(0.07 / 0.03 / 0.00 / 0.11)

CMYK percentages

%7.02
%2.63
%0
%10.59

Codes

Color #D4DEE4 in popluar color models

D4 DE E4
RGB 212 222 228
HSL 203° 22.86% 86.27%
HSB/HSV 203° 7.02% 89.41%
CMYK 7.02% 2.63% 0.00%
10.59%

Color #D4DEE4 in popluar number systems.

HEX D4 DE E4
Decimal 212 222 228
Binary 11010100 11011110 11100100
Octal 324 336 344

Shades and tints

Shades of #D4DEE4

#D4DEE4
(212,222,228)
#C1CAD0
(193,202,208)
#AEB6BC
(174,182,188)
#9BA2A8
(155,162,168)
#888E94
(136,142,148)
#757A80
(117,122,128)
#62666C
(98,102,108)
#4F5258
(79,82,88)
#3C3E44
(60,62,68)
#292A30
(41,42,48)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #D4DEE4

#D4DEE4
(212,222,228)
#D7E1E6
(215,225,230)
#DAE4E8
(218,228,232)
#DDE7EA
(221,231,234)
#E0EAEC
(224,234,236)
#E3EDEE
(227,237,238)
#E6F0F0
(230,240,240)
#E9F3F2
(233,243,242)
#ECF6F4
(236,246,244)
#EFF9F6
(239,249,246)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DEE4 color. Also use rgb(212,222,228) instead hex code.

Text Font Color

.myTextColor { color: #D4DEE4; }

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

This text font color is #D4DEE4.

Background Color

.myBgColor { background-color: #D4DEE4; }

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

This div background color is #D4DEE4.

Border color

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

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

This div border color is #D4DEE4.

Opacity

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

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

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

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

This text has shadow with #D4DEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DEE4.

Preview

Color preview on black background

This text has color #D4DEE4 on black background.


Color preview on white background

This text has color #D4DEE4 on white background.


Black color preview on #D4DEE4 background

This text has black color on #D4DEE4 background.


White color preview on #D4DEE4 background

This text has white color on #D4DEE4 background.


Related colors

Complementary color

Complementary color for #hex is #2B211B.


I love getcolorcode.com

Triadic colors

1 #E4D4DE and #DEE4D4 with #D4DEE4 are triadic colors.

2 #E4DED4 and #DED4E4 with #D4DEE4 are triadic colors.