COLOR #EDDDEC

HEX: #EDDDEC
RGB: (237,221,236)

Color info

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

RGB color model

#EDDDEC color RGB value is (237,221,236).

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

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 236 of 255 = 93%

237
221
236

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

Portions of RGB colors in percentages

R + G + B =
237 + 221 + 236 = 694 (100%)
R 237 of 694 ~ 34.15%
G 221 of 694 ~ 31.84%
B 236 of 694 ~ 34.01%

%34.15
%31.84
%34.01

CMYK color model

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

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

CMYK percentages

%0
%6.75
%0.42
%7.06

Codes

Color #EDDDEC in popluar color models

EDDDEC
RGB237221236
HSL304°30.77%89.80%
HSB/HSV304°6.75%92.94%
CMYK0.00%6.75%0.42%
7.06%

Color #EDDDEC in popluar number systems.

HEXEDDDEC
Decimal237221236
Binary111011011101110111101100
Octal355335354

Shades and tints

Shades of #EDDDEC

#EDDDEC
(237,221,236)
#D8C9D7
(216,201,215)
#C3B5C2
(195,181,194)
#AEA1AD
(174,161,173)
#998D98
(153,141,152)
#847983
(132,121,131)
#6F656E
(111,101,110)
#5A5159
(90,81,89)
#453D44
(69,61,68)
#30292F
(48,41,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #EDDDEC

#EDDDEC
(237,221,236)
#EEE0ED
(238,224,237)
#EFE3EE
(239,227,238)
#F0E6EF
(240,230,239)
#F1E9F0
(241,233,240)
#F2ECF1
(242,236,241)
#F3EFF2
(243,239,242)
#F4F2F3
(244,242,243)
#F5F5F4
(245,245,244)
#F6F8F5
(246,248,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDEC; }

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

This text font color is #EDDDEC.


Background Color

.myBgColor { background-color: #EDDDEC; }

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

This div background color is #EDDDEC.


Border color

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

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

This div border color is #EDDDEC.


Opacity

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

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

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

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

This text has shadow with #EDDDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDDEC on black background.


Color preview on white background

This text has color #EDDDEC on white background.



Black color preview on #EDDDEC background

This text has black color on #EDDDEC background.


White color preview on #EDDDEC background

This text has white color on #EDDDEC background.