COLOR #EEDBF8

HEX: #EEDBF8
RGB: (238,219,248)

Color info

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

RGB color model

#EEDBF8 color RGB value is (238,219,248).

  • red value is 238;
  • green value is 219;
  • blue value is 248.
RGB:
(238,219,248)
(93%,86%,97%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 248 of 255 = 97%

238
219
248

R + G + B ~ 92%. #EEDBF8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 248 = 705 (100%)
R 238 of 705 ~ 33.76%
G 219 of 705 ~ 31.06%
B 248 of 705 ~ 35.18%

%33.76
%31.06
%35.18

CMYK color model

#EEDBF8 color CMYK value is (4,12,0,3).

  • cyan value is 4.03%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,12,0,3)
C4M12Y0K3 
(4%,12%,0%,3%)
(0.04/0.12/0.00/0.03)	

CMYK percentages

%4.03
%11.69
%0
%2.75

Codes

Color #EEDBF8 in popluar color models

EEDBF8
RGB238219248
HSL279°67.44%91.57%
HSB/HSV279°11.69%97.25%
CMYK4.03%11.69%0.00%
2.75%

Color #EEDBF8 in popluar number systems.

HEXEEDBF8
Decimal238219248
Binary111011101101101111111000
Octal356333370

Shades and tints

Shades of #EEDBF8

#EEDBF8
(238,219,248)
#D9C8E2
(217,200,226)
#C4B5CC
(196,181,204)
#AFA2B6
(175,162,182)
#9A8FA0
(154,143,160)
#857C8A
(133,124,138)
#706974
(112,105,116)
#5B565E
(91,86,94)
#464348
(70,67,72)
#313032
(49,48,50)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #EEDBF8

#EEDBF8
(238,219,248)
#EFDEF8
(239,222,248)
#F0E1F8
(240,225,248)
#F1E4F8
(241,228,248)
#F2E7F8
(242,231,248)
#F3EAF8
(243,234,248)
#F4EDF8
(244,237,248)
#F5F0F8
(245,240,248)
#F6F3F8
(246,243,248)
#F7F6F8
(247,246,248)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDBF8 color. Also use rgb(238,219,248) instead hex code.

Text Font Color

.myTextColor { color: #EEDBF8; }

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

This text font color is #EEDBF8.


Background Color

.myBgColor { background-color: #EEDBF8; }

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

This div background color is #EEDBF8.


Border color

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

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

This div border color is #EEDBF8.


Opacity

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

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

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

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

This text has shadow with #EEDBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBF8 on black background.


Color preview on white background

This text has color #EEDBF8 on white background.



Black color preview on #EEDBF8 background

This text has black color on #EEDBF8 background.


White color preview on #EEDBF8 background

This text has white color on #EEDBF8 background.