#E1DEE7

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

Shades of Fog #E1DEE7

Tints of Fog #E1DEE7

Color information

#E1DEE7 (or 0xE1DEE7) is unknown color: approx Fog. HEX triplet: E1, DE and E7. RGB value is (225,222,231). Sum of RGB (Red+Green+Blue) = 225+222+231=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEE7 is #1E2118. Grayscale: #DFDFDF. Windows color (decimal): -1974553 or 15195873. OLE color: 15195873.

HSL color Cylindrical-coordinate representation of color #E1DEE7: hue angle of 260º degrees, saturation: 0.16, 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 #E1DEE7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225222231-
CMYK0.030.0400.09
HSL260º15.79%88.82%-
HSV(B)260º3.9%90.59%-
XYZ71.674.0286.11-
YUV223.92131.99128.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.19%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 231 (90.62% from 255) = 34.07%
R=33.19%
G=32.74%
B=34.07%

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
Decimal2252222310.030.0400.0926015.7988.82
HexE1DEE734091041059
Octal3413363473401140420131
Binary1110000111011110111001111110001001100000100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEE7; }

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

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

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

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

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

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

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

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