COLOR #EDD8DC

HEX: #EDD8DC RGB: (237,216,220)

Color info

#EDD8DC contains red, green and blue colors in about the same proportion. Web safe color of #EDD8DC is #FFCCCC (or #FCC).

RGB color model

#EDD8DC color RGB value is (237,216,220).

RGB: (237,216,220) (93%, 85%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 220 of 255 = 86%

237
216
220

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

Portions of RGB colors in percentages

R + G + B = 237 + 216 + 220 = 673 (100%)
R 237 of 673 ~ 35.22%
G 216 of 673 ~ 32.1%
B 220 of 673 ~ 32.69'%

%35.22
%32.1
%32.69

CMYK color model

#EDD8DC color CMYK value is (0,9,7,7).

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

CMYK: (0,9,7,7)
C0M9Y7K7 (0%, 9%, 7%, 7%)
(0.00 / 0.09 / 0.07 / 0.07)

CMYK percentages

%0
%8.86
%7.17
%7.06

Codes

Color #EDD8DC in popluar color models

ED D8 DC
RGB 237 216 220
HSL 349° 36.84% 88.82%
HSB/HSV 349° 8.86% 92.94%
CMYK 0.00% 8.86% 7.17%
7.06%

Color #EDD8DC in popluar number systems.

HEX ED D8 DC
Decimal 237 216 220
Binary 11101101 11011000 11011100
Octal 355 330 334

Shades and tints

Shades of #EDD8DC

#EDD8DC
(237,216,220)
#D8C5C8
(216,197,200)
#C3B2B4
(195,178,180)
#AE9FA0
(174,159,160)
#998C8C
(153,140,140)
#847978
(132,121,120)
#6F6664
(111,102,100)
#5A5350
(90,83,80)
#45403C
(69,64,60)
#302D28
(48,45,40)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDD8DC

#EDD8DC
(237,216,220)
#EEDBDF
(238,219,223)
#EFDEE2
(239,222,226)
#F0E1E5
(240,225,229)
#F1E4E8
(241,228,232)
#F2E7EB
(242,231,235)
#F3EAEE
(243,234,238)
#F4EDF1
(244,237,241)
#F5F0F4
(245,240,244)
#F6F3F7
(246,243,247)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8DC; }

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

This text font color is #EDD8DC.

Background Color

.myBgColor { background-color: #EDD8DC; }

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

This div background color is #EDD8DC.

Border color

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

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

This div border color is #EDD8DC.

Opacity

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

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

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

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

This text has shadow with #EDD8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD8DC.

Preview

Color preview on black background

This text has color #EDD8DC on black background.


Color preview on white background

This text has color #EDD8DC on white background.


Black color preview on #EDD8DC background

This text has black color on #EDD8DC background.


White color preview on #EDD8DC background

This text has white color on #EDD8DC background.


Related colors

Complementary color

Complementary color for #hex is #122723.


I love getcolorcode.com

Triadic colors

1 #DCEDD8 and #D8DCED with #EDD8DC are triadic colors.

2 #DCD8ED and #D8EDDC with #EDD8DC are triadic colors.