COLOR #EEDDD6

HEX: #EEDDD6
RGB: (238,221,214)

Color info

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

RGB color model

#EEDDD6 color RGB value is (238,221,214).

  • red value is 238;
  • green value is 221;
  • blue value is 214.
RGB:
(238,221,214)
(93%,87%,84%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 214 of 255 = 84%

238
221
214

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

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 214 = 673 (100%)
R 238 of 673 ~ 35.36%
G 221 of 673 ~ 32.84%
B 214 of 673 ~ 31.8%

%35.36
%32.84
%31.8

CMYK color model

#EEDDD6 color CMYK value is (0,7,10,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(0,7,10,7)
C0M7Y10K7 
(0%,7%,10%,7%)
(0.00/0.07/0.10/0.07)	

CMYK percentages

%0
%7.14
%10.08
%6.67

Codes

Color #EEDDD6 in popluar color models

EEDDD6
RGB238221214
HSL18°41.38%88.63%
HSB/HSV18°10.08%93.33%
CMYK0.00%7.14%10.08%
6.67%

Color #EEDDD6 in popluar number systems.

HEXEEDDD6
Decimal238221214
Binary111011101101110111010110
Octal356335326

Shades and tints

Shades of #EEDDD6

#EEDDD6
(238,221,214)
#D9C9C3
(217,201,195)
#C4B5B0
(196,181,176)
#AFA19D
(175,161,157)
#9A8D8A
(154,141,138)
#857977
(133,121,119)
#706564
(112,101,100)
#5B5151
(91,81,81)
#463D3E
(70,61,62)
#31292B
(49,41,43)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #EEDDD6

#EEDDD6
(238,221,214)
#EFE0D9
(239,224,217)
#F0E3DC
(240,227,220)
#F1E6DF
(241,230,223)
#F2E9E2
(242,233,226)
#F3ECE5
(243,236,229)
#F4EFE8
(244,239,232)
#F5F2EB
(245,242,235)
#F6F5EE
(246,245,238)
#F7F8F1
(247,248,241)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDD6 color. Also use rgb(238,221,214) instead hex code.

Text Font Color

.myTextColor { color: #EEDDD6; }

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

This text font color is #EEDDD6.


Background Color

.myBgColor { background-color: #EEDDD6; }

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

This div background color is #EEDDD6.


Border color

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

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

This div border color is #EEDDD6.


Opacity

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

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

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

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

This text has shadow with #EEDDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDD6 on black background.


Color preview on white background

This text has color #EEDDD6 on white background.



Black color preview on #EEDDD6 background

This text has black color on #EEDDD6 background.


White color preview on #EEDDD6 background

This text has white color on #EEDDD6 background.