COLOR #EEECDD

HEX: #EEECDD RGB: (238,236,221)

Color info

#EEECDD contains red, green and blue colors in about the same proportion. Web safe color of #EEECDD is #FFFFCC (or #FFC).

RGB color model

#EEECDD color RGB value is (238,236,221).

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

RGB channels and saturation

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

238
236
221

R + G + B ~ 91%. #EEECDD is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 236 + 221 = 695 (100%)
R 238 of 695 ~ 34.24%
G 236 of 695 ~ 33.96%
B 221 of 695 ~ 31.8'%

%34.24
%33.96
%31.8

CMYK color model

#EEECDD color CMYK value is (0,1,7,7).

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

CMYK: (0,1,7,7)
C0M1Y7K7 (0%, 1%, 7%, 7%)
(0.00 / 0.01 / 0.07 / 0.07)

CMYK percentages

%0
%0.84
%7.14
%6.67

Codes

Color #EEECDD in popluar color models

EE EC DD
RGB 238 236 221
HSL 53° 33.33% 90.00%
HSB/HSV 53° 7.14% 93.33%
CMYK 0.00% 0.84% 7.14%
6.67%

Color #EEECDD in popluar number systems.

HEX EE EC DD
Decimal 238 236 221
Binary 11101110 11101100 11011101
Octal 356 354 335

Shades and tints

Shades of #EEECDD

#EEECDD
(238,236,221)
#D9D7C9
(217,215,201)
#C4C2B5
(196,194,181)
#AFADA1
(175,173,161)
#9A988D
(154,152,141)
#858379
(133,131,121)
#706E65
(112,110,101)
#5B5951
(91,89,81)
#46443D
(70,68,61)
#312F29
(49,47,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #EEECDD

#EEECDD
(238,236,221)
#EFEDE0
(239,237,224)
#F0EEE3
(240,238,227)
#F1EFE6
(241,239,230)
#F2F0E9
(242,240,233)
#F3F1EC
(243,241,236)
#F4F2EF
(244,242,239)
#F5F3F2
(245,243,242)
#F6F4F5
(246,244,245)
#F7F5F8
(247,245,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEECDD; }

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

This text font color is #EEECDD.

Background Color

.myBgColor { background-color: #EEECDD; }

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

This div background color is #EEECDD.

Border color

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

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

This div border color is #EEECDD.

Opacity

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

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

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

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

This text has shadow with #EEECDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEECDD.

Preview

Color preview on black background

This text has color #EEECDD on black background.


Color preview on white background

This text has color #EEECDD on white background.


Black color preview on #EEECDD background

This text has black color on #EEECDD background.


White color preview on #EEECDD background

This text has white color on #EEECDD background.


Related colors

Complementary color

Complementary color for #hex is #111322.


I love getcolorcode.com

Triadic colors

1 #DDEEEC and #ECDDEE with #EEECDD are triadic colors.

2 #DDECEE and #ECEEDD with #EEECDD are triadic colors.