#E2DAF1

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

Shades of Fog #E2DAF1

Tints of Fog #E2DAF1

Color information

#E2DAF1 (or 0xE2DAF1) is unknown color: approx Fog. HEX triplet: E2, DA and F1. RGB value is (226,218,241). Sum of RGB (Red+Green+Blue) = 226+218+241=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAF1 is #1D250E. Grayscale: #DEDEDE. Windows color (decimal): -1910031 or 15850210. OLE color: 15850210.

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

Color convert

RGB226218241-
CMYK0.060.1000.05
HSL260.87º45.1%90%-
HSV(B)260.87º9.54%94.51%-
XYZ72.3172.6693.43-
YUV223.01138.15130.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=32.99%
G=31.82%
B=35.18%

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
Decimal2262182410.060.1000.05260.8745.190
HexE2DAF16A051052d5a
Octal3423323616120540555132
Binary111000101101101011110001110101001011000001011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAF1; }

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

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

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

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

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

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

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

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