#E1DBEC

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

Shades of Fog #E1DBEC

Tints of Fog #E1DBEC

Color information

#E1DBEC (or 0xE1DBEC) is unknown color: approx Fog. HEX triplet: E1, DB and EC. RGB value is (225,219,236). Sum of RGB (Red+Green+Blue) = 225+219+236=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEC is #1E2413. Grayscale: #DEDEDE. Windows color (decimal): -1975316 or 15522785. OLE color: 15522785.

HSL color Cylindrical-coordinate representation of color #E1DBEC: hue angle of 261.18º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DBEC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225219236-
CMYK0.050.0700.07
HSL261.18º30.91%89.22%-
HSV(B)261.18º7.2%92.55%-
XYZ71.5272.7389.62-
YUV222.73135.49129.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=33.09%
G=32.21%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252192360.050.0700.07261.1830.9189.22
HexE1DBEC57071051f59
Octal341333354570740537131
Binary1110000111011011111011001011110111100000101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBEC; }

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

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

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

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

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

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

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

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