COLOR #EEE1DB

HEX: #EEE1DB RGB: (238,225,219)

Color info

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

RGB color model

#EEE1DB color RGB value is (238,225,219).

RGB: (238,225,219) (93%, 88%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 219 of 255 = 86%

238
225
219

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

Portions of RGB colors in percentages

R + G + B = 238 + 225 + 219 = 682 (100%)
R 238 of 682 ~ 34.9%
G 225 of 682 ~ 32.99%
B 219 of 682 ~ 32.11'%

%34.9
%32.99
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 7.98%
  • key color value is 6.67%

CMYK: (0,5,8,7)
C0M5Y8K7 (0%, 5%, 8%, 7%)
(0.00 / 0.05 / 0.08 / 0.07)

CMYK percentages

%0
%5.46
%7.98
%6.67

Codes

Color #EEE1DB in popluar color models

EE E1 DB
RGB 238 225 219
HSL 19° 35.85% 89.61%
HSB/HSV 19° 7.98% 93.33%
CMYK 0.00% 5.46% 7.98%
6.67%

Color #EEE1DB in popluar number systems.

HEX EE E1 DB
Decimal 238 225 219
Binary 11101110 11100001 11011011
Octal 356 341 333

Shades and tints

Shades of #EEE1DB

#EEE1DB
(238,225,219)
#D9CDC8
(217,205,200)
#C4B9B5
(196,185,181)
#AFA5A2
(175,165,162)
#9A918F
(154,145,143)
#857D7C
(133,125,124)
#706969
(112,105,105)
#5B5556
(91,85,86)
#464143
(70,65,67)
#312D30
(49,45,48)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #EEE1DB

#EEE1DB
(238,225,219)
#EFE3DE
(239,227,222)
#F0E5E1
(240,229,225)
#F1E7E4
(241,231,228)
#F2E9E7
(242,233,231)
#F3EBEA
(243,235,234)
#F4EDED
(244,237,237)
#F5EFF0
(245,239,240)
#F6F1F3
(246,241,243)
#F7F3F6
(247,243,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE1DB color. Also use rgb(238,225,219) instead hex code.

Text Font Color

.myTextColor { color: #EEE1DB; }

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

This text font color is #EEE1DB.

Background Color

.myBgColor { background-color: #EEE1DB; }

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

This div background color is #EEE1DB.

Border color

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

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

This div border color is #EEE1DB.

Opacity

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

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

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

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

This text has shadow with #EEE1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE1DB.

Preview

Color preview on black background

This text has color #EEE1DB on black background.


Color preview on white background

This text has color #EEE1DB on white background.


Black color preview on #EEE1DB background

This text has black color on #EEE1DB background.


White color preview on #EEE1DB background

This text has white color on #EEE1DB background.


Related colors

Complementary color

Complementary color for #hex is #111E24.


I love getcolorcode.com

Triadic colors

1 #DBEEE1 and #E1DBEE with #EEE1DB are triadic colors.

2 #DBE1EE and #E1EEDB with #EEE1DB are triadic colors.