#E2D9F1

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

Shades of Fog #E2D9F1

Tints of Fog #E2D9F1

Color information

#E2D9F1 (or 0xE2D9F1) is unknown color: approx Fog. HEX triplet: E2, D9 and F1. RGB value is (226,217,241). Sum of RGB (Red+Green+Blue) = 226+217+241=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9F1 is #1D260E. Grayscale: #DEDEDE. Windows color (decimal): -1910287 or 15849954. OLE color: 15849954.

HSL color Cylindrical-coordinate representation of color #E2D9F1: hue angle of 262.5º 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 #E2D9F1 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226217241-
CMYK0.060.1000.05
HSL262.5º46.15%89.8%-
HSV(B)262.5º9.96%94.51%-
XYZ72.0572.1593.35-
YUV222.43138.48130.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=33.04%
G=31.73%
B=35.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262172410.060.1000.05262.546.1589.8
HexE2D9F16A051062e5a
Octal3423313616120540656132
Binary111000101101100111110001110101001011000001101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D9F1; }

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

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

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

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

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

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

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

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