COLOR #D4ECDD

HEX: #D4ECDD RGB: (212,236,221)

Color info

#D4ECDD contains red, green and blue colors in about the same proportion. Web safe color of #D4ECDD is #CCFFCC (or #CFC).

RGB color model

#D4ECDD color RGB value is (212,236,221).

RGB: (212,236,221) (83%, 93%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 221 of 255 = 87%

212
236
221

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

Portions of RGB colors in percentages

R + G + B = 212 + 236 + 221 = 669 (100%)
R 212 of 669 ~ 31.69%
G 236 of 669 ~ 35.28%
B 221 of 669 ~ 33.03'%

%31.69
%35.28
%33.03

CMYK color model

#D4ECDD color CMYK value is (10,0,6,7).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%

CMYK: (10,0,6,7)
C10M0Y6K7 (10%, 0%, 6%, 7%)
(0.10 / 0.00 / 0.06 / 0.07)

CMYK percentages

%10.17
%0
%6.36
%7.45

Codes

Color #D4ECDD in popluar color models

D4 EC DD
RGB 212 236 221
HSL 143° 38.71% 87.84%
HSB/HSV 143° 10.17% 92.55%
CMYK 10.17% 0.00% 6.36%
7.45%

Color #D4ECDD in popluar number systems.

HEX D4 EC DD
Decimal 212 236 221
Binary 11010100 11101100 11011101
Octal 324 354 335

Shades and tints

Shades of #D4ECDD

#D4ECDD
(212,236,221)
#C1D7C9
(193,215,201)
#AEC2B5
(174,194,181)
#9BADA1
(155,173,161)
#88988D
(136,152,141)
#758379
(117,131,121)
#626E65
(98,110,101)
#4F5951
(79,89,81)
#3C443D
(60,68,61)
#292F29
(41,47,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #D4ECDD

#D4ECDD
(212,236,221)
#D7EDE0
(215,237,224)
#DAEEE3
(218,238,227)
#DDEFE6
(221,239,230)
#E0F0E9
(224,240,233)
#E3F1EC
(227,241,236)
#E6F2EF
(230,242,239)
#E9F3F2
(233,243,242)
#ECF4F5
(236,244,245)
#EFF5F8
(239,245,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ECDD; }

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

This text font color is #D4ECDD.

Background Color

.myBgColor { background-color: #D4ECDD; }

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

This div background color is #D4ECDD.

Border color

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

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

This div border color is #D4ECDD.

Opacity

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

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

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

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

This text has shadow with #D4ECDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ECDD.

Preview

Color preview on black background

This text has color #D4ECDD on black background.


Color preview on white background

This text has color #D4ECDD on white background.


Black color preview on #D4ECDD background

This text has black color on #D4ECDD background.


White color preview on #D4ECDD background

This text has white color on #D4ECDD background.


Related colors

Complementary color

Complementary color for #hex is #2B1322.


I love getcolorcode.com

Triadic colors

1 #DDD4EC and #ECDDD4 with #D4ECDD are triadic colors.

2 #DDECD4 and #ECD4DD with #D4ECDD are triadic colors.