Shades of Fog #E1D4FA
Tints of Fog #E1D4FA
RGB
CMYK
RGB Variations
Color information
#E1D4FA (or 0xE1D4FA) is known color: Fog. HEX triplet: E1, D4 and FA. RGB value is (225,212,250). Sum of RGB (Red+Green+Blue) = 225+212+250=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1D4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D4FA is #1E2B05. Grayscale: #DCDCDC. Windows color (decimal): -1977094 or 16438497. OLE color: 16438497.
HSL color Cylindrical-coordinate representation of color #E1D4FA: hue angle of 260.53º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D4FA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 212 | 250 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.02 |
| HSL | 260.53º | 0.79% | 0.91% | - |
| HSV(B) | 260.53º | 0.15% | 0.98% | - |
| XYZ | 71.85 | 70 | 100.17 | - |
| YUV | 220.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 250 | 0.10 | 0.15 | 0 | 0.02 | 260.53 | 0.79 | 0.91 |
| Hex | E1 | D4 | FA | A | F | 0 | 2 | 105 | 4F | 5B |
| Octal | 341 | 324 | 372 | 12 | 17 | 0 | 2 | 405 | 117 | 133 |
| Binary | 11100001 | 11010100 | 11111010 | 1010 | 1111 | 0 | 10 | 100000101 | 1001111 | 1011011 |
Color Harmonies of #E1D4FA
Complementary color
Monochromatic Colors of #E1D4FA
Black with #E1D4FA
Text Example
Text Example
White with #E1D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4FA; }
p { color: rgb(225,212,250); }
H1.HeaderClassName
{
color: #E1D4FA;
}
.AnyTagClassName
{
color: #E1D4FA;
}
</style>
background-color css
<style>
a { background-color: #E1D4FA; }
a { background-color: rgb(225,212,250); }
div.DivClassName
{
background-color: #E1D4FA;
}
.BgClassName
{
background-color: #E1D4FA;
}
</style>
border-color css
<style>
span { border-color: #E1D4FA; }
span { border-color: rgb(225,212,250); }
td.TdClassName
{
border-color: #E1D4FA;
}
.TagClassName
{
border-color: #E1D4FA;
}
</style>