Shades of Fog #E1DAF0
Tints of Fog #E1DAF0
RGB
CMYK
RGB Variations
Color information
#E1DAF0 (or 0xE1DAF0) is known color: 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
| RGB | 225 | 218 | 240 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.06 |
| HSL | 259.09º | 0.42% | 0.9% | - |
| HSV(B) | 259.09º | 0.09% | 0.94% | - |
| XYZ | 71.85 | 72.44 | 92.63 | - |
| YUV | 222.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 240 | 0.06 | 0.09 | 0 | 0.06 | 259.09 | 0.42 | 0.9 |
| Hex | E1 | DA | F0 | 6 | 9 | 0 | 6 | 103 | 2A | 5A |
| Octal | 341 | 332 | 360 | 6 | 11 | 0 | 6 | 403 | 52 | 132 |
| Binary | 11100001 | 11011010 | 11110000 | 110 | 1001 | 0 | 110 | 100000011 | 101010 | 1011010 |
Color Harmonies of #E1DAF0
Complementary color
Monochromatic Colors of #E1DAF0
Black with #E1DAF0
Text Example
Text Example
White with #E1DAF0
Text Example
Text Example
HTML Codes & Css Web 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>