#E0DAED

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

Shades of Fog #E0DAED

Tints of Fog #E0DAED

Color information

#E0DAED (or 0xE0DAED) is unknown color: approx Fog. HEX triplet: E0, DA and ED. RGB value is (224,218,237). Sum of RGB (Red+Green+Blue) = 224+218+237=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAED is #1F2512. Grayscale: #DDDDDD. Windows color (decimal): -2041107 or 15588064. OLE color: 15588064.

HSL color Cylindrical-coordinate representation of color #E0DAED: hue angle of 258.95º degrees, saturation: 0.35, 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 #E0DAED is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224218237-
CMYK0.050.0800.07
HSL258.95º34.55%89.22%-
HSV(B)258.95º8.02%92.94%-
XYZ71.172.190.29-
YUV221.96136.49129.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=32.99%
G=32.11%
B=34.90%

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
Decimal2242182370.050.0800.07258.9534.5589.22
HexE0DAED58071032359
Octal3403323555100740343131
Binary111000001101101011101101101100001111000000111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAED; }

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

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

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

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

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

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

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

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