COLOR #EDDEEA

HEX: #EDDEEA RGB: (237,222,234)

Color info

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

RGB color model

#EDDEEA color RGB value is (237,222,234).

RGB: (237,222,234) (93%, 87%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 234 of 255 = 92%

237
222
234

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

Portions of RGB colors in percentages

R + G + B = 237 + 222 + 234 = 693 (100%)
R 237 of 693 ~ 34.2%
G 222 of 693 ~ 32.03%
B 234 of 693 ~ 33.77'%

%34.2
%32.03
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 1.27%
  • key color value is 7.06%

CMYK: (0,6,1,7)
C0M6Y1K7 (0%, 6%, 1%, 7%)
(0.00 / 0.06 / 0.01 / 0.07)

CMYK percentages

%0
%6.33
%1.27
%7.06

Codes

Color #EDDEEA in popluar color models

ED DE EA
RGB 237 222 234
HSL 312° 29.41% 90.00%
HSB/HSV 312° 6.33% 92.94%
CMYK 0.00% 6.33% 1.27%
7.06%

Color #EDDEEA in popluar number systems.

HEX ED DE EA
Decimal 237 222 234
Binary 11101101 11011110 11101010
Octal 355 336 352

Shades and tints

Shades of #EDDEEA

#EDDEEA
(237,222,234)
#D8CAD5
(216,202,213)
#C3B6C0
(195,182,192)
#AEA2AB
(174,162,171)
#998E96
(153,142,150)
#847A81
(132,122,129)
#6F666C
(111,102,108)
#5A5257
(90,82,87)
#453E42
(69,62,66)
#302A2D
(48,42,45)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDDEEA

#EDDEEA
(237,222,234)
#EEE1EB
(238,225,235)
#EFE4EC
(239,228,236)
#F0E7ED
(240,231,237)
#F1EAEE
(241,234,238)
#F2EDEF
(242,237,239)
#F3F0F0
(243,240,240)
#F4F3F1
(244,243,241)
#F5F6F2
(245,246,242)
#F6F9F3
(246,249,243)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDEEA; }

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

This text font color is #EDDEEA.

Background Color

.myBgColor { background-color: #EDDEEA; }

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

This div background color is #EDDEEA.

Border color

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

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

This div border color is #EDDEEA.

Opacity

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

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

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

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

This text has shadow with #EDDEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDEEA.

Preview

Color preview on black background

This text has color #EDDEEA on black background.


Color preview on white background

This text has color #EDDEEA on white background.


Black color preview on #EDDEEA background

This text has black color on #EDDEEA background.


White color preview on #EDDEEA background

This text has white color on #EDDEEA background.


Related colors

Complementary color

Complementary color for #hex is #122115.


I love getcolorcode.com

Triadic colors

1 #EAEDDE and #DEEAED with #EDDEEA are triadic colors.

2 #EADEED and #DEEDEA with #EDDEEA are triadic colors.