COLOR #EDD1DC

HEX: #EDD1DC
RGB: (237,209,220)

Color info

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

RGB color model

#EDD1DC color RGB value is (237,209,220).

  • red value is 237;
  • green value is 209;
  • blue value is 220.
RGB:
(237,209,220)
(93%,82%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 220 of 255 = 86%

237
209
220

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

Portions of RGB colors in percentages

R + G + B =
237 + 209 + 220 = 666 (100%)
R 237 of 666 ~ 35.59%
G 209 of 666 ~ 31.38%
B 220 of 666 ~ 33.03%

%35.59
%31.38
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,12,7,7)
C0M12Y7K7 
(0%,12%,7%,7%)
(0.00/0.12/0.07/0.07)	

CMYK percentages

%0
%11.81
%7.17
%7.06

Codes

Color #EDD1DC in popluar color models

EDD1DC
RGB237209220
HSL336°43.75%87.45%
HSB/HSV336°11.81%92.94%
CMYK0.00%11.81%7.17%
7.06%

Color #EDD1DC in popluar number systems.

HEXEDD1DC
Decimal237209220
Binary111011011101000111011100
Octal355321334

Shades and tints

Shades of #EDD1DC

#EDD1DC
(237,209,220)
#D8BEC8
(216,190,200)
#C3ABB4
(195,171,180)
#AE98A0
(174,152,160)
#99858C
(153,133,140)
#847278
(132,114,120)
#6F5F64
(111,95,100)
#5A4C50
(90,76,80)
#45393C
(69,57,60)
#302628
(48,38,40)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #EDD1DC

#EDD1DC
(237,209,220)
#EED5DF
(238,213,223)
#EFD9E2
(239,217,226)
#F0DDE5
(240,221,229)
#F1E1E8
(241,225,232)
#F2E5EB
(242,229,235)
#F3E9EE
(243,233,238)
#F4EDF1
(244,237,241)
#F5F1F4
(245,241,244)
#F6F5F7
(246,245,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1DC; }

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

This text font color is #EDD1DC.


Background Color

.myBgColor { background-color: #EDD1DC; }

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

This div background color is #EDD1DC.


Border color

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

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

This div border color is #EDD1DC.


Opacity

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

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

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

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

This text has shadow with #EDD1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD1DC on black background.


Color preview on white background

This text has color #EDD1DC on white background.



Black color preview on #EDD1DC background

This text has black color on #EDD1DC background.


White color preview on #EDD1DC background

This text has white color on #EDD1DC background.