#E2DAEE

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

Shades of Fog #E2DAEE

Tints of Fog #E2DAEE

Color information

#E2DAEE (or 0xE2DAEE) is unknown color: approx Fog. HEX triplet: E2, DA and EE. RGB value is (226,218,238). Sum of RGB (Red+Green+Blue) = 226+218+238=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAEE is #1D2511. Grayscale: #DEDEDE. Windows color (decimal): -1910034 or 15653602. OLE color: 15653602.

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

Color convert

RGB226218238-
CMYK0.050.0800.07
HSL264º37.04%89.41%-
HSV(B)264º8.4%93.33%-
XYZ71.8772.4891.09-
YUV222.67136.65130.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.14%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=33.14%
G=31.96%
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
Decimal2262182380.050.0800.0726437.0489.41
HexE2DAEE58071082559
Octal3423323565100741045131
Binary111000101101101011101110101100001111000010001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAEE; }

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

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

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

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

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

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

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

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