COLOR #EDD1E5

HEX: #EDD1E5 RGB: (237,209,229)

Color info

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

RGB color model

#EDD1E5 color RGB value is (237,209,229).

RGB: (237,209,229) (93%, 82%, 90%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 229 of 255 = 90%

237
209
229

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

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 229 = 675 (100%)
R 237 of 675 ~ 35.11%
G 209 of 675 ~ 30.96%
B 229 of 675 ~ 33.93'%

%35.11
%30.96
%33.93

CMYK color model

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

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

CMYK: (0,12,3,7)
C0M12Y3K7 (0%, 12%, 3%, 7%)
(0.00 / 0.12 / 0.03 / 0.07)

CMYK percentages

%0
%11.81
%3.38
%7.06

Codes

Color #EDD1E5 in popluar color models

ED D1 E5
RGB 237 209 229
HSL 317° 43.75% 87.45%
HSB/HSV 317° 11.81% 92.94%
CMYK 0.00% 11.81% 3.38%
7.06%

Color #EDD1E5 in popluar number systems.

HEX ED D1 E5
Decimal 237 209 229
Binary 11101101 11010001 11100101
Octal 355 321 345

Shades and tints

Shades of #EDD1E5

#EDD1E5
(237,209,229)
#D8BED1
(216,190,209)
#C3ABBD
(195,171,189)
#AE98A9
(174,152,169)
#998595
(153,133,149)
#847281
(132,114,129)
#6F5F6D
(111,95,109)
#5A4C59
(90,76,89)
#453945
(69,57,69)
#302631
(48,38,49)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #EDD1E5

#EDD1E5
(237,209,229)
#EED5E7
(238,213,231)
#EFD9E9
(239,217,233)
#F0DDEB
(240,221,235)
#F1E1ED
(241,225,237)
#F2E5EF
(242,229,239)
#F3E9F1
(243,233,241)
#F4EDF3
(244,237,243)
#F5F1F5
(245,241,245)
#F6F5F7
(246,245,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1E5; }

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

This text font color is #EDD1E5.

Background Color

.myBgColor { background-color: #EDD1E5; }

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

This div background color is #EDD1E5.

Border color

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

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

This div border color is #EDD1E5.

Opacity

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

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

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

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

This text has shadow with #EDD1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1E5.

Preview

Color preview on black background

This text has color #EDD1E5 on black background.


Color preview on white background

This text has color #EDD1E5 on white background.


Black color preview on #EDD1E5 background

This text has black color on #EDD1E5 background.


White color preview on #EDD1E5 background

This text has white color on #EDD1E5 background.


Related colors

Complementary color

Complementary color for #hex is #122E1A.


I love getcolorcode.com

Triadic colors

1 #E5EDD1 and #D1E5ED with #EDD1E5 are triadic colors.

2 #E5D1ED and #D1EDE5 with #EDD1E5 are triadic colors.