COLOR #EDD8E0

HEX: #EDD8E0 RGB: (237,216,224)

Color info

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

RGB color model

#EDD8E0 color RGB value is (237,216,224).

RGB: (237,216,224) (93%, 85%, 88%)

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 224 of 255 = 88%

237
216
224

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

Portions of RGB colors in percentages

R + G + B = 237 + 216 + 224 = 677 (100%)
R 237 of 677 ~ 35.01%
G 216 of 677 ~ 31.91%
B 224 of 677 ~ 33.09'%

%35.01
%31.91
%33.09

CMYK color model

#EDD8E0 color CMYK value is (0,9,5,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 5.49%
  • key color value is 7.06%

CMYK: (0,9,5,7)
C0M9Y5K7 (0%, 9%, 5%, 7%)
(0.00 / 0.09 / 0.05 / 0.07)

CMYK percentages

%0
%8.86
%5.49
%7.06

Codes

Color #EDD8E0 in popluar color models

ED D8 E0
RGB 237 216 224
HSL 337° 36.84% 88.82%
HSB/HSV 337° 8.86% 92.94%
CMYK 0.00% 8.86% 5.49%
7.06%

Color #EDD8E0 in popluar number systems.

HEX ED D8 E0
Decimal 237 216 224
Binary 11101101 11011000 11100000
Octal 355 330 340

Shades and tints

Shades of #EDD8E0

#EDD8E0
(237,216,224)
#D8C5CC
(216,197,204)
#C3B2B8
(195,178,184)
#AE9FA4
(174,159,164)
#998C90
(153,140,144)
#84797C
(132,121,124)
#6F6668
(111,102,104)
#5A5354
(90,83,84)
#454040
(69,64,64)
#302D2C
(48,45,44)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDD8E0

#EDD8E0
(237,216,224)
#EEDBE2
(238,219,226)
#EFDEE4
(239,222,228)
#F0E1E6
(240,225,230)
#F1E4E8
(241,228,232)
#F2E7EA
(242,231,234)
#F3EAEC
(243,234,236)
#F4EDEE
(244,237,238)
#F5F0F0
(245,240,240)
#F6F3F2
(246,243,242)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8E0; }

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

This text font color is #EDD8E0.

Background Color

.myBgColor { background-color: #EDD8E0; }

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

This div background color is #EDD8E0.

Border color

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

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

This div border color is #EDD8E0.

Opacity

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

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

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

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

This text has shadow with #EDD8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD8E0.

Preview

Color preview on black background

This text has color #EDD8E0 on black background.


Color preview on white background

This text has color #EDD8E0 on white background.


Black color preview on #EDD8E0 background

This text has black color on #EDD8E0 background.


White color preview on #EDD8E0 background

This text has white color on #EDD8E0 background.


Related colors

Complementary color

Complementary color for #hex is #12271F.


I love getcolorcode.com

Triadic colors

1 #E0EDD8 and #D8E0ED with #EDD8E0 are triadic colors.

2 #E0D8ED and #D8EDE0 with #EDD8E0 are triadic colors.