COLOR #EDD4E7

HEX: #EDD4E7
RGB: (237,212,231)

Color info

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

RGB color model

#EDD4E7 color RGB value is (237,212,231).

  • red value is 237;
  • green value is 212;
  • blue value is 231.
RGB:
(237,212,231)
(93%,83%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 231 of 255 = 91%

237
212
231

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

Portions of RGB colors in percentages

R + G + B =
237 + 212 + 231 = 680 (100%)
R 237 of 680 ~ 34.85%
G 212 of 680 ~ 31.18%
B 231 of 680 ~ 33.97%

%34.85
%31.18
%33.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(0,11,3,7)
C0M11Y3K7 
(0%,11%,3%,7%)
(0.00/0.11/0.03/0.07)	

CMYK percentages

%0
%10.55
%2.53
%7.06

Codes

Color #EDD4E7 in popluar color models

EDD4E7
RGB237212231
HSL314°40.98%88.04%
HSB/HSV314°10.55%92.94%
CMYK0.00%10.55%2.53%
7.06%

Color #EDD4E7 in popluar number systems.

HEXEDD4E7
Decimal237212231
Binary111011011101010011100111
Octal355324347

Shades and tints

Shades of #EDD4E7

#EDD4E7
(237,212,231)
#D8C1D2
(216,193,210)
#C3AEBD
(195,174,189)
#AE9BA8
(174,155,168)
#998893
(153,136,147)
#84757E
(132,117,126)
#6F6269
(111,98,105)
#5A4F54
(90,79,84)
#453C3F
(69,60,63)
#30292A
(48,41,42)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDD4E7

#EDD4E7
(237,212,231)
#EED7E9
(238,215,233)
#EFDAEB
(239,218,235)
#F0DDED
(240,221,237)
#F1E0EF
(241,224,239)
#F2E3F1
(242,227,241)
#F3E6F3
(243,230,243)
#F4E9F5
(244,233,245)
#F5ECF7
(245,236,247)
#F6EFF9
(246,239,249)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4E7; }

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

This text font color is #EDD4E7.


Background Color

.myBgColor { background-color: #EDD4E7; }

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

This div background color is #EDD4E7.


Border color

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

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

This div border color is #EDD4E7.


Opacity

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

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

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

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

This text has shadow with #EDD4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4E7 on black background.


Color preview on white background

This text has color #EDD4E7 on white background.



Black color preview on #EDD4E7 background

This text has black color on #EDD4E7 background.


White color preview on #EDD4E7 background

This text has white color on #EDD4E7 background.