COLOR #EDD2E4

HEX: #EDD2E4
RGB: (237,210,228)

Color info

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

RGB color model

#EDD2E4 color RGB value is (237,210,228).

  • red value is 237;
  • green value is 210;
  • blue value is 228.
RGB:
(237,210,228)
(93%,82%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 228 of 255 = 89%

237
210
228

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

Portions of RGB colors in percentages

R + G + B =
237 + 210 + 228 = 675 (100%)
R 237 of 675 ~ 35.11%
G 210 of 675 ~ 31.11%
B 228 of 675 ~ 33.78%

%35.11
%31.11
%33.78

CMYK color model

#EDD2E4 color CMYK value is (0,11,4,7).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,11,4,7)
C0M11Y4K7 
(0%,11%,4%,7%)
(0.00/0.11/0.04/0.07)	

CMYK percentages

%0
%11.39
%3.8
%7.06

Codes

Color #EDD2E4 in popluar color models

EDD2E4
RGB237210228
HSL320°42.86%87.65%
HSB/HSV320°11.39%92.94%
CMYK0.00%11.39%3.80%
7.06%

Color #EDD2E4 in popluar number systems.

HEXEDD2E4
Decimal237210228
Binary111011011101001011100100
Octal355322344

Shades and tints

Shades of #EDD2E4

#EDD2E4
(237,210,228)
#D8BFD0
(216,191,208)
#C3ACBC
(195,172,188)
#AE99A8
(174,153,168)
#998694
(153,134,148)
#847380
(132,115,128)
#6F606C
(111,96,108)
#5A4D58
(90,77,88)
#453A44
(69,58,68)
#302730
(48,39,48)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #EDD2E4

#EDD2E4
(237,210,228)
#EED6E6
(238,214,230)
#EFDAE8
(239,218,232)
#F0DEEA
(240,222,234)
#F1E2EC
(241,226,236)
#F2E6EE
(242,230,238)
#F3EAF0
(243,234,240)
#F4EEF2
(244,238,242)
#F5F2F4
(245,242,244)
#F6F6F6
(246,246,246)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2E4; }

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

This text font color is #EDD2E4.


Background Color

.myBgColor { background-color: #EDD2E4; }

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

This div background color is #EDD2E4.


Border color

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

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

This div border color is #EDD2E4.


Opacity

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

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

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

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

This text has shadow with #EDD2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2E4 on black background.


Color preview on white background

This text has color #EDD2E4 on white background.



Black color preview on #EDD2E4 background

This text has black color on #EDD2E4 background.


White color preview on #EDD2E4 background

This text has white color on #EDD2E4 background.