#E0DAEC

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

Shades of Fog #E0DAEC

Tints of Fog #E0DAEC

Color information

#E0DAEC (or 0xE0DAEC) is unknown color: approx Fog. HEX triplet: E0, DA and EC. RGB value is (224,218,236). Sum of RGB (Red+Green+Blue) = 224+218+236=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAEC is #1F2513. Grayscale: #DDDDDD. Windows color (decimal): -2041108 or 15522528. OLE color: 15522528.

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

Color convert

RGB224218236-
CMYK0.050.0800.07
HSL260º32.14%89.02%-
HSV(B)260º7.63%92.55%-
XYZ70.9572.0589.52-
YUV221.85135.99129.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.04%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=33.04%
G=32.15%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242182360.050.0800.0726032.1489.02
HexE0DAEC58071042059
Octal3403323545100740440131
Binary111000001101101011101100101100001111000001001000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAEC; }

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

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

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

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

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

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

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

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