COLOR #EEE2DD

HEX: #EEE2DD RGB: (238,226,221)

Color info

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

RGB color model

#EEE2DD color RGB value is (238,226,221).

RGB: (238,226,221) (93%, 89%, 87%)

RGB channels and saturation

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

238
226
221

R + G + B ~ 90%. #EEE2DD is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 226 + 221 = 685 (100%)
R 238 of 685 ~ 34.74%
G 226 of 685 ~ 32.99%
B 221 of 685 ~ 32.26'%

%34.74
%32.99
%32.26

CMYK color model

#EEE2DD color CMYK value is (0,5,7,7).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 7.14%
  • key color value is 6.67%

CMYK: (0,5,7,7)
C0M5Y7K7 (0%, 5%, 7%, 7%)
(0.00 / 0.05 / 0.07 / 0.07)

CMYK percentages

%0
%5.04
%7.14
%6.67

Codes

Color #EEE2DD in popluar color models

EE E2 DD
RGB 238 226 221
HSL 18° 33.33% 90.00%
HSB/HSV 18° 7.14% 93.33%
CMYK 0.00% 5.04% 7.14%
6.67%

Color #EEE2DD in popluar number systems.

HEX EE E2 DD
Decimal 238 226 221
Binary 11101110 11100010 11011101
Octal 356 342 335

Shades and tints

Shades of #EEE2DD

#EEE2DD
(238,226,221)
#D9CEC9
(217,206,201)
#C4BAB5
(196,186,181)
#AFA6A1
(175,166,161)
#9A928D
(154,146,141)
#857E79
(133,126,121)
#706A65
(112,106,101)
#5B5651
(91,86,81)
#46423D
(70,66,61)
#312E29
(49,46,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #EEE2DD

#EEE2DD
(238,226,221)
#EFE4E0
(239,228,224)
#F0E6E3
(240,230,227)
#F1E8E6
(241,232,230)
#F2EAE9
(242,234,233)
#F3ECEC
(243,236,236)
#F4EEEF
(244,238,239)
#F5F0F2
(245,240,242)
#F6F2F5
(246,242,245)
#F7F4F8
(247,244,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2DD; }

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

This text font color is #EEE2DD.

Background Color

.myBgColor { background-color: #EEE2DD; }

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

This div background color is #EEE2DD.

Border color

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

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

This div border color is #EEE2DD.

Opacity

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

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

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

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

This text has shadow with #EEE2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE2DD.

Preview

Color preview on black background

This text has color #EEE2DD on black background.


Color preview on white background

This text has color #EEE2DD on white background.


Black color preview on #EEE2DD background

This text has black color on #EEE2DD background.


White color preview on #EEE2DD background

This text has white color on #EEE2DD background.


Related colors

Complementary color

Complementary color for #hex is #111D22.


I love getcolorcode.com

Triadic colors

1 #DDEEE2 and #E2DDEE with #EEE2DD are triadic colors.

2 #DDE2EE and #E2EEDD with #EEE2DD are triadic colors.