Shades of Fog #E1DAF1
Tints of Fog #E1DAF1
RGB
CMYK
RGB Variations
Color information
#E1DAF1 (or 0xE1DAF1) is known color: Fog. HEX triplet: E1, DA and F1. RGB value is (225,218,241). Sum of RGB (Red+Green+Blue) = 225+218+241=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 218 (85.55% from 255 or 31.87% 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 #E1DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAF1 is #1E250E. Grayscale: #DEDEDE. Windows color (decimal): -1975567 or 15850209. OLE color: 15850209.
HSL color Cylindrical-coordinate representation of color #E1DAF1: hue angle of 258.26º 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 #E1DAF1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 218 | 241 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.05 |
| HSL | 258.26º | 0.45% | 0.9% | - |
| HSV(B) | 258.26º | 0.1% | 0.95% | - |
| XYZ | 72 | 72.5 | 93.42 | - |
| YUV | 222.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 241 | 0.07 | 0.10 | 0 | 0.05 | 258.26 | 0.45 | 0.9 |
| Hex | E1 | DA | F1 | 7 | A | 0 | 5 | 102 | 2D | 5A |
| Octal | 341 | 332 | 361 | 7 | 12 | 0 | 5 | 402 | 55 | 132 |
| Binary | 11100001 | 11011010 | 11110001 | 111 | 1010 | 0 | 101 | 100000010 | 101101 | 1011010 |
Color Harmonies of #E1DAF1
Complementary color
Monochromatic Colors of #E1DAF1
Black with #E1DAF1
Text Example
Text Example
White with #E1DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAF1; }
p { color: rgb(225,218,241); }
H1.HeaderClassName
{
color: #E1DAF1;
}
.AnyTagClassName
{
color: #E1DAF1;
}
</style>
background-color css
<style>
a { background-color: #E1DAF1; }
a { background-color: rgb(225,218,241); }
div.DivClassName
{
background-color: #E1DAF1;
}
.BgClassName
{
background-color: #E1DAF1;
}
</style>
border-color css
<style>
span { border-color: #E1DAF1; }
span { border-color: rgb(225,218,241); }
td.TdClassName
{
border-color: #E1DAF1;
}
.TagClassName
{
border-color: #E1DAF1;
}
</style>