Shades of Fog #E1D8F3
Tints of Fog #E1D8F3
RGB
CMYK
RGB Variations
Color information
#E1D8F3 (or 0xE1D8F3) is known color: Fog. HEX triplet: E1, D8 and F3. RGB value is (225,216,243). Sum of RGB (Red+Green+Blue) = 225+216+243=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1D8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8F3 is #1E270C. Grayscale: #DDDDDD. Windows color (decimal): -1976077 or 15980769. OLE color: 15980769.
HSL color Cylindrical-coordinate representation of color #E1D8F3: hue angle of 260º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D8F3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 216 | 243 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.05 |
| HSL | 260º | 0.53% | 0.9% | - |
| HSV(B) | 260º | 0.11% | 0.95% | - |
| XYZ | 71.78 | 71.59 | 94.83 | - |
| YUV | 221.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 243 | 0.07 | 0.11 | 0 | 0.05 | 260 | 0.53 | 0.9 |
| Hex | E1 | D8 | F3 | 7 | B | 0 | 5 | 104 | 35 | 5A |
| Octal | 341 | 330 | 363 | 7 | 13 | 0 | 5 | 404 | 65 | 132 |
| Binary | 11100001 | 11011000 | 11110011 | 111 | 1011 | 0 | 101 | 100000100 | 110101 | 1011010 |
Color Harmonies of #E1D8F3
Complementary color
Monochromatic Colors of #E1D8F3
Black with #E1D8F3
Text Example
Text Example
White with #E1D8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8F3; }
p { color: rgb(225,216,243); }
H1.HeaderClassName
{
color: #E1D8F3;
}
.AnyTagClassName
{
color: #E1D8F3;
}
</style>
background-color css
<style>
a { background-color: #E1D8F3; }
a { background-color: rgb(225,216,243); }
div.DivClassName
{
background-color: #E1D8F3;
}
.BgClassName
{
background-color: #E1D8F3;
}
</style>
border-color css
<style>
span { border-color: #E1D8F3; }
span { border-color: rgb(225,216,243); }
td.TdClassName
{
border-color: #E1D8F3;
}
.TagClassName
{
border-color: #E1D8F3;
}
</style>