COLOR #EDD9DF

HEX: #EDD9DF
RGB: (237,217,223)

Color info

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

RGB color model

#EDD9DF color RGB value is (237,217,223).

  • red value is 237;
  • green value is 217;
  • blue value is 223.
RGB:
(237,217,223)
(93%,85%,87%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 223 of 255 = 87%

237
217
223

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

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 223 = 677 (100%)
R 237 of 677 ~ 35.01%
G 217 of 677 ~ 32.05%
B 223 of 677 ~ 32.94%

%35.01
%32.05
%32.94

CMYK color model

#EDD9DF color CMYK value is (0,8,6,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 5.91%
  • key color value is 7.06%
CMYK:
(0,8,6,7)
C0M8Y6K7 
(0%,8%,6%,7%)
(0.00/0.08/0.06/0.07)	

CMYK percentages

%0
%8.44
%5.91
%7.06

Codes

Color #EDD9DF in popluar color models

EDD9DF
RGB237217223
HSL342°35.71%89.02%
HSB/HSV342°8.44%92.94%
CMYK0.00%8.44%5.91%
7.06%

Color #EDD9DF in popluar number systems.

HEXEDD9DF
Decimal237217223
Binary111011011101100111011111
Octal355331337

Shades and tints

Shades of #EDD9DF

#EDD9DF
(237,217,223)
#D8C6CB
(216,198,203)
#C3B3B7
(195,179,183)
#AEA0A3
(174,160,163)
#998D8F
(153,141,143)
#847A7B
(132,122,123)
#6F6767
(111,103,103)
#5A5453
(90,84,83)
#45413F
(69,65,63)
#302E2B
(48,46,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDD9DF

#EDD9DF
(237,217,223)
#EEDCE1
(238,220,225)
#EFDFE3
(239,223,227)
#F0E2E5
(240,226,229)
#F1E5E7
(241,229,231)
#F2E8E9
(242,232,233)
#F3EBEB
(243,235,235)
#F4EEED
(244,238,237)
#F5F1EF
(245,241,239)
#F6F4F1
(246,244,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9DF; }

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

This text font color is #EDD9DF.


Background Color

.myBgColor { background-color: #EDD9DF; }

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

This div background color is #EDD9DF.


Border color

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

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

This div border color is #EDD9DF.


Opacity

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

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

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

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

This text has shadow with #EDD9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9DF on black background.


Color preview on white background

This text has color #EDD9DF on white background.



Black color preview on #EDD9DF background

This text has black color on #EDD9DF background.


White color preview on #EDD9DF background

This text has white color on #EDD9DF background.