Shades of Fog #E1D6F6
Tints of Fog #E1D6F6
RGB
CMYK
RGB Variations
Color information
#E1D6F6 (or 0xE1D6F6) is known color: Fog. HEX triplet: E1, D6 and F6. RGB value is (225,214,246). Sum of RGB (Red+Green+Blue) = 225+214+246=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1D6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6F6 is #1E2909. Grayscale: #DCDCDC. Windows color (decimal): -1976586 or 16176865. OLE color: 16176865.
HSL color Cylindrical-coordinate representation of color #E1D6F6: hue angle of 260.62º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1D6F6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 214 | 246 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.04 |
| HSL | 260.63º | 0.64% | 0.9% | - |
| HSV(B) | 260.63º | 0.13% | 0.96% | - |
| XYZ | 71.73 | 70.75 | 97.07 | - |
| YUV | 220.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 246 | 0.09 | 0.13 | 0 | 0.04 | 260.63 | 0.64 | 0.9 |
| Hex | E1 | D6 | F6 | 9 | D | 0 | 4 | 105 | 40 | 5A |
| Octal | 341 | 326 | 366 | 11 | 15 | 0 | 4 | 405 | 100 | 132 |
| Binary | 11100001 | 11010110 | 11110110 | 1001 | 1101 | 0 | 100 | 100000101 | 1000000 | 1011010 |
Color Harmonies of #E1D6F6
Complementary color
Monochromatic Colors of #E1D6F6
Black with #E1D6F6
Text Example
Text Example
White with #E1D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6F6; }
p { color: rgb(225,214,246); }
H1.HeaderClassName
{
color: #E1D6F6;
}
.AnyTagClassName
{
color: #E1D6F6;
}
</style>
background-color css
<style>
a { background-color: #E1D6F6; }
a { background-color: rgb(225,214,246); }
div.DivClassName
{
background-color: #E1D6F6;
}
.BgClassName
{
background-color: #E1D6F6;
}
</style>
border-color css
<style>
span { border-color: #E1D6F6; }
span { border-color: rgb(225,214,246); }
td.TdClassName
{
border-color: #E1D6F6;
}
.TagClassName
{
border-color: #E1D6F6;
}
</style>