Shades of Fog #E1D0F6
Tints of Fog #E1D0F6
RGB
CMYK
RGB Variations
Color information
#E1D0F6 (or 0xE1D0F6) is known color: Fog. HEX triplet: E1, D0 and F6. RGB value is (225,208,246). Sum of RGB (Red+Green+Blue) = 225+208+246=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1D0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0F6 is #1E2F09. Grayscale: #D9D9D9. Windows color (decimal): -1978122 or 16175329. OLE color: 16175329.
HSL color Cylindrical-coordinate representation of color #E1D0F6: hue angle of 266.84º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D0F6 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 208 | 246 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.04 |
| HSL | 266.84º | 0.68% | 0.89% | - |
| HSV(B) | 266.84º | 0.15% | 0.96% | - |
| XYZ | 70.24 | 67.77 | 96.57 | - |
| YUV | 217.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 246 | 0.09 | 0.15 | 0 | 0.04 | 266.84 | 0.68 | 0.89 |
| Hex | E1 | D0 | F6 | 9 | F | 0 | 4 | 10B | 44 | 59 |
| Octal | 341 | 320 | 366 | 11 | 17 | 0 | 4 | 413 | 104 | 131 |
| Binary | 11100001 | 11010000 | 11110110 | 1001 | 1111 | 0 | 100 | 100001011 | 1000100 | 1011001 |
Color Harmonies of #E1D0F6
Complementary color
Monochromatic Colors of #E1D0F6
Black with #E1D0F6
Text Example
Text Example
White with #E1D0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0F6; }
p { color: rgb(225,208,246); }
H1.HeaderClassName
{
color: #E1D0F6;
}
.AnyTagClassName
{
color: #E1D0F6;
}
</style>
background-color css
<style>
a { background-color: #E1D0F6; }
a { background-color: rgb(225,208,246); }
div.DivClassName
{
background-color: #E1D0F6;
}
.BgClassName
{
background-color: #E1D0F6;
}
</style>
border-color css
<style>
span { border-color: #E1D0F6; }
span { border-color: rgb(225,208,246); }
td.TdClassName
{
border-color: #E1D0F6;
}
.TagClassName
{
border-color: #E1D0F6;
}
</style>