COLOR #EEE1EB

HEX: #EEE1EB RGB: (238,225,235)

Color info

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

RGB color model

#EEE1EB color RGB value is (238,225,235).

RGB: (238,225,235) (93%, 88%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 235 of 255 = 92%

238
225
235

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

Portions of RGB colors in percentages

R + G + B = 238 + 225 + 235 = 698 (100%)
R 238 of 698 ~ 34.1%
G 225 of 698 ~ 32.23%
B 235 of 698 ~ 33.67'%

%34.1
%32.23
%33.67

CMYK color model

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

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

CMYK: (0,5,1,7)
C0M5Y1K7 (0%, 5%, 1%, 7%)
(0.00 / 0.05 / 0.01 / 0.07)

CMYK percentages

%0
%5.46
%1.26
%6.67

Codes

Color #EEE1EB in popluar color models

EE E1 EB
RGB 238 225 235
HSL 314° 27.66% 90.78%
HSB/HSV 314° 5.46% 93.33%
CMYK 0.00% 5.46% 1.26%
6.67%

Color #EEE1EB in popluar number systems.

HEX EE E1 EB
Decimal 238 225 235
Binary 11101110 11100001 11101011
Octal 356 341 353

Shades and tints

Shades of #EEE1EB

#EEE1EB
(238,225,235)
#D9CDD6
(217,205,214)
#C4B9C1
(196,185,193)
#AFA5AC
(175,165,172)
#9A9197
(154,145,151)
#857D82
(133,125,130)
#70696D
(112,105,109)
#5B5558
(91,85,88)
#464143
(70,65,67)
#312D2E
(49,45,46)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EEE1EB

#EEE1EB
(238,225,235)
#EFE3EC
(239,227,236)
#F0E5ED
(240,229,237)
#F1E7EE
(241,231,238)
#F2E9EF
(242,233,239)
#F3EBF0
(243,235,240)
#F4EDF1
(244,237,241)
#F5EFF2
(245,239,242)
#F6F1F3
(246,241,243)
#F7F3F4
(247,243,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1EB; }

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

This text font color is #EEE1EB.

Background Color

.myBgColor { background-color: #EEE1EB; }

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

This div background color is #EEE1EB.

Border color

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

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

This div border color is #EEE1EB.

Opacity

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

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

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

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

This text has shadow with #EEE1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE1EB.

Preview

Color preview on black background

This text has color #EEE1EB on black background.


Color preview on white background

This text has color #EEE1EB on white background.


Black color preview on #EEE1EB background

This text has black color on #EEE1EB background.


White color preview on #EEE1EB background

This text has white color on #EEE1EB background.


Related colors

Complementary color

Complementary color for #hex is #111E14.


I love getcolorcode.com

Triadic colors

1 #EBEEE1 and #E1EBEE with #EEE1EB are triadic colors.

2 #EBE1EE and #E1EEEB with #EEE1EB are triadic colors.