#E1DBEF

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

Shades of Fog #E1DBEF

Tints of Fog #E1DBEF

Color information

#E1DBEF (or 0xE1DBEF) is unknown color: approx Fog. HEX triplet: E1, DB and EF. RGB value is (225,219,239). Sum of RGB (Red+Green+Blue) = 225+219+239=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEF is #1E2410. Grayscale: #DEDEDE. Windows color (decimal): -1975313 or 15719393. OLE color: 15719393.

HSL color Cylindrical-coordinate representation of color #E1DBEF: hue angle of 258º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DBEF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225219239-
CMYK0.060.0800.06
HSL258º38.46%89.8%-
HSV(B)258º8.37%93.73%-
XYZ71.9672.991.94-
YUV223.07136.99129.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=32.94%
G=32.06%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252192390.060.0800.0625838.4689.8
HexE1DBEF6806102265a
Octal3413333576100640246132
Binary111000011101101111101111110100001101000000101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBEF; }

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

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

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

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

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

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

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

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