COLOR #EDD6E1

HEX: #EDD6E1 RGB: (237,214,225)

Color info

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

RGB color model

#EDD6E1 color RGB value is (237,214,225).

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

RGB channels and saturation

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

237
214
225

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

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 225 = 676 (100%)
R 237 of 676 ~ 35.06%
G 214 of 676 ~ 31.66%
B 225 of 676 ~ 33.28'%

%35.06
%31.66
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 5.06%
  • 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.06
%7.06

Codes

Color #EDD6E1 in popluar color models

ED D6 E1
RGB 237 214 225
HSL 331° 38.98% 88.43%
HSB/HSV 331° 9.70% 92.94%
CMYK 0.00% 9.70% 5.06%
7.06%

Color #EDD6E1 in popluar number systems.

HEX ED D6 E1
Decimal 237 214 225
Binary 11101101 11010110 11100001
Octal 355 326 341

Shades and tints

Shades of #EDD6E1

#EDD6E1
(237,214,225)
#D8C3CD
(216,195,205)
#C3B0B9
(195,176,185)
#AE9DA5
(174,157,165)
#998A91
(153,138,145)
#84777D
(132,119,125)
#6F6469
(111,100,105)
#5A5155
(90,81,85)
#453E41
(69,62,65)
#302B2D
(48,43,45)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDD6E1

#EDD6E1
(237,214,225)
#EED9E3
(238,217,227)
#EFDCE5
(239,220,229)
#F0DFE7
(240,223,231)
#F1E2E9
(241,226,233)
#F2E5EB
(242,229,235)
#F3E8ED
(243,232,237)
#F4EBEF
(244,235,239)
#F5EEF1
(245,238,241)
#F6F1F3
(246,241,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6E1; }

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

This text font color is #EDD6E1.

Background Color

.myBgColor { background-color: #EDD6E1; }

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

This div background color is #EDD6E1.

Border color

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

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

This div border color is #EDD6E1.

Opacity

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

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

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

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

This text has shadow with #EDD6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6E1.

Preview

Color preview on black background

This text has color #EDD6E1 on black background.


Color preview on white background

This text has color #EDD6E1 on white background.


Black color preview on #EDD6E1 background

This text has black color on #EDD6E1 background.


White color preview on #EDD6E1 background

This text has white color on #EDD6E1 background.


Related colors

Complementary color

Complementary color for #hex is #12291E.


I love getcolorcode.com

Triadic colors

1 #E1EDD6 and #D6E1ED with #EDD6E1 are triadic colors.

2 #E1D6ED and #D6EDE1 with #EDD6E1 are triadic colors.