COLOR #EDD9DD

HEX: #EDD9DD
RGB: (237,217,221)

Color info

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

RGB color model

#EDD9DD color RGB value is (237,217,221).

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

RGB channels and saturation

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

237
217
221

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

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 221 = 675 (100%)
R 237 of 675 ~ 35.11%
G 217 of 675 ~ 32.15%
B 221 of 675 ~ 32.74%

%35.11
%32.15
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK:
(0,8,7,7)
C0M8Y7K7 
(0%,8%,7%,7%)
(0.00/0.08/0.07/0.07)	

CMYK percentages

%0
%8.44
%6.75
%7.06

Codes

Color #EDD9DD in popluar color models

EDD9DD
RGB237217221
HSL348°35.71%89.02%
HSB/HSV348°8.44%92.94%
CMYK0.00%8.44%6.75%
7.06%

Color #EDD9DD in popluar number systems.

HEXEDD9DD
Decimal237217221
Binary111011011101100111011101
Octal355331335

Shades and tints

Shades of #EDD9DD

#EDD9DD
(237,217,221)
#D8C6C9
(216,198,201)
#C3B3B5
(195,179,181)
#AEA0A1
(174,160,161)
#998D8D
(153,141,141)
#847A79
(132,122,121)
#6F6765
(111,103,101)
#5A5451
(90,84,81)
#45413D
(69,65,61)
#302E29
(48,46,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDD9DD

#EDD9DD
(237,217,221)
#EEDCE0
(238,220,224)
#EFDFE3
(239,223,227)
#F0E2E6
(240,226,230)
#F1E5E9
(241,229,233)
#F2E8EC
(242,232,236)
#F3EBEF
(243,235,239)
#F4EEF2
(244,238,242)
#F5F1F5
(245,241,245)
#F6F4F8
(246,244,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9DD; }

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

This text font color is #EDD9DD.


Background Color

.myBgColor { background-color: #EDD9DD; }

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

This div background color is #EDD9DD.


Border color

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

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

This div border color is #EDD9DD.


Opacity

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

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

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

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

This text has shadow with #EDD9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9DD on black background.


Color preview on white background

This text has color #EDD9DD on white background.



Black color preview on #EDD9DD background

This text has black color on #EDD9DD background.


White color preview on #EDD9DD background

This text has white color on #EDD9DD background.