COLOR #EEE2DF

HEX: #EEE2DF RGB: (238,226,223)

Color info

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

RGB color model

#EEE2DF color RGB value is (238,226,223).

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

RGB channels and saturation

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

238
226
223

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

Portions of RGB colors in percentages

R + G + B = 238 + 226 + 223 = 687 (100%)
R 238 of 687 ~ 34.64%
G 226 of 687 ~ 32.9%
B 223 of 687 ~ 32.46'%

%34.64
%32.9
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK: (0,5,6,7) C0M5Y6K7 (0%,5%,6%,7%) (0.00/0.05/0.06/0.07) 

CMYK percentages

%0
%5.04
%6.3
%6.67

Codes

Color #EEE2DF in popluar color models

EE E2 DF
RGB 238 226 223
HSL 12° 30.61% 90.39%
HSB/HSV 12° 6.30% 93.33%
CMYK 0.00% 5.04% 6.30%
6.67%

Color #EEE2DF in popluar number systems.

HEX EE E2 DF
Decimal 238 226 223
Binary 11101110 11100010 11011111
Octal 356 342 337

Shades and tints

Shades of #EEE2DF

#EEE2DF
(238,226,223)
#D9CECB
(217,206,203)
#C4BAB7
(196,186,183)
#AFA6A3
(175,166,163)
#9A928F
(154,146,143)
#857E7B
(133,126,123)
#706A67
(112,106,103)
#5B5653
(91,86,83)
#46423F
(70,66,63)
#312E2B
(49,46,43)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EEE2DF

#EEE2DF
(238,226,223)
#EFE4E1
(239,228,225)
#F0E6E3
(240,230,227)
#F1E8E5
(241,232,229)
#F2EAE7
(242,234,231)
#F3ECE9
(243,236,233)
#F4EEEB
(244,238,235)
#F5F0ED
(245,240,237)
#F6F2EF
(246,242,239)
#F7F4F1
(247,244,241)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2DF; }

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

This text font color is #EEE2DF.

Background Color

.myBgColor { background-color: #EEE2DF; }

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

This div background color is #EEE2DF.

Border color

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

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

This div border color is #EEE2DF.

Opacity

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

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

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

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

This text has shadow with #EEE2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE2DF.

Preview

Color preview on black background

This text has color #EEE2DF on black background.


Color preview on white background

This text has color #EEE2DF on white background.


Black color preview on #EEE2DF background

This text has black color on #EEE2DF background.


White color preview on #EEE2DF background

This text has white color on #EEE2DF background.


Related colors

Complementary color

Complementary color for #hex is #111D20.


I love getcolorcode.com

Triadic colors

1 #DFEEE2 and #E2DFEE with #EEE2DF are triadic colors.

2 #DFE2EE and #E2EEDF with #EEE2DF are triadic colors.