#E0D9EE

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

Shades of Fog #E0D9EE

Tints of Fog #E0D9EE

Color information

#E0D9EE (or 0xE0D9EE) is unknown color: approx Fog. HEX triplet: E0, D9 and EE. RGB value is (224,217,238). Sum of RGB (Red+Green+Blue) = 224+217+238=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9EE is #1F2611. Grayscale: #DDDDDD. Windows color (decimal): -2041362 or 15653344. OLE color: 15653344.

HSL color Cylindrical-coordinate representation of color #E0D9EE: hue angle of 260º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0D9EE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224217238-
CMYK0.060.0900.07
HSL260º38.18%89.22%-
HSV(B)260º8.82%93.33%-
XYZ70.9971.6590.98-
YUV221.49137.32129.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=32.99%
G=31.96%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242172380.060.0900.0726038.1889.22
HexE0D9EE69071042659
Octal3403313566110740446131
Binary111000001101100111101110110100101111000001001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9EE; }

 p { color: rgb(224,217,238); }

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

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

 a { background-color: rgb(224,217,238); }

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

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

 span { border-color: rgb(224,217,238); }

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