#E0DAE9

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

Shades of Fog #E0DAE9

Tints of Fog #E0DAE9

Color information

#E0DAE9 (or 0xE0DAE9) is unknown color: approx Fog. HEX triplet: E0, DA and E9. RGB value is (224,218,233). Sum of RGB (Red+Green+Blue) = 224+218+233=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAE9 is #1F2516. Grayscale: #DDDDDD. Windows color (decimal): -2041111 or 15325920. OLE color: 15325920.

HSL color Cylindrical-coordinate representation of color #E0DAE9: hue angle of 264º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DAE9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224218233-
CMYK0.040.0600.09
HSL264º25.42%88.43%-
HSV(B)264º6.44%91.37%-
XYZ70.5271.8787.25-
YUV221.5134.49129.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.19%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=33.19%
G=32.30%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242182330.040.0600.0926425.4288.43
HexE0DAE946091081958
Octal3403323514601141031130
Binary11100000110110101110100110011001001100001000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAE9; }

 p { color: rgb(224,218,233); }

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

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

 a { background-color: rgb(224,218,233); }

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

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

 span { border-color: rgb(224,218,233); }

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