COLOR #EDD2EF

HEX: #EDD2EF
RGB: (237,210,239)

Color info

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

RGB color model

#EDD2EF color RGB value is (237,210,239).

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

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 239 of 255 = 94%

237
210
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 210 + 239 = 686 (100%)
R 237 of 686 ~ 34.55%
G 210 of 686 ~ 30.61%
B 239 of 686 ~ 34.84%

%34.55
%30.61
%34.84

CMYK color model

#EDD2EF color CMYK value is (1,12,0,6).

  • cyan value is 0.84%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,12,0,6)
C1M12Y0K6 
(1%,12%,0%,6%)
(0.01/0.12/0.00/0.06)	

CMYK percentages

%0.84
%12.13
%0
%6.27

Codes

Color #EDD2EF in popluar color models

EDD2EF
RGB237210239
HSL296°47.54%88.04%
HSB/HSV296°12.13%93.73%
CMYK0.84%12.13%0.00%
6.27%

Color #EDD2EF in popluar number systems.

HEXEDD2EF
Decimal237210239
Binary111011011101001011101111
Octal355322357

Shades and tints

Shades of #EDD2EF

#EDD2EF
(237,210,239)
#D8BFDA
(216,191,218)
#C3ACC5
(195,172,197)
#AE99B0
(174,153,176)
#99869B
(153,134,155)
#847386
(132,115,134)
#6F6071
(111,96,113)
#5A4D5C
(90,77,92)
#453A47
(69,58,71)
#302732
(48,39,50)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #EDD2EF

#EDD2EF
(237,210,239)
#EED6F0
(238,214,240)
#EFDAF1
(239,218,241)
#F0DEF2
(240,222,242)
#F1E2F3
(241,226,243)
#F2E6F4
(242,230,244)
#F3EAF5
(243,234,245)
#F4EEF6
(244,238,246)
#F5F2F7
(245,242,247)
#F6F6F8
(246,246,248)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2EF; }

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

This text font color is #EDD2EF.


Background Color

.myBgColor { background-color: #EDD2EF; }

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

This div background color is #EDD2EF.


Border color

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

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

This div border color is #EDD2EF.


Opacity

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

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

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

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

This text has shadow with #EDD2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2EF on black background.


Color preview on white background

This text has color #EDD2EF on white background.



Black color preview on #EDD2EF background

This text has black color on #EDD2EF background.


White color preview on #EDD2EF background

This text has white color on #EDD2EF background.