COLOR #EEE5E8

HEX: #EEE5E8 RGB: (238,229,232)

Color info

#EEE5E8 contains red, green and blue colors in about the same proportion. Web safe color of #EEE5E8 is #FFCCFF (or #FCF).

RGB color model

#EEE5E8 color RGB value is (238,229,232).

RGB: (238,229,232) (93%, 90%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 232 of 255 = 91%

238
229
232

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

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 232 = 699 (100%)
R 238 of 699 ~ 34.05%
G 229 of 699 ~ 32.76%
B 232 of 699 ~ 33.19'%

%34.05
%32.76
%33.19

CMYK color model

#EEE5E8 color CMYK value is (0,4,3,7).

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

CMYK: (0,4,3,7)
C0M4Y3K7 (0%, 4%, 3%, 7%)
(0.00 / 0.04 / 0.03 / 0.07)

CMYK percentages

%0
%3.78
%2.52
%6.67

Codes

Color #EEE5E8 in popluar color models

EE E5 E8
RGB 238 229 232
HSL 340° 20.93% 91.57%
HSB/HSV 340° 3.78% 93.33%
CMYK 0.00% 3.78% 2.52%
6.67%

Color #EEE5E8 in popluar number systems.

HEX EE E5 E8
Decimal 238 229 232
Binary 11101110 11100101 11101000
Octal 356 345 350

Shades and tints

Shades of #EEE5E8

#EEE5E8
(238,229,232)
#D9D1D3
(217,209,211)
#C4BDBE
(196,189,190)
#AFA9A9
(175,169,169)
#9A9594
(154,149,148)
#85817F
(133,129,127)
#706D6A
(112,109,106)
#5B5955
(91,89,85)
#464540
(70,69,64)
#31312B
(49,49,43)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #EEE5E8

#EEE5E8
(238,229,232)
#EFE7EA
(239,231,234)
#F0E9EC
(240,233,236)
#F1EBEE
(241,235,238)
#F2EDF0
(242,237,240)
#F3EFF2
(243,239,242)
#F4F1F4
(244,241,244)
#F5F3F6
(245,243,246)
#F6F5F8
(246,245,248)
#F7F7FA
(247,247,250)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5E8; }

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

This text font color is #EEE5E8.

Background Color

.myBgColor { background-color: #EEE5E8; }

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

This div background color is #EEE5E8.

Border color

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

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

This div border color is #EEE5E8.

Opacity

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

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

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

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

This text has shadow with #EEE5E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5E8.

Preview

Color preview on black background

This text has color #EEE5E8 on black background.


Color preview on white background

This text has color #EEE5E8 on white background.


Black color preview on #EEE5E8 background

This text has black color on #EEE5E8 background.


White color preview on #EEE5E8 background

This text has white color on #EEE5E8 background.


Related colors

Complementary color

Complementary color for #hex is #111A17.


I love getcolorcode.com

Triadic colors

1 #E8EEE5 and #E5E8EE with #EEE5E8 are triadic colors.

2 #E8E5EE and #E5EEE8 with #EEE5E8 are triadic colors.