COLOR #EDDFDC

HEX: #EDDFDC
RGB: (237,223,220)

Color info

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

RGB color model

#EDDFDC color RGB value is (237,223,220).

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

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 220 of 255 = 86%

237
223
220

R + G + B ~ 89%. #EDDFDC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 223 + 220 = 680 (100%)
R 237 of 680 ~ 34.85%
G 223 of 680 ~ 32.79%
B 220 of 680 ~ 32.35%

%34.85
%32.79
%32.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,6,7,7)
C0M6Y7K7 
(0%,6%,7%,7%)
(0.00/0.06/0.07/0.07)	

CMYK percentages

%0
%5.91
%7.17
%7.06

Codes

Color #EDDFDC in popluar color models

EDDFDC
RGB237223220
HSL11°32.08%89.61%
HSB/HSV11°7.17%92.94%
CMYK0.00%5.91%7.17%
7.06%

Color #EDDFDC in popluar number systems.

HEXEDDFDC
Decimal237223220
Binary111011011101111111011100
Octal355337334

Shades and tints

Shades of #EDDFDC

#EDDFDC
(237,223,220)
#D8CBC8
(216,203,200)
#C3B7B4
(195,183,180)
#AEA3A0
(174,163,160)
#998F8C
(153,143,140)
#847B78
(132,123,120)
#6F6764
(111,103,100)
#5A5350
(90,83,80)
#453F3C
(69,63,60)
#302B28
(48,43,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDDFDC

#EDDFDC
(237,223,220)
#EEE1DF
(238,225,223)
#EFE3E2
(239,227,226)
#F0E5E5
(240,229,229)
#F1E7E8
(241,231,232)
#F2E9EB
(242,233,235)
#F3EBEE
(243,235,238)
#F4EDF1
(244,237,241)
#F5EFF4
(245,239,244)
#F6F1F7
(246,241,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDFDC; }

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

This text font color is #EDDFDC.


Background Color

.myBgColor { background-color: #EDDFDC; }

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

This div background color is #EDDFDC.


Border color

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

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

This div border color is #EDDFDC.


Opacity

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

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

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

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

This text has shadow with #EDDFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDFDC on black background.


Color preview on white background

This text has color #EDDFDC on white background.



Black color preview on #EDDFDC background

This text has black color on #EDDFDC background.


White color preview on #EDDFDC background

This text has white color on #EDDFDC background.