COLOR #EEDEE6

HEX: #EEDEE6 RGB: (238,222,230)

Color info

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

RGB color model

#EEDEE6 color RGB value is (238,222,230).

RGB: (238,222,230) (93%, 87%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 230 of 255 = 90%

238
222
230

R + G + B ~ 90%. #EEDEE6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 222 + 230 = 690 (100%)
R 238 of 690 ~ 34.49%
G 222 of 690 ~ 32.17%
B 230 of 690 ~ 33.33'%

%34.49
%32.17
%33.33

CMYK color model

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

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

CMYK: (0,7,3,7)
C0M7Y3K7 (0%, 7%, 3%, 7%)
(0.00 / 0.07 / 0.03 / 0.07)

CMYK percentages

%0
%6.72
%3.36
%6.67

Codes

Color #EEDEE6 in popluar color models

EE DE E6
RGB 238 222 230
HSL 330° 32.00% 90.20%
HSB/HSV 330° 6.72% 93.33%
CMYK 0.00% 6.72% 3.36%
6.67%

Color #EEDEE6 in popluar number systems.

HEX EE DE E6
Decimal 238 222 230
Binary 11101110 11011110 11100110
Octal 356 336 346

Shades and tints

Shades of #EEDEE6

#EEDEE6
(238,222,230)
#D9CAD2
(217,202,210)
#C4B6BE
(196,182,190)
#AFA2AA
(175,162,170)
#9A8E96
(154,142,150)
#857A82
(133,122,130)
#70666E
(112,102,110)
#5B525A
(91,82,90)
#463E46
(70,62,70)
#312A32
(49,42,50)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #EEDEE6

#EEDEE6
(238,222,230)
#EFE1E8
(239,225,232)
#F0E4EA
(240,228,234)
#F1E7EC
(241,231,236)
#F2EAEE
(242,234,238)
#F3EDF0
(243,237,240)
#F4F0F2
(244,240,242)
#F5F3F4
(245,243,244)
#F6F6F6
(246,246,246)
#F7F9F8
(247,249,248)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDEE6; }

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

This text font color is #EEDEE6.

Background Color

.myBgColor { background-color: #EEDEE6; }

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

This div background color is #EEDEE6.

Border color

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

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

This div border color is #EEDEE6.

Opacity

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

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

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

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

This text has shadow with #EEDEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDEE6.

Preview

Color preview on black background

This text has color #EEDEE6 on black background.


Color preview on white background

This text has color #EEDEE6 on white background.


Black color preview on #EEDEE6 background

This text has black color on #EEDEE6 background.


White color preview on #EEDEE6 background

This text has white color on #EEDEE6 background.


Related colors

Complementary color

Complementary color for #hex is #112119.


I love getcolorcode.com

Triadic colors

1 #E6EEDE and #DEE6EE with #EEDEE6 are triadic colors.

2 #E6DEEE and #DEEEE6 with #EEDEE6 are triadic colors.