#E1D9F1

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

Shades of Fog #E1D9F1

Tints of Fog #E1D9F1

Color information

#E1D9F1 (or 0xE1D9F1) is unknown color: approx Fog. HEX triplet: E1, D9 and F1. RGB value is (225,217,241). Sum of RGB (Red+Green+Blue) = 225+217+241=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9F1 is #1E260E. Grayscale: #DEDEDE. Windows color (decimal): -1975823 or 15849953. OLE color: 15849953.

HSL color Cylindrical-coordinate representation of color #E1D9F1: hue angle of 260º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D9F1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225217241-
CMYK0.070.1000.05
HSL260º46.15%89.8%-
HSV(B)260º9.96%94.51%-
XYZ71.7471.9893.33-
YUV222.13138.65130.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 217 (85.16% from 255) = 31.77%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=32.94%
G=31.77%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252172410.070.1000.0526046.1589.8
HexE1D9F17A051042e5a
Octal3413313617120540456132
Binary111000011101100111110001111101001011000001001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9F1; }

 p { color: rgb(225,217,241); }

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

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

 a { background-color: rgb(225,217,241); }

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

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

 span { border-color: rgb(225,217,241); }

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