COLOR #EDDDE6

HEX: #EDDDE6
RGB: (237,221,230)

Color info

#EDDDE6 contains red, green and blue colors in about the same proportion. Web safe color of #EDDDE6 is #FFCCCC (or #FCC).

RGB color model

#EDDDE6 color RGB value is (237,221,230).

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

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 230 of 255 = 90%

237
221
230

R + G + B ~ 90%. #EDDDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 221 + 230 = 688 (100%)
R 237 of 688 ~ 34.45%
G 221 of 688 ~ 32.12%
B 230 of 688 ~ 33.43%

%34.45
%32.12
%33.43

CMYK color model

#EDDDE6 color CMYK value is (0,7,3,7).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,7,3,7)
C0M7Y3K7 
(0%,7%,3%,7%)
(0.00/0.07/0.03/0.07)	

CMYK percentages

%0
%6.75
%2.95
%7.06

Codes

Color #EDDDE6 in popluar color models

EDDDE6
RGB237221230
HSL326°30.77%89.80%
HSB/HSV326°6.75%92.94%
CMYK0.00%6.75%2.95%
7.06%

Color #EDDDE6 in popluar number systems.

HEXEDDDE6
Decimal237221230
Binary111011011101110111100110
Octal355335346

Shades and tints

Shades of #EDDDE6

#EDDDE6
(237,221,230)
#D8C9D2
(216,201,210)
#C3B5BE
(195,181,190)
#AEA1AA
(174,161,170)
#998D96
(153,141,150)
#847982
(132,121,130)
#6F656E
(111,101,110)
#5A515A
(90,81,90)
#453D46
(69,61,70)
#302932
(48,41,50)
#1B151E
(27,21,30)
#000000
(0,0,0)

Tints of #EDDDE6

#EDDDE6
(237,221,230)
#EEE0E8
(238,224,232)
#EFE3EA
(239,227,234)
#F0E6EC
(240,230,236)
#F1E9EE
(241,233,238)
#F2ECF0
(242,236,240)
#F3EFF2
(243,239,242)
#F4F2F4
(244,242,244)
#F5F5F6
(245,245,246)
#F6F8F8
(246,248,248)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDE6; }

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

This text font color is #EDDDE6.


Background Color

.myBgColor { background-color: #EDDDE6; }

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

This div background color is #EDDDE6.


Border color

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

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

This div border color is #EDDDE6.


Opacity

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

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

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

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

This text has shadow with #EDDDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDDE6 on black background.


Color preview on white background

This text has color #EDDDE6 on white background.



Black color preview on #EDDDE6 background

This text has black color on #EDDDE6 background.


White color preview on #EDDDE6 background

This text has white color on #EDDDE6 background.