#E1DBEE

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

Shades of Fog #E1DBEE

Tints of Fog #E1DBEE

Color information

#E1DBEE (or 0xE1DBEE) is unknown color: approx Fog. HEX triplet: E1, DB and EE. RGB value is (225,219,238). Sum of RGB (Red+Green+Blue) = 225+219+238=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEE is #1E2411. Grayscale: #DEDEDE. Windows color (decimal): -1975314 or 15653857. OLE color: 15653857.

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

Color convert

RGB225219238-
CMYK0.050.0800.07
HSL258.95º35.85%89.61%-
HSV(B)258.95º7.98%93.33%-
XYZ71.8272.8491.16-
YUV222.96136.49129.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.99%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=32.99%
G=32.11%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252192380.050.0800.07258.9535.8589.61
HexE1DBEE5807103245a
Octal3413333565100740344132
Binary111000011101101111101110101100001111000000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBEE; }

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

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

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

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

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

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

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

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