COLOR #EDDCC8

HEX: #EDDCC8 RGB: (237,220,200)

Color info

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

RGB color model

#EDDCC8 color RGB value is (237,220,200).

RGB: (237,220,200) (93%, 86%, 78%)

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 200 of 255 = 78%

237
220
200

R + G + B ~ 86%. #EDDCC8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 220 + 200 = 657 (100%)
R 237 of 657 ~ 36.07%
G 220 of 657 ~ 33.49%
B 200 of 657 ~ 30.44'%

%36.07
%33.49
%30.44

CMYK color model

#EDDCC8 color CMYK value is (0,7,16,7).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 15.61%
  • key color value is 7.06%

CMYK: (0,7,16,7)
C0M7Y16K7 (0%, 7%, 16%, 7%)
(0.00 / 0.07 / 0.16 / 0.07)

CMYK percentages

%0
%7.17
%15.61
%7.06

Codes

Color #EDDCC8 in popluar color models

ED DC C8
RGB 237 220 200
HSL 32° 50.68% 85.69%
HSB/HSV 32° 15.61% 92.94%
CMYK 0.00% 7.17% 15.61%
7.06%

Color #EDDCC8 in popluar number systems.

HEX ED DC C8
Decimal 237 220 200
Binary 11101101 11011100 11001000
Octal 355 334 310

Shades and tints

Shades of #EDDCC8

#EDDCC8
(237,220,200)
#D8C8B6
(216,200,182)
#C3B4A4
(195,180,164)
#AEA092
(174,160,146)
#998C80
(153,140,128)
#84786E
(132,120,110)
#6F645C
(111,100,92)
#5A504A
(90,80,74)
#453C38
(69,60,56)
#302826
(48,40,38)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDDCC8

#EDDCC8
(237,220,200)
#EEDFCD
(238,223,205)
#EFE2D2
(239,226,210)
#F0E5D7
(240,229,215)
#F1E8DC
(241,232,220)
#F2EBE1
(242,235,225)
#F3EEE6
(243,238,230)
#F4F1EB
(244,241,235)
#F5F4F0
(245,244,240)
#F6F7F5
(246,247,245)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCC8; }

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

This text font color is #EDDCC8.

Background Color

.myBgColor { background-color: #EDDCC8; }

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

This div background color is #EDDCC8.

Border color

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

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

This div border color is #EDDCC8.

Opacity

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

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

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

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

This text has shadow with #EDDCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDCC8.

Preview

Color preview on black background

This text has color #EDDCC8 on black background.


Color preview on white background

This text has color #EDDCC8 on white background.


Black color preview on #EDDCC8 background

This text has black color on #EDDCC8 background.


White color preview on #EDDCC8 background

This text has white color on #EDDCC8 background.


Related colors

Complementary color

Complementary color for #hex is #122337.


I love getcolorcode.com

Triadic colors

1 #C8EDDC and #DCC8ED with #EDDCC8 are triadic colors.

2 #C8DCED and #DCEDC8 with #EDDCC8 are triadic colors.