COLOR #D4E6DD

HEX: #D4E6DD RGB: (212,230,221)

Color info

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

RGB color model

#D4E6DD color RGB value is (212,230,221).

RGB: (212,230,221) (83%, 90%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 221 of 255 = 87%

212
230
221

R + G + B ~ 87%. #D4E6DD is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 230 + 221 = 663 (100%)
R 212 of 663 ~ 31.98%
G 230 of 663 ~ 34.69%
B 221 of 663 ~ 33.33'%

%31.98
%34.69
%33.33

CMYK color model

#D4E6DD color CMYK value is (8,0,4,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 9.80%

CMYK: (8,0,4,10)
C8M0Y4K10 (8%, 0%, 4%, 10%)
(0.08 / 0.00 / 0.04 / 0.10)

CMYK percentages

%7.83
%0
%3.91
%9.8

Codes

Color #D4E6DD in popluar color models

D4 E6 DD
RGB 212 230 221
HSL 150° 26.47% 86.67%
HSB/HSV 150° 7.83% 90.20%
CMYK 7.83% 0.00% 3.91%
9.80%

Color #D4E6DD in popluar number systems.

HEX D4 E6 DD
Decimal 212 230 221
Binary 11010100 11100110 11011101
Octal 324 346 335

Shades and tints

Shades of #D4E6DD

#D4E6DD
(212,230,221)
#C1D2C9
(193,210,201)
#AEBEB5
(174,190,181)
#9BAAA1
(155,170,161)
#88968D
(136,150,141)
#758279
(117,130,121)
#626E65
(98,110,101)
#4F5A51
(79,90,81)
#3C463D
(60,70,61)
#293229
(41,50,41)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #D4E6DD

#D4E6DD
(212,230,221)
#D7E8E0
(215,232,224)
#DAEAE3
(218,234,227)
#DDECE6
(221,236,230)
#E0EEE9
(224,238,233)
#E3F0EC
(227,240,236)
#E6F2EF
(230,242,239)
#E9F4F2
(233,244,242)
#ECF6F5
(236,246,245)
#EFF8F8
(239,248,248)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6DD color. Also use rgb(212,230,221) instead hex code.

Text Font Color

.myTextColor { color: #D4E6DD; }

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

This text font color is #D4E6DD.

Background Color

.myBgColor { background-color: #D4E6DD; }

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

This div background color is #D4E6DD.

Border color

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

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

This div border color is #D4E6DD.

Opacity

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

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

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

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

This text has shadow with #D4E6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E6DD.

Preview

Color preview on black background

This text has color #D4E6DD on black background.


Color preview on white background

This text has color #D4E6DD on white background.


Black color preview on #D4E6DD background

This text has black color on #D4E6DD background.


White color preview on #D4E6DD background

This text has white color on #D4E6DD background.


Related colors

Complementary color

Complementary color for #hex is #2B1922.


I love getcolorcode.com

Triadic colors

1 #DDD4E6 and #E6DDD4 with #D4E6DD are triadic colors.

2 #DDE6D4 and #E6D4DD with #D4E6DD are triadic colors.