Shades of Fog #E1D3F8
Tints of Fog #E1D3F8
RGB
CMYK
RGB Variations
Color information
#E1D3F8 (or 0xE1D3F8) is known color: Fog. HEX triplet: E1, D3 and F8. RGB value is (225,211,248). Sum of RGB (Red+Green+Blue) = 225+211+248=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1D3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3F8 is #1E2C07. Grayscale: #DBDBDB. Windows color (decimal): -1977352 or 16307169. OLE color: 16307169.
HSL color Cylindrical-coordinate representation of color #E1D3F8: hue angle of 262.7º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D3F8 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 211 | 248 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.03 |
| HSL | 262.7º | 0.73% | 0.9% | - |
| HSV(B) | 262.7º | 0.15% | 0.97% | - |
| XYZ | 71.29 | 69.37 | 98.44 | - |
| YUV | 219.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 248 | 0.09 | 0.15 | 0 | 0.03 | 262.7 | 0.73 | 0.9 |
| Hex | E1 | D3 | F8 | 9 | F | 0 | 3 | 107 | 49 | 5A |
| Octal | 341 | 323 | 370 | 11 | 17 | 0 | 3 | 407 | 111 | 132 |
| Binary | 11100001 | 11010011 | 11111000 | 1001 | 1111 | 0 | 11 | 100000111 | 1001001 | 1011010 |
Color Harmonies of #E1D3F8
Complementary color
Monochromatic Colors of #E1D3F8
Black with #E1D3F8
Text Example
Text Example
White with #E1D3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3F8; }
p { color: rgb(225,211,248); }
H1.HeaderClassName
{
color: #E1D3F8;
}
.AnyTagClassName
{
color: #E1D3F8;
}
</style>
background-color css
<style>
a { background-color: #E1D3F8; }
a { background-color: rgb(225,211,248); }
div.DivClassName
{
background-color: #E1D3F8;
}
.BgClassName
{
background-color: #E1D3F8;
}
</style>
border-color css
<style>
span { border-color: #E1D3F8; }
span { border-color: rgb(225,211,248); }
td.TdClassName
{
border-color: #E1D3F8;
}
.TagClassName
{
border-color: #E1D3F8;
}
</style>