COLOR #EDD2EA

HEX: #EDD2EA
RGB: (237,210,234)

Color info

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

RGB color model

#EDD2EA color RGB value is (237,210,234).

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

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 234 of 255 = 92%

237
210
234

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

Portions of RGB colors in percentages

R + G + B =
237 + 210 + 234 = 681 (100%)
R 237 of 681 ~ 34.8%
G 210 of 681 ~ 30.84%
B 234 of 681 ~ 34.36%

%34.8
%30.84
%34.36

CMYK color model

#EDD2EA color CMYK value is (0,11,1,7).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(0,11,1,7)
C0M11Y1K7 
(0%,11%,1%,7%)
(0.00/0.11/0.01/0.07)	

CMYK percentages

%0
%11.39
%1.27
%7.06

Codes

Color #EDD2EA in popluar color models

EDD2EA
RGB237210234
HSL307°42.86%87.65%
HSB/HSV307°11.39%92.94%
CMYK0.00%11.39%1.27%
7.06%

Color #EDD2EA in popluar number systems.

HEXEDD2EA
Decimal237210234
Binary111011011101001011101010
Octal355322352

Shades and tints

Shades of #EDD2EA

#EDD2EA
(237,210,234)
#D8BFD5
(216,191,213)
#C3ACC0
(195,172,192)
#AE99AB
(174,153,171)
#998696
(153,134,150)
#847381
(132,115,129)
#6F606C
(111,96,108)
#5A4D57
(90,77,87)
#453A42
(69,58,66)
#30272D
(48,39,45)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #EDD2EA

#EDD2EA
(237,210,234)
#EED6EB
(238,214,235)
#EFDAEC
(239,218,236)
#F0DEED
(240,222,237)
#F1E2EE
(241,226,238)
#F2E6EF
(242,230,239)
#F3EAF0
(243,234,240)
#F4EEF1
(244,238,241)
#F5F2F2
(245,242,242)
#F6F6F3
(246,246,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2EA; }

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

This text font color is #EDD2EA.


Background Color

.myBgColor { background-color: #EDD2EA; }

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

This div background color is #EDD2EA.


Border color

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

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

This div border color is #EDD2EA.


Opacity

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

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

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

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

This text has shadow with #EDD2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2EA on black background.


Color preview on white background

This text has color #EDD2EA on white background.



Black color preview on #EDD2EA background

This text has black color on #EDD2EA background.


White color preview on #EDD2EA background

This text has white color on #EDD2EA background.