COLOR #EDD0E0

HEX: #EDD0E0
RGB: (237,208,224)

Color info

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

RGB color model

#EDD0E0 color RGB value is (237,208,224).

  • red value is 237;
  • green value is 208;
  • blue value is 224.
RGB:
(237,208,224)
(93%,82%,88%)

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 224 of 255 = 88%

237
208
224

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

Portions of RGB colors in percentages

R + G + B =
237 + 208 + 224 = 669 (100%)
R 237 of 669 ~ 35.43%
G 208 of 669 ~ 31.09%
B 224 of 669 ~ 33.48%

%35.43
%31.09
%33.48

CMYK color model

#EDD0E0 color CMYK value is (0,12,5,7).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(0,12,5,7)
C0M12Y5K7 
(0%,12%,5%,7%)
(0.00/0.12/0.05/0.07)	

CMYK percentages

%0
%12.24
%5.49
%7.06

Codes

Color #EDD0E0 in popluar color models

EDD0E0
RGB237208224
HSL327°44.62%87.25%
HSB/HSV327°12.24%92.94%
CMYK0.00%12.24%5.49%
7.06%

Color #EDD0E0 in popluar number systems.

HEXEDD0E0
Decimal237208224
Binary111011011101000011100000
Octal355320340

Shades and tints

Shades of #EDD0E0

#EDD0E0
(237,208,224)
#D8BECC
(216,190,204)
#C3ACB8
(195,172,184)
#AE9AA4
(174,154,164)
#998890
(153,136,144)
#84767C
(132,118,124)
#6F6468
(111,100,104)
#5A5254
(90,82,84)
#454040
(69,64,64)
#302E2C
(48,46,44)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDD0E0

#EDD0E0
(237,208,224)
#EED4E2
(238,212,226)
#EFD8E4
(239,216,228)
#F0DCE6
(240,220,230)
#F1E0E8
(241,224,232)
#F2E4EA
(242,228,234)
#F3E8EC
(243,232,236)
#F4ECEE
(244,236,238)
#F5F0F0
(245,240,240)
#F6F4F2
(246,244,242)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD0E0 color. Also use rgb(237,208,224) instead hex code.

Text Font Color

.myTextColor { color: #EDD0E0; }

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

This text font color is #EDD0E0.


Background Color

.myBgColor { background-color: #EDD0E0; }

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

This div background color is #EDD0E0.


Border color

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

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

This div border color is #EDD0E0.


Opacity

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

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

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

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

This text has shadow with #EDD0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD0E0 on black background.


Color preview on white background

This text has color #EDD0E0 on white background.



Black color preview on #EDD0E0 background

This text has black color on #EDD0E0 background.


White color preview on #EDD0E0 background

This text has white color on #EDD0E0 background.