COLOR #EDDECD

HEX: #EDDECD
RGB: (237,222,205)

Color info

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

RGB color model

#EDDECD color RGB value is (237,222,205).

  • red value is 237;
  • green value is 222;
  • blue value is 205.
RGB:
(237,222,205)
(93%,87%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 205 of 255 = 80%

237
222
205

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

Portions of RGB colors in percentages

R + G + B =
237 + 222 + 205 = 664 (100%)
R 237 of 664 ~ 35.69%
G 222 of 664 ~ 33.43%
B 205 of 664 ~ 30.87%

%35.69
%33.43
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,6,14,7)
C0M6Y14K7 
(0%,6%,14%,7%)
(0.00/0.06/0.14/0.07)	

CMYK percentages

%0
%6.33
%13.5
%7.06

Codes

Color #EDDECD in popluar color models

EDDECD
RGB237222205
HSL32°47.06%86.67%
HSB/HSV32°13.50%92.94%
CMYK0.00%6.33%13.50%
7.06%

Color #EDDECD in popluar number systems.

HEXEDDECD
Decimal237222205
Binary111011011101111011001101
Octal355336315

Shades and tints

Shades of #EDDECD

#EDDECD
(237,222,205)
#D8CABB
(216,202,187)
#C3B6A9
(195,182,169)
#AEA297
(174,162,151)
#998E85
(153,142,133)
#847A73
(132,122,115)
#6F6661
(111,102,97)
#5A524F
(90,82,79)
#453E3D
(69,62,61)
#302A2B
(48,42,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDDECD

#EDDECD
(237,222,205)
#EEE1D1
(238,225,209)
#EFE4D5
(239,228,213)
#F0E7D9
(240,231,217)
#F1EADD
(241,234,221)
#F2EDE1
(242,237,225)
#F3F0E5
(243,240,229)
#F4F3E9
(244,243,233)
#F5F6ED
(245,246,237)
#F6F9F1
(246,249,241)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDECD color. Also use rgb(237,222,205) instead hex code.

Text Font Color

.myTextColor { color: #EDDECD; }

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

This text font color is #EDDECD.


Background Color

.myBgColor { background-color: #EDDECD; }

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

This div background color is #EDDECD.


Border color

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

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

This div border color is #EDDECD.


Opacity

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

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

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

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

This text has shadow with #EDDECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDECD on black background.


Color preview on white background

This text has color #EDDECD on white background.



Black color preview on #EDDECD background

This text has black color on #EDDECD background.


White color preview on #EDDECD background

This text has white color on #EDDECD background.