COLOR #EDD8EF

HEX: #EDD8EF
RGB: (237,216,239)

Color info

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

RGB color model

#EDD8EF color RGB value is (237,216,239).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 239 of 255 = 94%

237
216
239

R + G + B ~ 91%. #EDD8EF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 239 = 692 (100%)
R 237 of 692 ~ 34.25%
G 216 of 692 ~ 31.21%
B 239 of 692 ~ 34.54%

%34.25
%31.21
%34.54

CMYK color model

#EDD8EF color CMYK value is (1,10,0,6).

  • cyan value is 0.84%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,10,0,6)
C1M10Y0K6 
(1%,10%,0%,6%)
(0.01/0.10/0.00/0.06)	

CMYK percentages

%0.84
%9.62
%0
%6.27

Codes

Color #EDD8EF in popluar color models

EDD8EF
RGB237216239
HSL295°41.82%89.22%
HSB/HSV295°9.62%93.73%
CMYK0.84%9.62%0.00%
6.27%

Color #EDD8EF in popluar number systems.

HEXEDD8EF
Decimal237216239
Binary111011011101100011101111
Octal355330357

Shades and tints

Shades of #EDD8EF

#EDD8EF
(237,216,239)
#D8C5DA
(216,197,218)
#C3B2C5
(195,178,197)
#AE9FB0
(174,159,176)
#998C9B
(153,140,155)
#847986
(132,121,134)
#6F6671
(111,102,113)
#5A535C
(90,83,92)
#454047
(69,64,71)
#302D32
(48,45,50)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDD8EF

#EDD8EF
(237,216,239)
#EEDBF0
(238,219,240)
#EFDEF1
(239,222,241)
#F0E1F2
(240,225,242)
#F1E4F3
(241,228,243)
#F2E7F4
(242,231,244)
#F3EAF5
(243,234,245)
#F4EDF6
(244,237,246)
#F5F0F7
(245,240,247)
#F6F3F8
(246,243,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8EF; }

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

This text font color is #EDD8EF.


Background Color

.myBgColor { background-color: #EDD8EF; }

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

This div background color is #EDD8EF.


Border color

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

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

This div border color is #EDD8EF.


Opacity

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

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

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

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

This text has shadow with #EDD8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8EF on black background.


Color preview on white background

This text has color #EDD8EF on white background.



Black color preview on #EDD8EF background

This text has black color on #EDD8EF background.


White color preview on #EDD8EF background

This text has white color on #EDD8EF background.