COLOR #EEDDDE

HEX: #EEDDDE RGB: (238,221,222)

Color info

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

RGB color model

#EEDDDE color RGB value is (238,221,222).

RGB: (238,221,222) (93%, 87%, 87%)

RGB channels and saturation

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

238
221
222

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

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 222 = 681 (100%)
R 238 of 681 ~ 34.95%
G 221 of 681 ~ 32.45%
B 222 of 681 ~ 32.6'%

%34.95
%32.45
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 6.72%
  • 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
%6.72
%6.67

Codes

Color #EEDDDE in popluar color models

EE DD DE
RGB 238 221 222
HSL 356° 33.33% 90.00%
HSB/HSV 356° 7.14% 93.33%
CMYK 0.00% 7.14% 6.72%
6.67%

Color #EEDDDE in popluar number systems.

HEX EE DD DE
Decimal 238 221 222
Binary 11101110 11011101 11011110
Octal 356 335 336

Shades and tints

Shades of #EEDDDE

#EEDDDE
(238,221,222)
#D9C9CA
(217,201,202)
#C4B5B6
(196,181,182)
#AFA1A2
(175,161,162)
#9A8D8E
(154,141,142)
#85797A
(133,121,122)
#706566
(112,101,102)
#5B5152
(91,81,82)
#463D3E
(70,61,62)
#31292A
(49,41,42)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEDDDE

#EEDDDE
(238,221,222)
#EFE0E1
(239,224,225)
#F0E3E4
(240,227,228)
#F1E6E7
(241,230,231)
#F2E9EA
(242,233,234)
#F3ECED
(243,236,237)
#F4EFF0
(244,239,240)
#F5F2F3
(245,242,243)
#F6F5F6
(246,245,246)
#F7F8F9
(247,248,249)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDDDE; }

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

This text font color is #EEDDDE.

Background Color

.myBgColor { background-color: #EEDDDE; }

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

This div background color is #EEDDDE.

Border color

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

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

This div border color is #EEDDDE.

Opacity

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

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

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

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

This text has shadow with #EEDDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDDDE.

Preview

Color preview on black background

This text has color #EEDDDE on black background.


Color preview on white background

This text has color #EEDDDE on white background.


Black color preview on #EEDDDE background

This text has black color on #EEDDDE background.


White color preview on #EEDDDE background

This text has white color on #EEDDDE background.


Related colors

Complementary color

Complementary color for #hex is #112221.


I love getcolorcode.com

Triadic colors

1 #DEEEDD and #DDDEEE with #EEDDDE are triadic colors.

2 #DEDDEE and #DDEEDE with #EEDDDE are triadic colors.