COLOR #EDD7E9

HEX: #EDD7E9
RGB: (237,215,233)

Color info

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

RGB color model

#EDD7E9 color RGB value is (237,215,233).

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

RGB channels and saturation

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

237
215
233

R + G + B ~ 89%. #EDD7E9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 233 = 685 (100%)
R 237 of 685 ~ 34.6%
G 215 of 685 ~ 31.39%
B 233 of 685 ~ 34.01%

%34.6
%31.39
%34.01

CMYK color model

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

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

CMYK percentages

%0
%9.28
%1.69
%7.06

Codes

Color #EDD7E9 in popluar color models

EDD7E9
RGB237215233
HSL311°37.93%88.63%
HSB/HSV311°9.28%92.94%
CMYK0.00%9.28%1.69%
7.06%

Color #EDD7E9 in popluar number systems.

HEXEDD7E9
Decimal237215233
Binary111011011101011111101001
Octal355327351

Shades and tints

Shades of #EDD7E9

#EDD7E9
(237,215,233)
#D8C4D4
(216,196,212)
#C3B1BF
(195,177,191)
#AE9EAA
(174,158,170)
#998B95
(153,139,149)
#847880
(132,120,128)
#6F656B
(111,101,107)
#5A5256
(90,82,86)
#453F41
(69,63,65)
#302C2C
(48,44,44)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDD7E9

#EDD7E9
(237,215,233)
#EEDAEB
(238,218,235)
#EFDDED
(239,221,237)
#F0E0EF
(240,224,239)
#F1E3F1
(241,227,241)
#F2E6F3
(242,230,243)
#F3E9F5
(243,233,245)
#F4ECF7
(244,236,247)
#F5EFF9
(245,239,249)
#F6F2FB
(246,242,251)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7E9; }

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

This text font color is #EDD7E9.


Background Color

.myBgColor { background-color: #EDD7E9; }

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

This div background color is #EDD7E9.


Border color

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

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

This div border color is #EDD7E9.


Opacity

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

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

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

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

This text has shadow with #EDD7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7E9 on black background.


Color preview on white background

This text has color #EDD7E9 on white background.



Black color preview on #EDD7E9 background

This text has black color on #EDD7E9 background.


White color preview on #EDD7E9 background

This text has white color on #EDD7E9 background.