#E0DEE4

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

Shades of Fog #E0DEE4

Tints of Fog #E0DEE4

Color information

#E0DEE4 (or 0xE0DEE4) is unknown color: approx Fog. HEX triplet: E0, DE and E4. RGB value is (224,222,228). Sum of RGB (Red+Green+Blue) = 224+222+228=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEE4 is #1F211B. Grayscale: #DFDFDF. Windows color (decimal): -2040092 or 14999264. OLE color: 14999264.

HSL color Cylindrical-coordinate representation of color #E0DEE4: hue angle of 260º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DEE4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224222228-
CMYK0.020.0300.11
HSL260º10%88.24%-
HSV(B)260º2.63%89.41%-
XYZ70.8773.6983.89-
YUV223.28130.66128.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=33.23%
G=32.94%
B=33.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242222280.020.0300.112601088.24
HexE0DEE4230B104a58
Octal3403363442301340412130
Binary11100000110111101110010010110101110000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEE4; }

 p { color: rgb(224,222,228); }

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

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

 a { background-color: rgb(224,222,228); }

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

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

 span { border-color: rgb(224,222,228); }

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