COLOR #D4E4DF

HEX: #D4E4DF RGB: (212,228,223)

Color info

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

RGB color model

#D4E4DF color RGB value is (212,228,223).

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

RGB channels and saturation

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

212
228
223

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

Portions of RGB colors in percentages

R + G + B = 212 + 228 + 223 = 663 (100%)
R 212 of 663 ~ 31.98%
G 228 of 663 ~ 34.39%
B 223 of 663 ~ 33.63'%

%31.98
%34.39
%33.63

CMYK color model

#D4E4DF color CMYK value is (7,0,2,11).

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

CMYK: (7,0,2,11)
C7M0Y2K11 (7%, 0%, 2%, 11%)
(0.07 / 0.00 / 0.02 / 0.11)

CMYK percentages

%7.02
%0
%2.19
%10.59

Codes

Color #D4E4DF in popluar color models

D4 E4 DF
RGB 212 228 223
HSL 161° 22.86% 86.27%
HSB/HSV 161° 7.02% 89.41%
CMYK 7.02% 0.00% 2.19%
10.59%

Color #D4E4DF in popluar number systems.

HEX D4 E4 DF
Decimal 212 228 223
Binary 11010100 11100100 11011111
Octal 324 344 337

Shades and tints

Shades of #D4E4DF

#D4E4DF
(212,228,223)
#C1D0CB
(193,208,203)
#AEBCB7
(174,188,183)
#9BA8A3
(155,168,163)
#88948F
(136,148,143)
#75807B
(117,128,123)
#626C67
(98,108,103)
#4F5853
(79,88,83)
#3C443F
(60,68,63)
#29302B
(41,48,43)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #D4E4DF

#D4E4DF
(212,228,223)
#D7E6E1
(215,230,225)
#DAE8E3
(218,232,227)
#DDEAE5
(221,234,229)
#E0ECE7
(224,236,231)
#E3EEE9
(227,238,233)
#E6F0EB
(230,240,235)
#E9F2ED
(233,242,237)
#ECF4EF
(236,244,239)
#EFF6F1
(239,246,241)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E4DF; }

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

This text font color is #D4E4DF.

Background Color

.myBgColor { background-color: #D4E4DF; }

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

This div background color is #D4E4DF.

Border color

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

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

This div border color is #D4E4DF.

Opacity

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

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

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

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

This text has shadow with #D4E4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E4DF.

Preview

Color preview on black background

This text has color #D4E4DF on black background.


Color preview on white background

This text has color #D4E4DF on white background.


Black color preview on #D4E4DF background

This text has black color on #D4E4DF background.


White color preview on #D4E4DF background

This text has white color on #D4E4DF background.


Related colors

Complementary color

Complementary color for #hex is #2B1B20.


I love getcolorcode.com

Triadic colors

1 #DFD4E4 and #E4DFD4 with #D4E4DF are triadic colors.

2 #DFE4D4 and #E4D4DF with #D4E4DF are triadic colors.