#E1DBEB

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

Shades of Fog #E1DBEB

Tints of Fog #E1DBEB

Color information

#E1DBEB (or 0xE1DBEB) is unknown color: approx Fog. HEX triplet: E1, DB and EB. RGB value is (225,219,235). Sum of RGB (Red+Green+Blue) = 225+219+235=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEB is #1E2414. Grayscale: #DEDEDE. Windows color (decimal): -1975317 or 15457249. OLE color: 15457249.

HSL color Cylindrical-coordinate representation of color #E1DBEB: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DBEB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225219235-
CMYK0.040.0700.08
HSL262.5º28.57%89.02%-
HSV(B)262.5º6.81%92.16%-
XYZ71.3872.6788.86-
YUV222.62134.99129.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=33.14%
G=32.25%
B=34.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252192350.040.0700.08262.528.5789.02
HexE1DBEB47081061d59
Octal3413333534701040635131
Binary11100001110110111110101110011101000100000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBEB; }

 p { color: rgb(225,219,235); }

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

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

 a { background-color: rgb(225,219,235); }

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

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

 span { border-color: rgb(225,219,235); }

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