COLOR #EEE5EE

HEX: #EEE5EE RGB: (238,229,238)

Color info

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

RGB color model

#EEE5EE color RGB value is (238,229,238).

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

RGB channels and saturation

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

238
229
238

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

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 238 = 705 (100%)
R 238 of 705 ~ 33.76%
G 229 of 705 ~ 32.48%
B 238 of 705 ~ 33.76'%

%33.76
%32.48
%33.76

CMYK color model

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

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

CMYK: (0,4,0,7)
C0M4Y0K7 (0%, 4%, 0%, 7%)
(0.00 / 0.04 / 0.00 / 0.07)

CMYK percentages

%0
%3.78
%0
%6.67

Codes

Color #EEE5EE in popluar color models

EE E5 EE
RGB 238 229 238
HSL 300° 20.93% 91.57%
HSB/HSV 300° 3.78% 93.33%
CMYK 0.00% 3.78% 0.00%
6.67%

Color #EEE5EE in popluar number systems.

HEX EE E5 EE
Decimal 238 229 238
Binary 11101110 11100101 11101110
Octal 356 345 356

Shades and tints

Shades of #EEE5EE

#EEE5EE
(238,229,238)
#D9D1D9
(217,209,217)
#C4BDC4
(196,189,196)
#AFA9AF
(175,169,175)
#9A959A
(154,149,154)
#858185
(133,129,133)
#706D70
(112,109,112)
#5B595B
(91,89,91)
#464546
(70,69,70)
#313131
(49,49,49)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #EEE5EE

#EEE5EE
(238,229,238)
#EFE7EF
(239,231,239)
#F0E9F0
(240,233,240)
#F1EBF1
(241,235,241)
#F2EDF2
(242,237,242)
#F3EFF3
(243,239,243)
#F4F1F4
(244,241,244)
#F5F3F5
(245,243,245)
#F6F5F6
(246,245,246)
#F7F7F7
(247,247,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5EE; }

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

This text font color is #EEE5EE.

Background Color

.myBgColor { background-color: #EEE5EE; }

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

This div background color is #EEE5EE.

Border color

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

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

This div border color is #EEE5EE.

Opacity

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

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

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

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

This text has shadow with #EEE5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5EE.

Preview

Color preview on black background

This text has color #EEE5EE on black background.


Color preview on white background

This text has color #EEE5EE on white background.


Black color preview on #EEE5EE background

This text has black color on #EEE5EE background.


White color preview on #EEE5EE background

This text has white color on #EEE5EE background.


Related colors

Complementary color

Complementary color for #hex is #111A11.


I love getcolorcode.com

Triadic colors

1 #EEEEE5 and #E5EEEE with #EEE5EE are triadic colors.

2 #EEE5EE and #E5EEEE with #EEE5EE are triadic colors.