COLOR #EDD5ED

HEX: #EDD5ED
RGB: (237,213,237)

Color info

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

RGB color model

#EDD5ED color RGB value is (237,213,237).

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

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 237 of 255 = 93%

237
213
237

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

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 237 = 687 (100%)
R 237 of 687 ~ 34.5%
G 213 of 687 ~ 31%
B 237 of 687 ~ 34.5%

%34.5
%31
%34.5

CMYK color model

#EDD5ED color CMYK value is (0,10,0,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,10,0,7)
C0M10Y0K7 
(0%,10%,0%,7%)
(0.00/0.10/0.00/0.07)	

CMYK percentages

%0
%10.13
%0
%7.06

Codes

Color #EDD5ED in popluar color models

EDD5ED
RGB237213237
HSL300°40.00%88.24%
HSB/HSV300°10.13%92.94%
CMYK0.00%10.13%0.00%
7.06%

Color #EDD5ED in popluar number systems.

HEXEDD5ED
Decimal237213237
Binary111011011101010111101101
Octal355325355

Shades and tints

Shades of #EDD5ED

#EDD5ED
(237,213,237)
#D8C2D8
(216,194,216)
#C3AFC3
(195,175,195)
#AE9CAE
(174,156,174)
#998999
(153,137,153)
#847684
(132,118,132)
#6F636F
(111,99,111)
#5A505A
(90,80,90)
#453D45
(69,61,69)
#302A30
(48,42,48)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDD5ED

#EDD5ED
(237,213,237)
#EED8EE
(238,216,238)
#EFDBEF
(239,219,239)
#F0DEF0
(240,222,240)
#F1E1F1
(241,225,241)
#F2E4F2
(242,228,242)
#F3E7F3
(243,231,243)
#F4EAF4
(244,234,244)
#F5EDF5
(245,237,245)
#F6F0F6
(246,240,246)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5ED; }

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

This text font color is #EDD5ED.


Background Color

.myBgColor { background-color: #EDD5ED; }

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

This div background color is #EDD5ED.


Border color

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

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

This div border color is #EDD5ED.


Opacity

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

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

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

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

This text has shadow with #EDD5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5ED on black background.


Color preview on white background

This text has color #EDD5ED on white background.



Black color preview on #EDD5ED background

This text has black color on #EDD5ED background.


White color preview on #EDD5ED background

This text has white color on #EDD5ED background.