COLOR #EDD3DC

HEX: #EDD3DC
RGB: (237,211,220)

Color info

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

RGB color model

#EDD3DC color RGB value is (237,211,220).

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

RGB channels and saturation

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

237
211
220

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

Portions of RGB colors in percentages

R + G + B =
237 + 211 + 220 = 668 (100%)
R 237 of 668 ~ 35.48%
G 211 of 668 ~ 31.59%
B 220 of 668 ~ 32.93%

%35.48
%31.59
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.97%
  • 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.97
%7.17
%7.06

Codes

Color #EDD3DC in popluar color models

EDD3DC
RGB237211220
HSL339°41.94%87.84%
HSB/HSV339°10.97%92.94%
CMYK0.00%10.97%7.17%
7.06%

Color #EDD3DC in popluar number systems.

HEXEDD3DC
Decimal237211220
Binary111011011101001111011100
Octal355323334

Shades and tints

Shades of #EDD3DC

#EDD3DC
(237,211,220)
#D8C0C8
(216,192,200)
#C3ADB4
(195,173,180)
#AE9AA0
(174,154,160)
#99878C
(153,135,140)
#847478
(132,116,120)
#6F6164
(111,97,100)
#5A4E50
(90,78,80)
#453B3C
(69,59,60)
#302828
(48,40,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDD3DC

#EDD3DC
(237,211,220)
#EED7DF
(238,215,223)
#EFDBE2
(239,219,226)
#F0DFE5
(240,223,229)
#F1E3E8
(241,227,232)
#F2E7EB
(242,231,235)
#F3EBEE
(243,235,238)
#F4EFF1
(244,239,241)
#F5F3F4
(245,243,244)
#F6F7F7
(246,247,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3DC; }

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

This text font color is #EDD3DC.


Background Color

.myBgColor { background-color: #EDD3DC; }

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

This div background color is #EDD3DC.


Border color

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

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

This div border color is #EDD3DC.


Opacity

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

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

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

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

This text has shadow with #EDD3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3DC on black background.


Color preview on white background

This text has color #EDD3DC on white background.



Black color preview on #EDD3DC background

This text has black color on #EDD3DC background.


White color preview on #EDD3DC background

This text has white color on #EDD3DC background.