COLOR #EDDBEF

HEX: #EDDBEF
RGB: (237,219,239)

Color info

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

RGB color model

#EDDBEF color RGB value is (237,219,239).

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

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 239 of 255 = 94%

237
219
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 219 + 239 = 695 (100%)
R 237 of 695 ~ 34.1%
G 219 of 695 ~ 31.51%
B 239 of 695 ~ 34.39%

%34.1
%31.51
%34.39

CMYK color model

#EDDBEF color CMYK value is (1,8,0,6).

  • cyan value is 0.84%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,8,0,6)
C1M8Y0K6 
(1%,8%,0%,6%)
(0.01/0.08/0.00/0.06)	

CMYK percentages

%0.84
%8.37
%0
%6.27

Codes

Color #EDDBEF in popluar color models

EDDBEF
RGB237219239
HSL294°38.46%89.80%
HSB/HSV294°8.37%93.73%
CMYK0.84%8.37%0.00%
6.27%

Color #EDDBEF in popluar number systems.

HEXEDDBEF
Decimal237219239
Binary111011011101101111101111
Octal355333357

Shades and tints

Shades of #EDDBEF

#EDDBEF
(237,219,239)
#D8C8DA
(216,200,218)
#C3B5C5
(195,181,197)
#AEA2B0
(174,162,176)
#998F9B
(153,143,155)
#847C86
(132,124,134)
#6F6971
(111,105,113)
#5A565C
(90,86,92)
#454347
(69,67,71)
#303032
(48,48,50)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDDBEF

#EDDBEF
(237,219,239)
#EEDEF0
(238,222,240)
#EFE1F1
(239,225,241)
#F0E4F2
(240,228,242)
#F1E7F3
(241,231,243)
#F2EAF4
(242,234,244)
#F3EDF5
(243,237,245)
#F4F0F6
(244,240,246)
#F5F3F7
(245,243,247)
#F6F6F8
(246,246,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBEF; }

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

This text font color is #EDDBEF.


Background Color

.myBgColor { background-color: #EDDBEF; }

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

This div background color is #EDDBEF.


Border color

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

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

This div border color is #EDDBEF.


Opacity

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

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

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

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

This text has shadow with #EDDBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDBEF on black background.


Color preview on white background

This text has color #EDDBEF on white background.



Black color preview on #EDDBEF background

This text has black color on #EDDBEF background.


White color preview on #EDDBEF background

This text has white color on #EDDBEF background.