COLOR #EDD6DE

HEX: #EDD6DE RGB: (237,214,222)

Color info

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

RGB color model

#EDD6DE color RGB value is (237,214,222).

RGB: (237,214,222) (93%, 84%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 222 of 255 = 87%

237
214
222

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

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 222 = 673 (100%)
R 237 of 673 ~ 35.22%
G 214 of 673 ~ 31.8%
B 222 of 673 ~ 32.99'%

%35.22
%31.8
%32.99

CMYK color model

#EDD6DE color CMYK value is (0,10,6,7).

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

CMYK: (0,10,6,7)
C0M10Y6K7 (0%, 10%, 6%, 7%)
(0.00 / 0.10 / 0.06 / 0.07)

CMYK percentages

%0
%9.7
%6.33
%7.06

Codes

Color #EDD6DE in popluar color models

ED D6 DE
RGB 237 214 222
HSL 339° 38.98% 88.43%
HSB/HSV 339° 9.70% 92.94%
CMYK 0.00% 9.70% 6.33%
7.06%

Color #EDD6DE in popluar number systems.

HEX ED D6 DE
Decimal 237 214 222
Binary 11101101 11010110 11011110
Octal 355 326 336

Shades and tints

Shades of #EDD6DE

#EDD6DE
(237,214,222)
#D8C3CA
(216,195,202)
#C3B0B6
(195,176,182)
#AE9DA2
(174,157,162)
#998A8E
(153,138,142)
#84777A
(132,119,122)
#6F6466
(111,100,102)
#5A5152
(90,81,82)
#453E3E
(69,62,62)
#302B2A
(48,43,42)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDD6DE

#EDD6DE
(237,214,222)
#EED9E1
(238,217,225)
#EFDCE4
(239,220,228)
#F0DFE7
(240,223,231)
#F1E2EA
(241,226,234)
#F2E5ED
(242,229,237)
#F3E8F0
(243,232,240)
#F4EBF3
(244,235,243)
#F5EEF6
(245,238,246)
#F6F1F9
(246,241,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6DE; }

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

This text font color is #EDD6DE.

Background Color

.myBgColor { background-color: #EDD6DE; }

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

This div background color is #EDD6DE.

Border color

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

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

This div border color is #EDD6DE.

Opacity

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

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

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

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

This text has shadow with #EDD6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6DE.

Preview

Color preview on black background

This text has color #EDD6DE on black background.


Color preview on white background

This text has color #EDD6DE on white background.


Black color preview on #EDD6DE background

This text has black color on #EDD6DE background.


White color preview on #EDD6DE background

This text has white color on #EDD6DE background.


Related colors

Complementary color

Complementary color for #hex is #122921.


I love getcolorcode.com

Triadic colors

1 #DEEDD6 and #D6DEED with #EDD6DE are triadic colors.

2 #DED6ED and #D6EDDE with #EDD6DE are triadic colors.