COLOR #EDDBE5

HEX: #EDDBE5
RGB: (237,219,229)

Color info

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

RGB color model

#EDDBE5 color RGB value is (237,219,229).

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

RGB channels and saturation

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

237
219
229

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

Portions of RGB colors in percentages

R + G + B =
237 + 219 + 229 = 685 (100%)
R 237 of 685 ~ 34.6%
G 219 of 685 ~ 31.97%
B 229 of 685 ~ 33.43%

%34.6
%31.97
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(0,8,3,7)
C0M8Y3K7 
(0%,8%,3%,7%)
(0.00/0.08/0.03/0.07)	

CMYK percentages

%0
%7.59
%3.38
%7.06

Codes

Color #EDDBE5 in popluar color models

EDDBE5
RGB237219229
HSL327°33.33%89.41%
HSB/HSV327°7.59%92.94%
CMYK0.00%7.59%3.38%
7.06%

Color #EDDBE5 in popluar number systems.

HEXEDDBE5
Decimal237219229
Binary111011011101101111100101
Octal355333345

Shades and tints

Shades of #EDDBE5

#EDDBE5
(237,219,229)
#D8C8D1
(216,200,209)
#C3B5BD
(195,181,189)
#AEA2A9
(174,162,169)
#998F95
(153,143,149)
#847C81
(132,124,129)
#6F696D
(111,105,109)
#5A5659
(90,86,89)
#454345
(69,67,69)
#303031
(48,48,49)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDDBE5

#EDDBE5
(237,219,229)
#EEDEE7
(238,222,231)
#EFE1E9
(239,225,233)
#F0E4EB
(240,228,235)
#F1E7ED
(241,231,237)
#F2EAEF
(242,234,239)
#F3EDF1
(243,237,241)
#F4F0F3
(244,240,243)
#F5F3F5
(245,243,245)
#F6F6F7
(246,246,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBE5; }

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

This text font color is #EDDBE5.


Background Color

.myBgColor { background-color: #EDDBE5; }

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

This div background color is #EDDBE5.


Border color

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

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

This div border color is #EDDBE5.


Opacity

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

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

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

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

This text has shadow with #EDDBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDBE5 on black background.


Color preview on white background

This text has color #EDDBE5 on white background.



Black color preview on #EDDBE5 background

This text has black color on #EDDBE5 background.


White color preview on #EDDBE5 background

This text has white color on #EDDBE5 background.