#E1DDEA

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

Shades of Fog #E1DDEA

Tints of Fog #E1DDEA

Color information

#E1DDEA (or 0xE1DDEA) is unknown color: approx Fog. HEX triplet: E1, DD and EA. RGB value is (225,221,234). Sum of RGB (Red+Green+Blue) = 225+221+234=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDEA is #1E2215. Grayscale: #DFDFDF. Windows color (decimal): -1974806 or 15392225. OLE color: 15392225.

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

Color convert

RGB225221234-
CMYK0.040.0600.08
HSL258.46º23.64%89.22%-
HSV(B)258.46º5.56%91.76%-
XYZ71.7673.6688.28-
YUV223.68133.83128.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=33.09%
G=32.5%
B=34.41%

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
Decimal2252212340.040.0600.08258.4623.6489.22
HexE1DDEA46081021859
Octal3413353524601040230131
Binary11100001110111011110101010011001000100000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDEA; }

 p { color: rgb(225,221,234); }

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

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

 a { background-color: rgb(225,221,234); }

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

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

 span { border-color: rgb(225,221,234); }

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