COLOR #D4EDDC

HEX: #D4EDDC RGB: (212,237,220)

Color info

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

RGB color model

#D4EDDC color RGB value is (212,237,220).

RGB: (212,237,220) (83%, 93%, 86%)

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 220 of 255 = 86%

212
237
220

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

Portions of RGB colors in percentages

R + G + B = 212 + 237 + 220 = 669 (100%)
R 212 of 669 ~ 31.69%
G 237 of 669 ~ 35.43%
B 220 of 669 ~ 32.88'%

%31.69
%35.43
%32.88

CMYK color model

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

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 7.06%

CMYK: (11,0,7,7)
C11M0Y7K7 (11%, 0%, 7%, 7%)
(0.11 / 0.00 / 0.07 / 0.07)

CMYK percentages

%10.55
%0
%7.17
%7.06

Codes

Color #D4EDDC in popluar color models

D4 ED DC
RGB 212 237 220
HSL 139° 40.98% 88.04%
HSB/HSV 139° 10.55% 92.94%
CMYK 10.55% 0.00% 7.17%
7.06%

Color #D4EDDC in popluar number systems.

HEX D4 ED DC
Decimal 212 237 220
Binary 11010100 11101101 11011100
Octal 324 355 334

Shades and tints

Shades of #D4EDDC

#D4EDDC
(212,237,220)
#C1D8C8
(193,216,200)
#AEC3B4
(174,195,180)
#9BAEA0
(155,174,160)
#88998C
(136,153,140)
#758478
(117,132,120)
#626F64
(98,111,100)
#4F5A50
(79,90,80)
#3C453C
(60,69,60)
#293028
(41,48,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #D4EDDC

#D4EDDC
(212,237,220)
#D7EEDF
(215,238,223)
#DAEFE2
(218,239,226)
#DDF0E5
(221,240,229)
#E0F1E8
(224,241,232)
#E3F2EB
(227,242,235)
#E6F3EE
(230,243,238)
#E9F4F1
(233,244,241)
#ECF5F4
(236,245,244)
#EFF6F7
(239,246,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EDDC color. Also use rgb(212,237,220) instead hex code.

Text Font Color

.myTextColor { color: #D4EDDC; }

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

This text font color is #D4EDDC.

Background Color

.myBgColor { background-color: #D4EDDC; }

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

This div background color is #D4EDDC.

Border color

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

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

This div border color is #D4EDDC.

Opacity

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

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

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

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

This text has shadow with #D4EDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EDDC.

Preview

Color preview on black background

This text has color #D4EDDC on black background.


Color preview on white background

This text has color #D4EDDC on white background.


Black color preview on #D4EDDC background

This text has black color on #D4EDDC background.


White color preview on #D4EDDC background

This text has white color on #D4EDDC background.


Related colors

Complementary color

Complementary color for #hex is #2B1223.


I love getcolorcode.com

Triadic colors

1 #DCD4ED and #EDDCD4 with #D4EDDC are triadic colors.

2 #DCEDD4 and #EDD4DC with #D4EDDC are triadic colors.