#E0D8EF

Color #E0D8EF Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #E0D8EF

Tints of Fog #E0D8EF

Color information

#E0D8EF (or 0xE0D8EF) is unknown color: approx Fog. HEX triplet: E0, D8 and EF. RGB value is (224,216,239). Sum of RGB (Red+Green+Blue) = 224+216+239=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8EF is #1F2710. Grayscale: #DCDCDC. Windows color (decimal): -2041617 or 15718624. OLE color: 15718624.

HSL color Cylindrical-coordinate representation of color #E0D8EF: hue angle of 260.87º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D8EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224216239-
CMYK0.060.1000.06
HSL260.87º41.82%89.22%-
HSV(B)260.87º9.62%93.73%-
XYZ70.8871.1991.67-
YUV221.01138.15130.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 216 (84.77% from 255) = 31.81%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=32.99%
G=31.81%
B=35.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242162390.060.1000.06260.8741.8289.22
HexE0D8EF6A061052a59
Octal3403303576120640552131
Binary111000001101100011101111110101001101000001011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8EF; }

 p { color: rgb(224,216,239); }

 H1.HeaderClassName
 {
   color: #E0D8EF;
 }
 .AnyTagClassName
 {
   color: #E0D8EF;
 }
</style>
background-color css

<style>
 a { background-color: #E0D8EF; }

 a { background-color: rgb(224,216,239); }

 div.DivClassName
 {
   background-color: #E0D8EF;
 }
 .BgClassName
 {
   background-color: #E0D8EF;
 }
</style>
border-color css

<style>
 span { border-color: #E0D8EF; }

 span { border-color: rgb(224,216,239); }

 td.TdClassName
 {
   border-color: #E0D8EF;
 }
 .TagClassName
 {
   border-color: #E0D8EF;
 }
</style>