#E0DAEE

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

Shades of Fog #E0DAEE

Tints of Fog #E0DAEE

Color information

#E0DAEE (or 0xE0DAEE) is unknown color: approx Fog. HEX triplet: E0, DA and EE. RGB value is (224,218,238). Sum of RGB (Red+Green+Blue) = 224+218+238=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAEE is #1F2511. Grayscale: #DEDEDE. Windows color (decimal): -2041106 or 15653600. OLE color: 15653600.

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

Color convert

RGB224218238-
CMYK0.060.0800.07
HSL258º37.04%89.41%-
HSV(B)258º8.4%93.33%-
XYZ71.2472.1691.06-
YUV222.07136.99129.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.94%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 238 (93.36% from 255) = 35%
R=32.94%
G=32.06%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242182380.060.0800.0725837.0489.41
HexE0DAEE68071022559
Octal3403323566100740245131
Binary111000001101101011101110110100001111000000101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAEE; }

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

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

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

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

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

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

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

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