COLOR #EDD1DF

HEX: #EDD1DF RGB: (237,209,223)

Color info

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

RGB color model

#EDD1DF color RGB value is (237,209,223).

RGB: (237,209,223) (93%, 82%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 223 of 255 = 87%

237
209
223

R + G + B ~ 87%. #EDD1DF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 223 = 669 (100%)
R 237 of 669 ~ 35.43%
G 209 of 669 ~ 31.24%
B 223 of 669 ~ 33.33'%

%35.43
%31.24
%33.33

CMYK color model

#EDD1DF color CMYK value is (0,12,6,7).

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

CMYK: (0,12,6,7)
C0M12Y6K7 (0%, 12%, 6%, 7%)
(0.00 / 0.12 / 0.06 / 0.07)

CMYK percentages

%0
%11.81
%5.91
%7.06

Codes

Color #EDD1DF in popluar color models

ED D1 DF
RGB 237 209 223
HSL 330° 43.75% 87.45%
HSB/HSV 330° 11.81% 92.94%
CMYK 0.00% 11.81% 5.91%
7.06%

Color #EDD1DF in popluar number systems.

HEX ED D1 DF
Decimal 237 209 223
Binary 11101101 11010001 11011111
Octal 355 321 337

Shades and tints

Shades of #EDD1DF

#EDD1DF
(237,209,223)
#D8BECB
(216,190,203)
#C3ABB7
(195,171,183)
#AE98A3
(174,152,163)
#99858F
(153,133,143)
#84727B
(132,114,123)
#6F5F67
(111,95,103)
#5A4C53
(90,76,83)
#45393F
(69,57,63)
#30262B
(48,38,43)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #EDD1DF

#EDD1DF
(237,209,223)
#EED5E1
(238,213,225)
#EFD9E3
(239,217,227)
#F0DDE5
(240,221,229)
#F1E1E7
(241,225,231)
#F2E5E9
(242,229,233)
#F3E9EB
(243,233,235)
#F4EDED
(244,237,237)
#F5F1EF
(245,241,239)
#F6F5F1
(246,245,241)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1DF; }

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

This text font color is #EDD1DF.

Background Color

.myBgColor { background-color: #EDD1DF; }

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

This div background color is #EDD1DF.

Border color

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

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

This div border color is #EDD1DF.

Opacity

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

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

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

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

This text has shadow with #EDD1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1DF.

Preview

Color preview on black background

This text has color #EDD1DF on black background.


Color preview on white background

This text has color #EDD1DF on white background.


Black color preview on #EDD1DF background

This text has black color on #EDD1DF background.


White color preview on #EDD1DF background

This text has white color on #EDD1DF background.


Related colors

Complementary color

Complementary color for #hex is #122E20.


I love getcolorcode.com

Triadic colors

1 #DFEDD1 and #D1DFED with #EDD1DF are triadic colors.

2 #DFD1ED and #D1EDDF with #EDD1DF are triadic colors.