COLOR #EDD4E1

HEX: #EDD4E1
RGB: (237,212,225)

Color info

#EDD4E1 contains red, green and blue colors in about the same proportion. Web safe color of #EDD4E1 is #FFCCCC (or #FCC).

RGB color model

#EDD4E1 color RGB value is (237,212,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 225 of 255 = 88%

237
212
225

R + G + B ~ 88%. #EDD4E1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 212 + 225 = 674 (100%)
R 237 of 674 ~ 35.16%
G 212 of 674 ~ 31.45%
B 225 of 674 ~ 33.38%

%35.16
%31.45
%33.38

CMYK color model

#EDD4E1 color CMYK value is (0,11,5,7).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,11,5,7)
C0M11Y5K7 
(0%,11%,5%,7%)
(0.00/0.11/0.05/0.07)	

CMYK percentages

%0
%10.55
%5.06
%7.06

Codes

Color #EDD4E1 in popluar color models

EDD4E1
RGB237212225
HSL329°40.98%88.04%
HSB/HSV329°10.55%92.94%
CMYK0.00%10.55%5.06%
7.06%

Color #EDD4E1 in popluar number systems.

HEXEDD4E1
Decimal237212225
Binary111011011101010011100001
Octal355324341

Shades and tints

Shades of #EDD4E1

#EDD4E1
(237,212,225)
#D8C1CD
(216,193,205)
#C3AEB9
(195,174,185)
#AE9BA5
(174,155,165)
#998891
(153,136,145)
#84757D
(132,117,125)
#6F6269
(111,98,105)
#5A4F55
(90,79,85)
#453C41
(69,60,65)
#30292D
(48,41,45)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDD4E1

#EDD4E1
(237,212,225)
#EED7E3
(238,215,227)
#EFDAE5
(239,218,229)
#F0DDE7
(240,221,231)
#F1E0E9
(241,224,233)
#F2E3EB
(242,227,235)
#F3E6ED
(243,230,237)
#F4E9EF
(244,233,239)
#F5ECF1
(245,236,241)
#F6EFF3
(246,239,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4E1; }

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

This text font color is #EDD4E1.


Background Color

.myBgColor { background-color: #EDD4E1; }

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

This div background color is #EDD4E1.


Border color

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

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

This div border color is #EDD4E1.


Opacity

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

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

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

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

This text has shadow with #EDD4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD4E1 on black background.


Color preview on white background

This text has color #EDD4E1 on white background.



Black color preview on #EDD4E1 background

This text has black color on #EDD4E1 background.


White color preview on #EDD4E1 background

This text has white color on #EDD4E1 background.