COLOR #EEE2ED

HEX: #EEE2ED RGB: (238,226,237)

Color info

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

RGB color model

#EEE2ED color RGB value is (238,226,237).

RGB: (238,226,237) (93%, 89%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 226 of 255 = 89%
B 237 of 255 = 93%

238
226
237

R + G + B ~ 92%. #EEE2ED is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 226 + 237 = 701 (100%)
R 238 of 701 ~ 33.95%
G 226 of 701 ~ 32.24%
B 237 of 701 ~ 33.81'%

%33.95
%32.24
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 0.42%
  • key color value is 6.67%

CMYK: (0,5,0,7)
C0M5Y0K7 (0%, 5%, 0%, 7%)
(0.00 / 0.05 / 0.00 / 0.07)

CMYK percentages

%0
%5.04
%0.42
%6.67

Codes

Color #EEE2ED in popluar color models

EE E2 ED
RGB 238 226 237
HSL 305° 26.09% 90.98%
HSB/HSV 305° 5.04% 93.33%
CMYK 0.00% 5.04% 0.42%
6.67%

Color #EEE2ED in popluar number systems.

HEX EE E2 ED
Decimal 238 226 237
Binary 11101110 11100010 11101101
Octal 356 342 355

Shades and tints

Shades of #EEE2ED

#EEE2ED
(238,226,237)
#D9CED8
(217,206,216)
#C4BAC3
(196,186,195)
#AFA6AE
(175,166,174)
#9A9299
(154,146,153)
#857E84
(133,126,132)
#706A6F
(112,106,111)
#5B565A
(91,86,90)
#464245
(70,66,69)
#312E30
(49,46,48)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #EEE2ED

#EEE2ED
(238,226,237)
#EFE4EE
(239,228,238)
#F0E6EF
(240,230,239)
#F1E8F0
(241,232,240)
#F2EAF1
(242,234,241)
#F3ECF2
(243,236,242)
#F4EEF3
(244,238,243)
#F5F0F4
(245,240,244)
#F6F2F5
(246,242,245)
#F7F4F6
(247,244,246)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2ED; }

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

This text font color is #EEE2ED.

Background Color

.myBgColor { background-color: #EEE2ED; }

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

This div background color is #EEE2ED.

Border color

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

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

This div border color is #EEE2ED.

Opacity

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

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

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

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

This text has shadow with #EEE2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE2ED.

Preview

Color preview on black background

This text has color #EEE2ED on black background.


Color preview on white background

This text has color #EEE2ED on white background.


Black color preview on #EEE2ED background

This text has black color on #EEE2ED background.


White color preview on #EEE2ED background

This text has white color on #EEE2ED background.


Related colors

Complementary color

Complementary color for #hex is #111D12.


I love getcolorcode.com

Triadic colors

1 #EDEEE2 and #E2EDEE with #EEE2ED are triadic colors.

2 #EDE2EE and #E2EEED with #EEE2ED are triadic colors.