COLOR #EDD9E6

HEX: #EDD9E6 RGB: (237,217,230)

Color info

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

RGB color model

#EDD9E6 color RGB value is (237,217,230).

RGB: (237,217,230) (93%, 85%, 90%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 230 of 255 = 90%

237
217
230

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

Portions of RGB colors in percentages

R + G + B = 237 + 217 + 230 = 684 (100%)
R 237 of 684 ~ 34.65%
G 217 of 684 ~ 31.73%
B 230 of 684 ~ 33.63'%

%34.65
%31.73
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 2.95%
  • 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
%8.44
%2.95
%7.06

Codes

Color #EDD9E6 in popluar color models

ED D9 E6
RGB 237 217 230
HSL 321° 35.71% 89.02%
HSB/HSV 321° 8.44% 92.94%
CMYK 0.00% 8.44% 2.95%
7.06%

Color #EDD9E6 in popluar number systems.

HEX ED D9 E6
Decimal 237 217 230
Binary 11101101 11011001 11100110
Octal 355 331 346

Shades and tints

Shades of #EDD9E6

#EDD9E6
(237,217,230)
#D8C6D2
(216,198,210)
#C3B3BE
(195,179,190)
#AEA0AA
(174,160,170)
#998D96
(153,141,150)
#847A82
(132,122,130)
#6F676E
(111,103,110)
#5A545A
(90,84,90)
#454146
(69,65,70)
#302E32
(48,46,50)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDD9E6

#EDD9E6
(237,217,230)
#EEDCE8
(238,220,232)
#EFDFEA
(239,223,234)
#F0E2EC
(240,226,236)
#F1E5EE
(241,229,238)
#F2E8F0
(242,232,240)
#F3EBF2
(243,235,242)
#F4EEF4
(244,238,244)
#F5F1F6
(245,241,246)
#F6F4F8
(246,244,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9E6 color. Also use rgb(237,217,230) instead hex code.

Text Font Color

.myTextColor { color: #EDD9E6; }

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

This text font color is #EDD9E6.

Background Color

.myBgColor { background-color: #EDD9E6; }

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

This div background color is #EDD9E6.

Border color

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

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

This div border color is #EDD9E6.

Opacity

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

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

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

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

This text has shadow with #EDD9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD9E6.

Preview

Color preview on black background

This text has color #EDD9E6 on black background.


Color preview on white background

This text has color #EDD9E6 on white background.


Black color preview on #EDD9E6 background

This text has black color on #EDD9E6 background.


White color preview on #EDD9E6 background

This text has white color on #EDD9E6 background.


Related colors

Complementary color

Complementary color for #hex is #122619.


I love getcolorcode.com

Triadic colors

1 #E6EDD9 and #D9E6ED with #EDD9E6 are triadic colors.

2 #E6D9ED and #D9EDE6 with #EDD9E6 are triadic colors.