COLOR #EEDDDD

HEX: #EEDDDD
RGB: (238,221,221)

Color info

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

RGB color model

#EEDDDD color RGB value is (238,221,221).

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

RGB channels and saturation

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

238
221
221

R + G + B ~ 89%. #EEDDDD is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 221 = 680 (100%)
R 238 of 680 ~ 35%
G 221 of 680 ~ 32.5%
B 221 of 680 ~ 32.5%

%35
%32.5
%32.5

CMYK color model

#EEDDDD color CMYK value is (0,7,7,7).

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

CMYK percentages

%0
%7.14
%7.14
%6.67

Codes

Color #EEDDDD in popluar color models

EEDDDD
RGB238221221
HSL33.33%90.00%
HSB/HSV7.14%93.33%
CMYK0.00%7.14%7.14%
6.67%

Color #EEDDDD in popluar number systems.

HEXEEDDDD
Decimal238221221
Binary111011101101110111011101
Octal356335335

Shades and tints

Shades of #EEDDDD

#EEDDDD
(238,221,221)
#D9C9C9
(217,201,201)
#C4B5B5
(196,181,181)
#AFA1A1
(175,161,161)
#9A8D8D
(154,141,141)
#857979
(133,121,121)
#706565
(112,101,101)
#5B5151
(91,81,81)
#463D3D
(70,61,61)
#312929
(49,41,41)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #EEDDDD

#EEDDDD
(238,221,221)
#EFE0E0
(239,224,224)
#F0E3E3
(240,227,227)
#F1E6E6
(241,230,230)
#F2E9E9
(242,233,233)
#F3ECEC
(243,236,236)
#F4EFEF
(244,239,239)
#F5F2F2
(245,242,242)
#F6F5F5
(246,245,245)
#F7F8F8
(247,248,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDDD; }

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

This text font color is #EEDDDD.


Background Color

.myBgColor { background-color: #EEDDDD; }

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

This div background color is #EEDDDD.


Border color

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

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

This div border color is #EEDDDD.


Opacity

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

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

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

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

This text has shadow with #EEDDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDDD on black background.


Color preview on white background

This text has color #EEDDDD on white background.



Black color preview on #EEDDDD background

This text has black color on #EEDDDD background.


White color preview on #EEDDDD background

This text has white color on #EEDDDD background.