COLOR #EDD4DC

HEX: #EDD4DC
RGB: (237,212,220)

Color info

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

RGB color model

#EDD4DC color RGB value is (237,212,220).

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

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 220 of 255 = 86%

237
212
220

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

Portions of RGB colors in percentages

R + G + B =
237 + 212 + 220 = 669 (100%)
R 237 of 669 ~ 35.43%
G 212 of 669 ~ 31.69%
B 220 of 669 ~ 32.88%

%35.43
%31.69
%32.88

CMYK color model

#EDD4DC color CMYK value is (0,11,7,7).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK: (0,11,7,7) C0M11Y7K7 (0%,11%,7%,7%) (0.00/0.11/0.07/0.07)

CMYK percentages

%0
%10.55
%7.17
%7.06

Codes

Color #EDD4DC in popluar color models

EDD4DC
RGB237212220
HSL341°40.98%88.04%
HSB/HSV341°10.55%92.94%
CMYK0.00%10.55%7.17%
7.06%

Color #EDD4DC in popluar number systems.

HEXEDD4DC
Decimal237212220
Binary111011011101010011011100
Octal355324334

Shades and tints

Shades of #EDD4DC

#EDD4DC
(237,212,220)
#D8C1C8
(216,193,200)
#C3AEB4
(195,174,180)
#AE9BA0
(174,155,160)
#99888C
(153,136,140)
#847578
(132,117,120)
#6F6264
(111,98,100)
#5A4F50
(90,79,80)
#453C3C
(69,60,60)
#302928
(48,41,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDD4DC

#EDD4DC
(237,212,220)
#EED7DF
(238,215,223)
#EFDAE2
(239,218,226)
#F0DDE5
(240,221,229)
#F1E0E8
(241,224,232)
#F2E3EB
(242,227,235)
#F3E6EE
(243,230,238)
#F4E9F1
(244,233,241)
#F5ECF4
(245,236,244)
#F6EFF7
(246,239,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4DC; }

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

This text font color is #EDD4DC.


Background Color

.myBgColor { background-color: #EDD4DC; }

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

This div background color is #EDD4DC.


Border color

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

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

This div border color is #EDD4DC.


Opacity

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

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

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

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

This text has shadow with #EDD4DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDD4DC on black background.


Color preview on white background

This text has color #EDD4DC on white background.



Black color preview on #EDD4DC background

This text has black color on #EDD4DC background.


White color preview on #EDD4DC background

This text has white color on #EDD4DC background.