COLOR #EDDDEA

HEX: #EDDDEA RGB: (237,221,234)

Color info

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

RGB color model

#EDDDEA color RGB value is (237,221,234).

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

RGB channels and saturation

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

237
221
234

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

Portions of RGB colors in percentages

R + G + B = 237 + 221 + 234 = 692 (100%)
R 237 of 692 ~ 34.25%
G 221 of 692 ~ 31.94%
B 234 of 692 ~ 33.82'%

%34.25
%31.94
%33.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK: (0,7,1,7) C0M7Y1K7 (0%,7%,1%,7%) (0.00/0.07/0.01/0.07) 

CMYK percentages

%0
%6.75
%1.27
%7.06

Codes

Color #EDDDEA in popluar color models

ED DD EA
RGB 237 221 234
HSL 311° 30.77% 89.80%
HSB/HSV 311° 6.75% 92.94%
CMYK 0.00% 6.75% 1.27%
7.06%

Color #EDDDEA in popluar number systems.

HEX ED DD EA
Decimal 237 221 234
Binary 11101101 11011101 11101010
Octal 355 335 352

Shades and tints

Shades of #EDDDEA

#EDDDEA
(237,221,234)
#D8C9D5
(216,201,213)
#C3B5C0
(195,181,192)
#AEA1AB
(174,161,171)
#998D96
(153,141,150)
#847981
(132,121,129)
#6F656C
(111,101,108)
#5A5157
(90,81,87)
#453D42
(69,61,66)
#30292D
(48,41,45)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDDDEA

#EDDDEA
(237,221,234)
#EEE0EB
(238,224,235)
#EFE3EC
(239,227,236)
#F0E6ED
(240,230,237)
#F1E9EE
(241,233,238)
#F2ECEF
(242,236,239)
#F3EFF0
(243,239,240)
#F4F2F1
(244,242,241)
#F5F5F2
(245,245,242)
#F6F8F3
(246,248,243)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDEA; }

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

This text font color is #EDDDEA.

Background Color

.myBgColor { background-color: #EDDDEA; }

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

This div background color is #EDDDEA.

Border color

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

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

This div border color is #EDDDEA.

Opacity

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

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

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

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

This text has shadow with #EDDDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDDEA.

Preview

Color preview on black background

This text has color #EDDDEA on black background.


Color preview on white background

This text has color #EDDDEA on white background.


Black color preview on #EDDDEA background

This text has black color on #EDDDEA background.


White color preview on #EDDDEA background

This text has white color on #EDDDEA background.


Related colors

Complementary color

Complementary color for #hex is #122215.


I love getcolorcode.com

Triadic colors

1 #EAEDDD and #DDEAED with #EDDDEA are triadic colors.

2 #EADDED and #DDEDEA with #EDDDEA are triadic colors.