COLOR #EDD7ED

HEX: #EDD7ED RGB: (237,215,237)

Color info

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

RGB color model

#EDD7ED color RGB value is (237,215,237).

RGB: (237,215,237) (93%, 84%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 237 of 255 = 93%

237
215
237

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

Portions of RGB colors in percentages

R + G + B = 237 + 215 + 237 = 689 (100%)
R 237 of 689 ~ 34.4%
G 215 of 689 ~ 31.2%
B 237 of 689 ~ 34.4'%

%34.4
%31.2
%34.4

CMYK color model

#EDD7ED color CMYK value is (0,9,0,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (0,9,0,7) C0M9Y0K7 (0%,9%,0%,7%) (0.00/0.09/0.00/0.07) 

CMYK percentages

%0
%9.28
%0
%7.06

Codes

Color #EDD7ED in popluar color models

ED D7 ED
RGB 237 215 237
HSL 300° 37.93% 88.63%
HSB/HSV 300° 9.28% 92.94%
CMYK 0.00% 9.28% 0.00%
7.06%

Color #EDD7ED in popluar number systems.

HEX ED D7 ED
Decimal 237 215 237
Binary 11101101 11010111 11101101
Octal 355 327 355

Shades and tints

Shades of #EDD7ED

#EDD7ED
(237,215,237)
#D8C4D8
(216,196,216)
#C3B1C3
(195,177,195)
#AE9EAE
(174,158,174)
#998B99
(153,139,153)
#847884
(132,120,132)
#6F656F
(111,101,111)
#5A525A
(90,82,90)
#453F45
(69,63,69)
#302C30
(48,44,48)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #EDD7ED

#EDD7ED
(237,215,237)
#EEDAEE
(238,218,238)
#EFDDEF
(239,221,239)
#F0E0F0
(240,224,240)
#F1E3F1
(241,227,241)
#F2E6F2
(242,230,242)
#F3E9F3
(243,233,243)
#F4ECF4
(244,236,244)
#F5EFF5
(245,239,245)
#F6F2F6
(246,242,246)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7ED; }

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

This text font color is #EDD7ED.

Background Color

.myBgColor { background-color: #EDD7ED; }

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

This div background color is #EDD7ED.

Border color

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

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

This div border color is #EDD7ED.

Opacity

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

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

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

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

This text has shadow with #EDD7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD7ED.

Preview

Color preview on black background

This text has color #EDD7ED on black background.


Color preview on white background

This text has color #EDD7ED on white background.


Black color preview on #EDD7ED background

This text has black color on #EDD7ED background.


White color preview on #EDD7ED background

This text has white color on #EDD7ED background.


Related colors

Complementary color

Complementary color for #hex is #122812.


I love getcolorcode.com

Triadic colors

1 #EDEDD7 and #D7EDED with #EDD7ED are triadic colors.

2 #EDD7ED and #D7EDED with #EDD7ED are triadic colors.