COLOR #EDD8EB

HEX: #EDD8EB
RGB: (237,216,235)

Color info

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

RGB color model

#EDD8EB color RGB value is (237,216,235).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 235 of 255 = 92%

237
216
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 235 = 688 (100%)
R 237 of 688 ~ 34.45%
G 216 of 688 ~ 31.4%
B 235 of 688 ~ 34.16%

%34.45
%31.4
%34.16

CMYK color model

#EDD8EB color CMYK value is (0,9,1,7).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(0,9,1,7)
C0M9Y1K7 
(0%,9%,1%,7%)
(0.00/0.09/0.01/0.07)	

CMYK percentages

%0
%8.86
%0.84
%7.06

Codes

Color #EDD8EB in popluar color models

EDD8EB
RGB237216235
HSL306°36.84%88.82%
HSB/HSV306°8.86%92.94%
CMYK0.00%8.86%0.84%
7.06%

Color #EDD8EB in popluar number systems.

HEXEDD8EB
Decimal237216235
Binary111011011101100011101011
Octal355330353

Shades and tints

Shades of #EDD8EB

#EDD8EB
(237,216,235)
#D8C5D6
(216,197,214)
#C3B2C1
(195,178,193)
#AE9FAC
(174,159,172)
#998C97
(153,140,151)
#847982
(132,121,130)
#6F666D
(111,102,109)
#5A5358
(90,83,88)
#454043
(69,64,67)
#302D2E
(48,45,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDD8EB

#EDD8EB
(237,216,235)
#EEDBEC
(238,219,236)
#EFDEED
(239,222,237)
#F0E1EE
(240,225,238)
#F1E4EF
(241,228,239)
#F2E7F0
(242,231,240)
#F3EAF1
(243,234,241)
#F4EDF2
(244,237,242)
#F5F0F3
(245,240,243)
#F6F3F4
(246,243,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8EB; }

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

This text font color is #EDD8EB.


Background Color

.myBgColor { background-color: #EDD8EB; }

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

This div background color is #EDD8EB.


Border color

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

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

This div border color is #EDD8EB.


Opacity

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

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

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

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

This text has shadow with #EDD8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8EB on black background.


Color preview on white background

This text has color #EDD8EB on white background.



Black color preview on #EDD8EB background

This text has black color on #EDD8EB background.


White color preview on #EDD8EB background

This text has white color on #EDD8EB background.