COLOR #EDD5DC

HEX: #EDD5DC RGB: (237,213,220)

Color info

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

RGB color model

#EDD5DC color RGB value is (237,213,220).

RGB: (237,213,220) (93%, 84%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 220 of 255 = 86%

237
213
220

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

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 220 = 670 (100%)
R 237 of 670 ~ 35.37%
G 213 of 670 ~ 31.79%
B 220 of 670 ~ 32.84'%

%35.37
%31.79
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK: (0,10,7,7) C0M10Y7K7 (0%,10%,7%,7%) (0.00/0.10/0.07/0.07) 

CMYK percentages

%0
%10.13
%7.17
%7.06

Codes

Color #EDD5DC in popluar color models

ED D5 DC
RGB 237 213 220
HSL 343° 40.00% 88.24%
HSB/HSV 343° 10.13% 92.94%
CMYK 0.00% 10.13% 7.17%
7.06%

Color #EDD5DC in popluar number systems.

HEX ED D5 DC
Decimal 237 213 220
Binary 11101101 11010101 11011100
Octal 355 325 334

Shades and tints

Shades of #EDD5DC

#EDD5DC
(237,213,220)
#D8C2C8
(216,194,200)
#C3AFB4
(195,175,180)
#AE9CA0
(174,156,160)
#99898C
(153,137,140)
#847678
(132,118,120)
#6F6364
(111,99,100)
#5A5050
(90,80,80)
#453D3C
(69,61,60)
#302A28
(48,42,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDD5DC

#EDD5DC
(237,213,220)
#EED8DF
(238,216,223)
#EFDBE2
(239,219,226)
#F0DEE5
(240,222,229)
#F1E1E8
(241,225,232)
#F2E4EB
(242,228,235)
#F3E7EE
(243,231,238)
#F4EAF1
(244,234,241)
#F5EDF4
(245,237,244)
#F6F0F7
(246,240,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5DC; }

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

This text font color is #EDD5DC.

Background Color

.myBgColor { background-color: #EDD5DC; }

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

This div background color is #EDD5DC.

Border color

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

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

This div border color is #EDD5DC.

Opacity

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

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

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

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

This text has shadow with #EDD5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD5DC.

Preview

Color preview on black background

This text has color #EDD5DC on black background.


Color preview on white background

This text has color #EDD5DC on white background.


Black color preview on #EDD5DC background

This text has black color on #EDD5DC background.


White color preview on #EDD5DC background

This text has white color on #EDD5DC background.


Related colors

Complementary color

Complementary color for #hex is #122A23.


I love getcolorcode.com

Triadic colors

1 #DCEDD5 and #D5DCED with #EDD5DC are triadic colors.

2 #DCD5ED and #D5EDDC with #EDD5DC are triadic colors.