COLOR #EDDEEE

HEX: #EDDEEE
RGB: (237,222,238)

Color info

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

RGB color model

#EDDEEE color RGB value is (237,222,238).

  • red value is 237;
  • green value is 222;
  • blue value is 238.
RGB:
(237,222,238)
(93%,87%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 238 of 255 = 93%

237
222
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 222 + 238 = 697 (100%)
R 237 of 697 ~ 34%
G 222 of 697 ~ 31.85%
B 238 of 697 ~ 34.15%

%34
%31.85
%34.15

CMYK color model

#EDDEEE color CMYK value is (0,7,0,7).

  • cyan value is 0.42%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,7,0,7)
C0M7Y0K7 
(0%,7%,0%,7%)
(0.00/0.07/0.00/0.07)	

CMYK percentages

%0.42
%6.72
%0
%6.67

Codes

Color #EDDEEE in popluar color models

EDDEEE
RGB237222238
HSL296°32.00%90.20%
HSB/HSV296°6.72%93.33%
CMYK0.42%6.72%0.00%
6.67%

Color #EDDEEE in popluar number systems.

HEXEDDEEE
Decimal237222238
Binary111011011101111011101110
Octal355336356

Shades and tints

Shades of #EDDEEE

#EDDEEE
(237,222,238)
#D8CAD9
(216,202,217)
#C3B6C4
(195,182,196)
#AEA2AF
(174,162,175)
#998E9A
(153,142,154)
#847A85
(132,122,133)
#6F6670
(111,102,112)
#5A525B
(90,82,91)
#453E46
(69,62,70)
#302A31
(48,42,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDDEEE

#EDDEEE
(237,222,238)
#EEE1EF
(238,225,239)
#EFE4F0
(239,228,240)
#F0E7F1
(240,231,241)
#F1EAF2
(241,234,242)
#F2EDF3
(242,237,243)
#F3F0F4
(243,240,244)
#F4F3F5
(244,243,245)
#F5F6F6
(245,246,246)
#F6F9F7
(246,249,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDEEE; }

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

This text font color is #EDDEEE.


Background Color

.myBgColor { background-color: #EDDEEE; }

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

This div background color is #EDDEEE.


Border color

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

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

This div border color is #EDDEEE.


Opacity

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

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

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

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

This text has shadow with #EDDEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDEEE on black background.


Color preview on white background

This text has color #EDDEEE on white background.



Black color preview on #EDDEEE background

This text has black color on #EDDEEE background.


White color preview on #EDDEEE background

This text has white color on #EDDEEE background.