COLOR #EDD1E6

HEX: #EDD1E6 RGB: (237,209,230)

Color info

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

RGB color model

#EDD1E6 color RGB value is (237,209,230).

RGB: (237,209,230) (93%, 82%, 90%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 230 of 255 = 90%

237
209
230

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

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 230 = 676 (100%)
R 237 of 676 ~ 35.06%
G 209 of 676 ~ 30.92%
B 230 of 676 ~ 34.02'%

%35.06
%30.92
%34.02

CMYK color model

#EDD1E6 color CMYK value is (0,12,3,7).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 2.95%
  • key color value is 7.06%

CMYK: (0,12,3,7)
C0M12Y3K7 (0%, 12%, 3%, 7%)
(0.00 / 0.12 / 0.03 / 0.07)

CMYK percentages

%0
%11.81
%2.95
%7.06

Codes

Color #EDD1E6 in popluar color models

ED D1 E6
RGB 237 209 230
HSL 315° 43.75% 87.45%
HSB/HSV 315° 11.81% 92.94%
CMYK 0.00% 11.81% 2.95%
7.06%

Color #EDD1E6 in popluar number systems.

HEX ED D1 E6
Decimal 237 209 230
Binary 11101101 11010001 11100110
Octal 355 321 346

Shades and tints

Shades of #EDD1E6

#EDD1E6
(237,209,230)
#D8BED2
(216,190,210)
#C3ABBE
(195,171,190)
#AE98AA
(174,152,170)
#998596
(153,133,150)
#847282
(132,114,130)
#6F5F6E
(111,95,110)
#5A4C5A
(90,76,90)
#453946
(69,57,70)
#302632
(48,38,50)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #EDD1E6

#EDD1E6
(237,209,230)
#EED5E8
(238,213,232)
#EFD9EA
(239,217,234)
#F0DDEC
(240,221,236)
#F1E1EE
(241,225,238)
#F2E5F0
(242,229,240)
#F3E9F2
(243,233,242)
#F4EDF4
(244,237,244)
#F5F1F6
(245,241,246)
#F6F5F8
(246,245,248)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1E6; }

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

This text font color is #EDD1E6.

Background Color

.myBgColor { background-color: #EDD1E6; }

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

This div background color is #EDD1E6.

Border color

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

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

This div border color is #EDD1E6.

Opacity

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

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

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

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

This text has shadow with #EDD1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1E6.

Preview

Color preview on black background

This text has color #EDD1E6 on black background.


Color preview on white background

This text has color #EDD1E6 on white background.


Black color preview on #EDD1E6 background

This text has black color on #EDD1E6 background.


White color preview on #EDD1E6 background

This text has white color on #EDD1E6 background.


Related colors

Complementary color

Complementary color for #hex is #122E19.


I love getcolorcode.com

Triadic colors

1 #E6EDD1 and #D1E6ED with #EDD1E6 are triadic colors.

2 #E6D1ED and #D1EDE6 with #EDD1E6 are triadic colors.