COLOR #E8DDCC

HEX: #E8DDCC RGB: (232,221,204)

Color info

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

RGB color model

#E8DDCC color RGB value is (232,221,204).

RGB: (232,221,204) (91%, 87%, 80%)

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 204 of 255 = 80%

232
221
204

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

Portions of RGB colors in percentages

R + G + B = 232 + 221 + 204 = 657 (100%)
R 232 of 657 ~ 35.31%
G 221 of 657 ~ 33.64%
B 204 of 657 ~ 31.05'%

%35.31
%33.64
%31.05

CMYK color model

#E8DDCC color CMYK value is (0,5,12,9).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 12.07%
  • key color value is 9.02%

CMYK: (0,5,12,9)
C0M5Y12K9 (0%, 5%, 12%, 9%)
(0.00 / 0.05 / 0.12 / 0.09)

CMYK percentages

%0
%4.74
%12.07
%9.02

Codes

Color #E8DDCC in popluar color models

E8 DD CC
RGB 232 221 204
HSL 36° 37.84% 85.49%
HSB/HSV 36° 12.07% 90.98%
CMYK 0.00% 4.74% 12.07%
9.02%

Color #E8DDCC in popluar number systems.

HEX E8 DD CC
Decimal 232 221 204
Binary 11101000 11011101 11001100
Octal 350 335 314

Shades and tints

Shades of #E8DDCC

#E8DDCC
(232,221,204)
#D3C9BA
(211,201,186)
#BEB5A8
(190,181,168)
#A9A196
(169,161,150)
#948D84
(148,141,132)
#7F7972
(127,121,114)
#6A6560
(106,101,96)
#55514E
(85,81,78)
#403D3C
(64,61,60)
#2B292A
(43,41,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8DDCC

#E8DDCC
(232,221,204)
#EAE0D0
(234,224,208)
#ECE3D4
(236,227,212)
#EEE6D8
(238,230,216)
#F0E9DC
(240,233,220)
#F2ECE0
(242,236,224)
#F4EFE4
(244,239,228)
#F6F2E8
(246,242,232)
#F8F5EC
(248,245,236)
#FAF8F0
(250,248,240)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DDCC color. Also use rgb(232,221,204) instead hex code.

Text Font Color

.myTextColor { color: #E8DDCC; }

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

This text font color is #E8DDCC.

Background Color

.myBgColor { background-color: #E8DDCC; }

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

This div background color is #E8DDCC.

Border color

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

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

This div border color is #E8DDCC.

Opacity

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

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

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

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

This text has shadow with #E8DDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DDCC.

Preview

Color preview on black background

This text has color #E8DDCC on black background.


Color preview on white background

This text has color #E8DDCC on white background.


Black color preview on #E8DDCC background

This text has black color on #E8DDCC background.


White color preview on #E8DDCC background

This text has white color on #E8DDCC background.


Related colors

Complementary color

Complementary color for #hex is #172233.


I love getcolorcode.com

Triadic colors

1 #CCE8DD and #DDCCE8 with #E8DDCC are triadic colors.

2 #CCDDE8 and #DDE8CC with #E8DDCC are triadic colors.