#E2DBEF

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

Shades of Fog #E2DBEF

Tints of Fog #E2DBEF

Color information

#E2DBEF (or 0xE2DBEF) is unknown color: approx Fog. HEX triplet: E2, DB and EF. RGB value is (226,219,239). Sum of RGB (Red+Green+Blue) = 226+219+239=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBEF is #1D2410. Grayscale: #DFDFDF. Windows color (decimal): -1909777 or 15719394. OLE color: 15719394.

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

Color convert

RGB226219239-
CMYK0.050.0800.06
HSL261º38.46%89.8%-
HSV(B)261º8.37%93.73%-
XYZ72.2873.0691.95-
YUV223.37136.82129.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=33.04%
G=32.02%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262192390.050.0800.0626138.4689.8
HexE2DBEF5806105265a
Octal3423333575100640546132
Binary111000101101101111101111101100001101000001011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBEF; }

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

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

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

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

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

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

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

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