COLOR #EDDDC8

HEX: #EDDDC8
RGB: (237,221,200)

Color info

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

RGB color model

#EDDDC8 color RGB value is (237,221,200).

  • red value is 237;
  • green value is 221;
  • blue value is 200.
RGB:
(237,221,200)
(93%,87%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 200 of 255 = 78%

237
221
200

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

Portions of RGB colors in percentages

R + G + B =
237 + 221 + 200 = 658 (100%)
R 237 of 658 ~ 36.02%
G 221 of 658 ~ 33.59%
B 200 of 658 ~ 30.4%

%36.02
%33.59
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.75%
  • 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
%6.75
%15.61
%7.06

Codes

Color #EDDDC8 in popluar color models

EDDDC8
RGB237221200
HSL34°50.68%85.69%
HSB/HSV34°15.61%92.94%
CMYK0.00%6.75%15.61%
7.06%

Color #EDDDC8 in popluar number systems.

HEXEDDDC8
Decimal237221200
Binary111011011101110111001000
Octal355335310

Shades and tints

Shades of #EDDDC8

#EDDDC8
(237,221,200)
#D8C9B6
(216,201,182)
#C3B5A4
(195,181,164)
#AEA192
(174,161,146)
#998D80
(153,141,128)
#84796E
(132,121,110)
#6F655C
(111,101,92)
#5A514A
(90,81,74)
#453D38
(69,61,56)
#302926
(48,41,38)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDDDC8

#EDDDC8
(237,221,200)
#EEE0CD
(238,224,205)
#EFE3D2
(239,227,210)
#F0E6D7
(240,230,215)
#F1E9DC
(241,233,220)
#F2ECE1
(242,236,225)
#F3EFE6
(243,239,230)
#F4F2EB
(244,242,235)
#F5F5F0
(245,245,240)
#F6F8F5
(246,248,245)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDC8; }

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

This text font color is #EDDDC8.


Background Color

.myBgColor { background-color: #EDDDC8; }

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

This div background color is #EDDDC8.


Border color

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

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

This div border color is #EDDDC8.


Opacity

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

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

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

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

This text has shadow with #EDDDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDDC8 on black background.


Color preview on white background

This text has color #EDDDC8 on white background.



Black color preview on #EDDDC8 background

This text has black color on #EDDDC8 background.


White color preview on #EDDDC8 background

This text has white color on #EDDDC8 background.