#E1DAEE

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

Shades of Fog #E1DAEE

Tints of Fog #E1DAEE

Color information

#E1DAEE (or 0xE1DAEE) is unknown color: approx Fog. HEX triplet: E1, DA and EE. RGB value is (225,218,238). Sum of RGB (Red+Green+Blue) = 225+218+238=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAEE is #1E2511. Grayscale: #DEDEDE. Windows color (decimal): -1975570 or 15653601. OLE color: 15653601.

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

Color convert

RGB225218238-
CMYK0.050.0800.07
HSL261º37.04%89.41%-
HSV(B)261º8.4%93.33%-
XYZ71.5672.3291.08-
YUV222.37136.82129.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=33.04%
G=32.01%
B=34.95%

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
Decimal2252182380.050.0800.0726137.0489.41
HexE1DAEE58071052559
Octal3413323565100740545131
Binary111000011101101011101110101100001111000001011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAEE; }

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

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

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

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

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

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

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

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