COLOR #EDD6E0

HEX: #EDD6E0 RGB: (237,214,224)

Color info

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

RGB color model

#EDD6E0 color RGB value is (237,214,224).

RGB: (237,214,224) (93%, 84%, 88%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 224 of 255 = 88%

237
214
224

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

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 224 = 675 (100%)
R 237 of 675 ~ 35.11%
G 214 of 675 ~ 31.7%
B 224 of 675 ~ 33.19'%

%35.11
%31.7
%33.19

CMYK color model

#EDD6E0 color CMYK value is (0,10,5,7).

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

CMYK: (0,10,5,7)
C0M10Y5K7 (0%, 10%, 5%, 7%)
(0.00 / 0.10 / 0.05 / 0.07)

CMYK percentages

%0
%9.7
%5.49
%7.06

Codes

Color #EDD6E0 in popluar color models

ED D6 E0
RGB 237 214 224
HSL 334° 38.98% 88.43%
HSB/HSV 334° 9.70% 92.94%
CMYK 0.00% 9.70% 5.49%
7.06%

Color #EDD6E0 in popluar number systems.

HEX ED D6 E0
Decimal 237 214 224
Binary 11101101 11010110 11100000
Octal 355 326 340

Shades and tints

Shades of #EDD6E0

#EDD6E0
(237,214,224)
#D8C3CC
(216,195,204)
#C3B0B8
(195,176,184)
#AE9DA4
(174,157,164)
#998A90
(153,138,144)
#84777C
(132,119,124)
#6F6468
(111,100,104)
#5A5154
(90,81,84)
#453E40
(69,62,64)
#302B2C
(48,43,44)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDD6E0

#EDD6E0
(237,214,224)
#EED9E2
(238,217,226)
#EFDCE4
(239,220,228)
#F0DFE6
(240,223,230)
#F1E2E8
(241,226,232)
#F2E5EA
(242,229,234)
#F3E8EC
(243,232,236)
#F4EBEE
(244,235,238)
#F5EEF0
(245,238,240)
#F6F1F2
(246,241,242)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6E0; }

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

This text font color is #EDD6E0.

Background Color

.myBgColor { background-color: #EDD6E0; }

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

This div background color is #EDD6E0.

Border color

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

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

This div border color is #EDD6E0.

Opacity

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

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

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

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

This text has shadow with #EDD6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6E0.

Preview

Color preview on black background

This text has color #EDD6E0 on black background.


Color preview on white background

This text has color #EDD6E0 on white background.


Black color preview on #EDD6E0 background

This text has black color on #EDD6E0 background.


White color preview on #EDD6E0 background

This text has white color on #EDD6E0 background.


Related colors

Complementary color

Complementary color for #hex is #12291F.


I love getcolorcode.com

Triadic colors

1 #E0EDD6 and #D6E0ED with #EDD6E0 are triadic colors.

2 #E0D6ED and #D6EDE0 with #EDD6E0 are triadic colors.