#E1DAF0

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

Shades of Fog #E1DAF0

Tints of Fog #E1DAF0

Color information

#E1DAF0 (or 0xE1DAF0) is unknown color: approx Fog. HEX triplet: E1, DA and F0. RGB value is (225,218,240). Sum of RGB (Red+Green+Blue) = 225+218+240=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAF0 is #1E250F. Grayscale: #DEDEDE. Windows color (decimal): -1975568 or 15784673. OLE color: 15784673.

HSL color Cylindrical-coordinate representation of color #E1DAF0: hue angle of 259.09º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DAF0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225218240-
CMYK0.060.0900.06
HSL259.09º42.31%89.8%-
HSV(B)259.09º9.17%94.12%-
XYZ71.8572.4492.63-
YUV222.6137.82129.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=32.94%
G=31.92%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252182400.060.0900.06259.0942.3189.8
HexE1DAF069061032a5a
Octal3413323606110640352132
Binary111000011101101011110000110100101101000000111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAF0; }

 p { color: rgb(225,218,240); }

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

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

 a { background-color: rgb(225,218,240); }

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

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

 span { border-color: rgb(225,218,240); }

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