COLOR #EDD7E1

HEX: #EDD7E1
RGB: (237,215,225)

Color info

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

RGB color model

#EDD7E1 color RGB value is (237,215,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 225 of 255 = 88%

237
215
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 225 = 677 (100%)
R 237 of 677 ~ 35.01%
G 215 of 677 ~ 31.76%
B 225 of 677 ~ 33.23%

%35.01
%31.76
%33.23

CMYK color model

#EDD7E1 color CMYK value is (0,9,5,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,9,5,7)
C0M9Y5K7 
(0%,9%,5%,7%)
(0.00/0.09/0.05/0.07)	

CMYK percentages

%0
%9.28
%5.06
%7.06

Codes

Color #EDD7E1 in popluar color models

EDD7E1
RGB237215225
HSL333°37.93%88.63%
HSB/HSV333°9.28%92.94%
CMYK0.00%9.28%5.06%
7.06%

Color #EDD7E1 in popluar number systems.

HEXEDD7E1
Decimal237215225
Binary111011011101011111100001
Octal355327341

Shades and tints

Shades of #EDD7E1

#EDD7E1
(237,215,225)
#D8C4CD
(216,196,205)
#C3B1B9
(195,177,185)
#AE9EA5
(174,158,165)
#998B91
(153,139,145)
#84787D
(132,120,125)
#6F6569
(111,101,105)
#5A5255
(90,82,85)
#453F41
(69,63,65)
#302C2D
(48,44,45)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDD7E1

#EDD7E1
(237,215,225)
#EEDAE3
(238,218,227)
#EFDDE5
(239,221,229)
#F0E0E7
(240,224,231)
#F1E3E9
(241,227,233)
#F2E6EB
(242,230,235)
#F3E9ED
(243,233,237)
#F4ECEF
(244,236,239)
#F5EFF1
(245,239,241)
#F6F2F3
(246,242,243)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7E1; }

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

This text font color is #EDD7E1.


Background Color

.myBgColor { background-color: #EDD7E1; }

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

This div background color is #EDD7E1.


Border color

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

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

This div border color is #EDD7E1.


Opacity

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

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

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

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

This text has shadow with #EDD7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7E1 on black background.


Color preview on white background

This text has color #EDD7E1 on white background.



Black color preview on #EDD7E1 background

This text has black color on #EDD7E1 background.


White color preview on #EDD7E1 background

This text has white color on #EDD7E1 background.