COLOR #EEDACC

HEX: #EEDACC RGB: (238,218,204)

Color info

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

RGB color model

#EEDACC color RGB value is (238,218,204).

RGB: (238,218,204) (93%, 85%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 204 of 255 = 80%

238
218
204

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

Portions of RGB colors in percentages

R + G + B = 238 + 218 + 204 = 660 (100%)
R 238 of 660 ~ 36.06%
G 218 of 660 ~ 33.03%
B 204 of 660 ~ 30.91'%

%36.06
%33.03
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (0,8,14,7)
C0M8Y14K7 (0%, 8%, 14%, 7%)
(0.00 / 0.08 / 0.14 / 0.07)

CMYK percentages

%0
%8.4
%14.29
%6.67

Codes

Color #EEDACC in popluar color models

EE DA CC
RGB 238 218 204
HSL 25° 50.00% 86.67%
HSB/HSV 25° 14.29% 93.33%
CMYK 0.00% 8.40% 14.29%
6.67%

Color #EEDACC in popluar number systems.

HEX EE DA CC
Decimal 238 218 204
Binary 11101110 11011010 11001100
Octal 356 332 314

Shades and tints

Shades of #EEDACC

#EEDACC
(238,218,204)
#D9C7BA
(217,199,186)
#C4B4A8
(196,180,168)
#AFA196
(175,161,150)
#9A8E84
(154,142,132)
#857B72
(133,123,114)
#706860
(112,104,96)
#5B554E
(91,85,78)
#46423C
(70,66,60)
#312F2A
(49,47,42)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #EEDACC

#EEDACC
(238,218,204)
#EFDDD0
(239,221,208)
#F0E0D4
(240,224,212)
#F1E3D8
(241,227,216)
#F2E6DC
(242,230,220)
#F3E9E0
(243,233,224)
#F4ECE4
(244,236,228)
#F5EFE8
(245,239,232)
#F6F2EC
(246,242,236)
#F7F5F0
(247,245,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDACC color. Also use rgb(238,218,204) instead hex code.

Text Font Color

.myTextColor { color: #EEDACC; }

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

This text font color is #EEDACC.

Background Color

.myBgColor { background-color: #EEDACC; }

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

This div background color is #EEDACC.

Border color

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

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

This div border color is #EEDACC.

Opacity

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

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

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

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

This text has shadow with #EEDACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDACC.

Preview

Color preview on black background

This text has color #EEDACC on black background.


Color preview on white background

This text has color #EEDACC on white background.


Black color preview on #EEDACC background

This text has black color on #EEDACC background.


White color preview on #EEDACC background

This text has white color on #EEDACC background.


Related colors

Complementary color

Complementary color for #hex is #112533.


I love getcolorcode.com

Triadic colors

1 #CCEEDA and #DACCEE with #EEDACC are triadic colors.

2 #CCDAEE and #DAEECC with #EEDACC are triadic colors.