#E1DEE8

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

Shades of Fog #E1DEE8

Tints of Fog #E1DEE8

Color information

#E1DEE8 (or 0xE1DEE8) is unknown color: approx Fog. HEX triplet: E1, DE and E8. RGB value is (225,222,232). Sum of RGB (Red+Green+Blue) = 225+222+232=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEE8 is #1E2117. Grayscale: #E0E0E0. Windows color (decimal): -1974552 or 15261409. OLE color: 15261409.

HSL color Cylindrical-coordinate representation of color #E1DEE8: hue angle of 258º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DEE8 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225222232-
CMYK0.030.0400.09
HSL258º17.86%89.02%-
HSV(B)258º4.31%90.98%-
XYZ71.7474.0886.86-
YUV224.04132.49128.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 232 (91.02% from 255) = 34.17%
R=33.14%
G=32.70%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252222320.030.0400.0925817.8689.02
HexE1DEE834091021259
Octal3413363503401140222131
Binary1110000111011110111010001110001001100000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEE8; }

 p { color: rgb(225,222,232); }

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

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

 a { background-color: rgb(225,222,232); }

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

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

 span { border-color: rgb(225,222,232); }

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