#E1D1F9

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

Shades of Fog #E1D1F9

Tints of Fog #E1D1F9

Color information

#E1D1F9 (or 0xE1D1F9) is unknown color: approx Fog. HEX triplet: E1, D1 and F9. RGB value is (225,209,249). Sum of RGB (Red+Green+Blue) = 225+209+249=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1D1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D1F9 is #1E2E06. Grayscale: #DADADA. Windows color (decimal): -1977863 or 16372193. OLE color: 16372193.

HSL color Cylindrical-coordinate representation of color #E1D1F9: hue angle of 264º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D1F9 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225209249-
CMYK0.100.1600.02
HSL264º76.92%89.8%-
HSV(B)264º16.06%97.65%-
XYZ70.9568.4599.09-
YUV218.34145.3132.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=32.94%
G=30.60%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252092490.100.1600.0226476.9289.8
HexE1D1F9A10021084d5a
Octal341321371122002410115132
Binary11100001110100011111100110101000001010000100010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D1F9; }

 p { color: rgb(225,209,249); }

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

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

 a { background-color: rgb(225,209,249); }

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

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

 span { border-color: rgb(225,209,249); }

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