COLOR #EDD5E5

HEX: #EDD5E5
RGB: (237,213,229)

Color info

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

RGB color model

#EDD5E5 color RGB value is (237,213,229).

  • red value is 237;
  • green value is 213;
  • blue value is 229.
RGB:
(237,213,229)
(93%,84%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 229 of 255 = 90%

237
213
229

R + G + B ~ 89%. #EDD5E5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 229 = 679 (100%)
R 237 of 679 ~ 34.9%
G 213 of 679 ~ 31.37%
B 229 of 679 ~ 33.73%

%34.9
%31.37
%33.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(0,10,3,7)
C0M10Y3K7 
(0%,10%,3%,7%)
(0.00/0.10/0.03/0.07)	

CMYK percentages

%0
%10.13
%3.38
%7.06

Codes

Color #EDD5E5 in popluar color models

EDD5E5
RGB237213229
HSL320°40.00%88.24%
HSB/HSV320°10.13%92.94%
CMYK0.00%10.13%3.38%
7.06%

Color #EDD5E5 in popluar number systems.

HEXEDD5E5
Decimal237213229
Binary111011011101010111100101
Octal355325345

Shades and tints

Shades of #EDD5E5

#EDD5E5
(237,213,229)
#D8C2D1
(216,194,209)
#C3AFBD
(195,175,189)
#AE9CA9
(174,156,169)
#998995
(153,137,149)
#847681
(132,118,129)
#6F636D
(111,99,109)
#5A5059
(90,80,89)
#453D45
(69,61,69)
#302A31
(48,42,49)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDD5E5

#EDD5E5
(237,213,229)
#EED8E7
(238,216,231)
#EFDBE9
(239,219,233)
#F0DEEB
(240,222,235)
#F1E1ED
(241,225,237)
#F2E4EF
(242,228,239)
#F3E7F1
(243,231,241)
#F4EAF3
(244,234,243)
#F5EDF5
(245,237,245)
#F6F0F7
(246,240,247)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5E5; }

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

This text font color is #EDD5E5.


Background Color

.myBgColor { background-color: #EDD5E5; }

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

This div background color is #EDD5E5.


Border color

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

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

This div border color is #EDD5E5.


Opacity

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

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

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

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

This text has shadow with #EDD5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5E5 on black background.


Color preview on white background

This text has color #EDD5E5 on white background.



Black color preview on #EDD5E5 background

This text has black color on #EDD5E5 background.


White color preview on #EDD5E5 background

This text has white color on #EDD5E5 background.