#E1DCEB

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

Shades of Fog #E1DCEB

Tints of Fog #E1DCEB

Color information

#E1DCEB (or 0xE1DCEB) is unknown color: approx Fog. HEX triplet: E1, DC and EB. RGB value is (225,220,235). Sum of RGB (Red+Green+Blue) = 225+220+235=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEB is #1E2314. Grayscale: #DFDFDF. Windows color (decimal): -1975061 or 15457505. OLE color: 15457505.

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

Color convert

RGB225220235-
CMYK0.040.0600.08
HSL260º27.27%89.22%-
HSV(B)260º6.38%92.16%-
XYZ71.6473.1988.95-
YUV223.2134.66129.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=33.09%
G=32.35%
B=34.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252202350.040.0600.0826027.2789.22
HexE1DCEB46081041b59
Octal3413343534601040433131
Binary11100001110111001110101110011001000100000100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCEB; }

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

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

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

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

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

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

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

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