#E0DAEA

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

Shades of Fog #E0DAEA

Tints of Fog #E0DAEA

Color information

#E0DAEA (or 0xE0DAEA) is unknown color: approx Fog. HEX triplet: E0, DA and EA. RGB value is (224,218,234). Sum of RGB (Red+Green+Blue) = 224+218+234=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAEA is #1F2515. Grayscale: #DDDDDD. Windows color (decimal): -2041110 or 15391456. OLE color: 15391456.

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

Color convert

RGB224218234-
CMYK0.040.0700.08
HSL262.5º27.59%88.63%-
HSV(B)262.5º6.84%91.76%-
XYZ70.6671.9388-
YUV221.62134.99129.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=33.14%
G=32.25%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242182340.040.0700.08262.527.5988.63
HexE0DAEA47081061c59
Octal3403323524701040634131
Binary11100000110110101110101010011101000100000110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAEA; }

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

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

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

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

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

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

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

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