COLOR #EDDCDA

HEX: #EDDCDA
RGB: (237,220,218)

Color info

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

RGB color model

#EDDCDA color RGB value is (237,220,218).

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

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 218 of 255 = 85%

237
220
218

R + G + B ~ 88%. #EDDCDA is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 220 + 218 = 675 (100%)
R 237 of 675 ~ 35.11%
G 220 of 675 ~ 32.59%
B 218 of 675 ~ 32.3%

%35.11
%32.59
%32.3

CMYK color model

#EDDCDA color CMYK value is (0,7,8,7).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 8.02%
  • key color value is 7.06%
CMYK:
(0,7,8,7)
C0M7Y8K7 
(0%,7%,8%,7%)
(0.00/0.07/0.08/0.07)	

CMYK percentages

%0
%7.17
%8.02
%7.06

Codes

Color #EDDCDA in popluar color models

EDDCDA
RGB237220218
HSL34.55%89.22%
HSB/HSV8.02%92.94%
CMYK0.00%7.17%8.02%
7.06%

Color #EDDCDA in popluar number systems.

HEXEDDCDA
Decimal237220218
Binary111011011101110011011010
Octal355334332

Shades and tints

Shades of #EDDCDA

#EDDCDA
(237,220,218)
#D8C8C7
(216,200,199)
#C3B4B4
(195,180,180)
#AEA0A1
(174,160,161)
#998C8E
(153,140,142)
#84787B
(132,120,123)
#6F6468
(111,100,104)
#5A5055
(90,80,85)
#453C42
(69,60,66)
#30282F
(48,40,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #EDDCDA

#EDDCDA
(237,220,218)
#EEDFDD
(238,223,221)
#EFE2E0
(239,226,224)
#F0E5E3
(240,229,227)
#F1E8E6
(241,232,230)
#F2EBE9
(242,235,233)
#F3EEEC
(243,238,236)
#F4F1EF
(244,241,239)
#F5F4F2
(245,244,242)
#F6F7F5
(246,247,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCDA; }

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

This text font color is #EDDCDA.


Background Color

.myBgColor { background-color: #EDDCDA; }

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

This div background color is #EDDCDA.


Border color

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

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

This div border color is #EDDCDA.


Opacity

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

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

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

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

This text has shadow with #EDDCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCDA on black background.


Color preview on white background

This text has color #EDDCDA on white background.



Black color preview on #EDDCDA background

This text has black color on #EDDCDA background.


White color preview on #EDDCDA background

This text has white color on #EDDCDA background.