COLOR #EDD7EE

HEX: #EDD7EE
RGB: (237,215,238)

Color info

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

RGB color model

#EDD7EE color RGB value is (237,215,238).

  • red value is 237;
  • green value is 215;
  • blue value is 238.
RGB:
(237,215,238)
(93%,84%,93%)

RGB channels and saturation

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

237
215
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 238 = 690 (100%)
R 237 of 690 ~ 34.35%
G 215 of 690 ~ 31.16%
B 238 of 690 ~ 34.49%

%34.35
%31.16
%34.49

CMYK color model

#EDD7EE color CMYK value is (0,10,0,7).

  • cyan value is 0.42%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,10,0,7)
C0M10Y0K7 
(0%,10%,0%,7%)
(0.00/0.10/0.00/0.07)	

CMYK percentages

%0.42
%9.66
%0
%6.67

Codes

Color #EDD7EE in popluar color models

EDD7EE
RGB237215238
HSL297°40.35%88.82%
HSB/HSV297°9.66%93.33%
CMYK0.42%9.66%0.00%
6.67%

Color #EDD7EE in popluar number systems.

HEXEDD7EE
Decimal237215238
Binary111011011101011111101110
Octal355327356

Shades and tints

Shades of #EDD7EE

#EDD7EE
(237,215,238)
#D8C4D9
(216,196,217)
#C3B1C4
(195,177,196)
#AE9EAF
(174,158,175)
#998B9A
(153,139,154)
#847885
(132,120,133)
#6F6570
(111,101,112)
#5A525B
(90,82,91)
#453F46
(69,63,70)
#302C31
(48,44,49)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDD7EE

#EDD7EE
(237,215,238)
#EEDAEF
(238,218,239)
#EFDDF0
(239,221,240)
#F0E0F1
(240,224,241)
#F1E3F2
(241,227,242)
#F2E6F3
(242,230,243)
#F3E9F4
(243,233,244)
#F4ECF5
(244,236,245)
#F5EFF6
(245,239,246)
#F6F2F7
(246,242,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7EE; }

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

This text font color is #EDD7EE.


Background Color

.myBgColor { background-color: #EDD7EE; }

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

This div background color is #EDD7EE.


Border color

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

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

This div border color is #EDD7EE.


Opacity

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

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

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

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

This text has shadow with #EDD7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7EE on black background.


Color preview on white background

This text has color #EDD7EE on white background.



Black color preview on #EDD7EE background

This text has black color on #EDD7EE background.


White color preview on #EDD7EE background

This text has white color on #EDD7EE background.