COLOR #EEDEEF

HEX: #EEDEEF RGB: (238,222,239)

Color info

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

RGB color model

#EEDEEF color RGB value is (238,222,239).

RGB: (238,222,239) (93%, 87%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 239 of 255 = 94%

238
222
239

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

Portions of RGB colors in percentages

R + G + B = 238 + 222 + 239 = 699 (100%)
R 238 of 699 ~ 34.05%
G 222 of 699 ~ 31.76%
B 239 of 699 ~ 34.19'%

%34.05
%31.76
%34.19

CMYK color model

#EEDEEF color CMYK value is (0,7,0,6).

  • cyan value is 0.42%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (0,7,0,6)
C0M7Y0K6 (0%, 7%, 0%, 6%)
(0.00 / 0.07 / 0.00 / 0.06)

CMYK percentages

%0.42
%7.11
%0
%6.27

Codes

Color #EEDEEF in popluar color models

EE DE EF
RGB 238 222 239
HSL 296° 34.69% 90.39%
HSB/HSV 296° 7.11% 93.73%
CMYK 0.42% 7.11% 0.00%
6.27%

Color #EEDEEF in popluar number systems.

HEX EE DE EF
Decimal 238 222 239
Binary 11101110 11011110 11101111
Octal 356 336 357

Shades and tints

Shades of #EEDEEF

#EEDEEF
(238,222,239)
#D9CADA
(217,202,218)
#C4B6C5
(196,182,197)
#AFA2B0
(175,162,176)
#9A8E9B
(154,142,155)
#857A86
(133,122,134)
#706671
(112,102,113)
#5B525C
(91,82,92)
#463E47
(70,62,71)
#312A32
(49,42,50)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #EEDEEF

#EEDEEF
(238,222,239)
#EFE1F0
(239,225,240)
#F0E4F1
(240,228,241)
#F1E7F2
(241,231,242)
#F2EAF3
(242,234,243)
#F3EDF4
(243,237,244)
#F4F0F5
(244,240,245)
#F5F3F6
(245,243,246)
#F6F6F7
(246,246,247)
#F7F9F8
(247,249,248)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDEEF; }

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

This text font color is #EEDEEF.

Background Color

.myBgColor { background-color: #EEDEEF; }

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

This div background color is #EEDEEF.

Border color

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

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

This div border color is #EEDEEF.

Opacity

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

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

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

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

This text has shadow with #EEDEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDEEF.

Preview

Color preview on black background

This text has color #EEDEEF on black background.


Color preview on white background

This text has color #EEDEEF on white background.


Black color preview on #EEDEEF background

This text has black color on #EEDEEF background.


White color preview on #EEDEEF background

This text has white color on #EEDEEF background.


Related colors

Complementary color

Complementary color for #hex is #112110.


I love getcolorcode.com

Triadic colors

1 #EFEEDE and #DEEFEE with #EEDEEF are triadic colors.

2 #EFDEEE and #DEEEEF with #EEDEEF are triadic colors.