COLOR #EEDEE1

HEX: #EEDEE1 RGB: (238,222,225)

Color info

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

RGB color model

#EEDEE1 color RGB value is (238,222,225).

RGB: (238,222,225) (93%, 87%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 225 of 255 = 88%

238
222
225

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

Portions of RGB colors in percentages

R + G + B = 238 + 222 + 225 = 685 (100%)
R 238 of 685 ~ 34.74%
G 222 of 685 ~ 32.41%
B 225 of 685 ~ 32.85'%

%34.74
%32.41
%32.85

CMYK color model

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

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

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

CMYK percentages

%0
%6.72
%5.46
%6.67

Codes

Color #EEDEE1 in popluar color models

EE DE E1
RGB 238 222 225
HSL 349° 32.00% 90.20%
HSB/HSV 349° 6.72% 93.33%
CMYK 0.00% 6.72% 5.46%
6.67%

Color #EEDEE1 in popluar number systems.

HEX EE DE E1
Decimal 238 222 225
Binary 11101110 11011110 11100001
Octal 356 336 341

Shades and tints

Shades of #EEDEE1

#EEDEE1
(238,222,225)
#D9CACD
(217,202,205)
#C4B6B9
(196,182,185)
#AFA2A5
(175,162,165)
#9A8E91
(154,142,145)
#857A7D
(133,122,125)
#706669
(112,102,105)
#5B5255
(91,82,85)
#463E41
(70,62,65)
#312A2D
(49,42,45)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #EEDEE1

#EEDEE1
(238,222,225)
#EFE1E3
(239,225,227)
#F0E4E5
(240,228,229)
#F1E7E7
(241,231,231)
#F2EAE9
(242,234,233)
#F3EDEB
(243,237,235)
#F4F0ED
(244,240,237)
#F5F3EF
(245,243,239)
#F6F6F1
(246,246,241)
#F7F9F3
(247,249,243)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDEE1; }

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

This text font color is #EEDEE1.

Background Color

.myBgColor { background-color: #EEDEE1; }

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

This div background color is #EEDEE1.

Border color

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

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

This div border color is #EEDEE1.

Opacity

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

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

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

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

This text has shadow with #EEDEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDEE1.

Preview

Color preview on black background

This text has color #EEDEE1 on black background.


Color preview on white background

This text has color #EEDEE1 on white background.


Black color preview on #EEDEE1 background

This text has black color on #EEDEE1 background.


White color preview on #EEDEE1 background

This text has white color on #EEDEE1 background.


Related colors

Complementary color

Complementary color for #hex is #11211E.


I love getcolorcode.com

Triadic colors

1 #E1EEDE and #DEE1EE with #EEDEE1 are triadic colors.

2 #E1DEEE and #DEEEE1 with #EEDEE1 are triadic colors.