COLOR #EEE8DF

HEX: #EEE8DF RGB: (238,232,223)

Color info

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

RGB color model

#EEE8DF color RGB value is (238,232,223).

RGB: (238,232,223) (93%, 91%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 223 of 255 = 87%

238
232
223

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

Portions of RGB colors in percentages

R + G + B = 238 + 232 + 223 = 693 (100%)
R 238 of 693 ~ 34.34%
G 232 of 693 ~ 33.48%
B 223 of 693 ~ 32.18'%

%34.34
%33.48
%32.18

CMYK color model

#EEE8DF color CMYK value is (0,3,6,7).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 6.30%
  • key color value is 6.67%

CMYK: (0,3,6,7)
C0M3Y6K7 (0%, 3%, 6%, 7%)
(0.00 / 0.03 / 0.06 / 0.07)

CMYK percentages

%0
%2.52
%6.3
%6.67

Codes

Color #EEE8DF in popluar color models

EE E8 DF
RGB 238 232 223
HSL 36° 30.61% 90.39%
HSB/HSV 36° 6.30% 93.33%
CMYK 0.00% 2.52% 6.30%
6.67%

Color #EEE8DF in popluar number systems.

HEX EE E8 DF
Decimal 238 232 223
Binary 11101110 11101000 11011111
Octal 356 350 337

Shades and tints

Shades of #EEE8DF

#EEE8DF
(238,232,223)
#D9D3CB
(217,211,203)
#C4BEB7
(196,190,183)
#AFA9A3
(175,169,163)
#9A948F
(154,148,143)
#857F7B
(133,127,123)
#706A67
(112,106,103)
#5B5553
(91,85,83)
#46403F
(70,64,63)
#312B2B
(49,43,43)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #EEE8DF

#EEE8DF
(238,232,223)
#EFEAE1
(239,234,225)
#F0ECE3
(240,236,227)
#F1EEE5
(241,238,229)
#F2F0E7
(242,240,231)
#F3F2E9
(243,242,233)
#F4F4EB
(244,244,235)
#F5F6ED
(245,246,237)
#F6F8EF
(246,248,239)
#F7FAF1
(247,250,241)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE8DF; }

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

This text font color is #EEE8DF.

Background Color

.myBgColor { background-color: #EEE8DF; }

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

This div background color is #EEE8DF.

Border color

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

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

This div border color is #EEE8DF.

Opacity

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

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

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

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

This text has shadow with #EEE8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE8DF.

Preview

Color preview on black background

This text has color #EEE8DF on black background.


Color preview on white background

This text has color #EEE8DF on white background.


Black color preview on #EEE8DF background

This text has black color on #EEE8DF background.


White color preview on #EEE8DF background

This text has white color on #EEE8DF background.


Related colors

Complementary color

Complementary color for #hex is #111720.


I love getcolorcode.com

Triadic colors

1 #DFEEE8 and #E8DFEE with #EEE8DF are triadic colors.

2 #DFE8EE and #E8EEDF with #EEE8DF are triadic colors.