COLOR #EDDCE5

HEX: #EDDCE5 RGB: (237,220,229)

Color info

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

RGB color model

#EDDCE5 color RGB value is (237,220,229).

RGB: (237,220,229) (93%, 86%, 90%)

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 229 of 255 = 90%

237
220
229

R + G + B ~ 90%. #EDDCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 220 + 229 = 686 (100%)
R 237 of 686 ~ 34.55%
G 220 of 686 ~ 32.07%
B 229 of 686 ~ 33.38'%

%34.55
%32.07
%33.38

CMYK color model

#EDDCE5 color CMYK value is (0,7,3,7).

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

CMYK: (0,7,3,7)
C0M7Y3K7 (0%, 7%, 3%, 7%)
(0.00 / 0.07 / 0.03 / 0.07)

CMYK percentages

%0
%7.17
%3.38
%7.06

Codes

Color #EDDCE5 in popluar color models

ED DC E5
RGB 237 220 229
HSL 328° 32.08% 89.61%
HSB/HSV 328° 7.17% 92.94%
CMYK 0.00% 7.17% 3.38%
7.06%

Color #EDDCE5 in popluar number systems.

HEX ED DC E5
Decimal 237 220 229
Binary 11101101 11011100 11100101
Octal 355 334 345

Shades and tints

Shades of #EDDCE5

#EDDCE5
(237,220,229)
#D8C8D1
(216,200,209)
#C3B4BD
(195,180,189)
#AEA0A9
(174,160,169)
#998C95
(153,140,149)
#847881
(132,120,129)
#6F646D
(111,100,109)
#5A5059
(90,80,89)
#453C45
(69,60,69)
#302831
(48,40,49)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #EDDCE5

#EDDCE5
(237,220,229)
#EEDFE7
(238,223,231)
#EFE2E9
(239,226,233)
#F0E5EB
(240,229,235)
#F1E8ED
(241,232,237)
#F2EBEF
(242,235,239)
#F3EEF1
(243,238,241)
#F4F1F3
(244,241,243)
#F5F4F5
(245,244,245)
#F6F7F7
(246,247,247)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCE5; }

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

This text font color is #EDDCE5.

Background Color

.myBgColor { background-color: #EDDCE5; }

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

This div background color is #EDDCE5.

Border color

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

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

This div border color is #EDDCE5.

Opacity

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

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

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

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

This text has shadow with #EDDCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDCE5.

Preview

Color preview on black background

This text has color #EDDCE5 on black background.


Color preview on white background

This text has color #EDDCE5 on white background.


Black color preview on #EDDCE5 background

This text has black color on #EDDCE5 background.


White color preview on #EDDCE5 background

This text has white color on #EDDCE5 background.


Related colors

Complementary color

Complementary color for #hex is #12231A.


I love getcolorcode.com

Triadic colors

1 #E5EDDC and #DCE5ED with #EDDCE5 are triadic colors.

2 #E5DCED and #DCEDE5 with #EDDCE5 are triadic colors.