COLOR #EDD7EF

HEX: #EDD7EF
RGB: (237,215,239)

Color info

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

RGB color model

#EDD7EF color RGB value is (237,215,239).

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

RGB channels and saturation

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

237
215
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 239 = 691 (100%)
R 237 of 691 ~ 34.3%
G 215 of 691 ~ 31.11%
B 239 of 691 ~ 34.59%

%34.3
%31.11
%34.59

CMYK color model

#EDD7EF color CMYK value is (1,10,0,6).

  • cyan value is 0.84%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,10,0,6)
C1M10Y0K6 
(1%,10%,0%,6%)
(0.01/0.10/0.00/0.06)	

CMYK percentages

%0.84
%10.04
%0
%6.27

Codes

Color #EDD7EF in popluar color models

EDD7EF
RGB237215239
HSL295°42.86%89.02%
HSB/HSV295°10.04%93.73%
CMYK0.84%10.04%0.00%
6.27%

Color #EDD7EF in popluar number systems.

HEXEDD7EF
Decimal237215239
Binary111011011101011111101111
Octal355327357

Shades and tints

Shades of #EDD7EF

#EDD7EF
(237,215,239)
#D8C4DA
(216,196,218)
#C3B1C5
(195,177,197)
#AE9EB0
(174,158,176)
#998B9B
(153,139,155)
#847886
(132,120,134)
#6F6571
(111,101,113)
#5A525C
(90,82,92)
#453F47
(69,63,71)
#302C32
(48,44,50)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDD7EF

#EDD7EF
(237,215,239)
#EEDAF0
(238,218,240)
#EFDDF1
(239,221,241)
#F0E0F2
(240,224,242)
#F1E3F3
(241,227,243)
#F2E6F4
(242,230,244)
#F3E9F5
(243,233,245)
#F4ECF6
(244,236,246)
#F5EFF7
(245,239,247)
#F6F2F8
(246,242,248)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7EF; }

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

This text font color is #EDD7EF.


Background Color

.myBgColor { background-color: #EDD7EF; }

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

This div background color is #EDD7EF.


Border color

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

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

This div border color is #EDD7EF.


Opacity

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

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

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

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

This text has shadow with #EDD7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7EF on black background.


Color preview on white background

This text has color #EDD7EF on white background.



Black color preview on #EDD7EF background

This text has black color on #EDD7EF background.


White color preview on #EDD7EF background

This text has white color on #EDD7EF background.