Shades of Fog #E1D1F3
Tints of Fog #E1D1F3
RGB
CMYK
RGB Variations
Color information
#E1D1F3 (or 0xE1D1F3) is known color: Fog. HEX triplet: E1, D1 and F3. RGB value is (225,209,243). Sum of RGB (Red+Green+Blue) = 225+209+243=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1D1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D1F3 is #1E2E0C. Grayscale: #D9D9D9. Windows color (decimal): -1977869 or 15978977. OLE color: 15978977.
HSL color Cylindrical-coordinate representation of color #E1D1F3: hue angle of 268.24º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1D1F3 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 209 | 243 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 268.24º | 0.59% | 0.89% | - |
| HSV(B) | 268.24º | 0.14% | 0.95% | - |
| XYZ | 70.03 | 68.08 | 94.24 | - |
| YUV | 217.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 243 | 0.07 | 0.14 | 0 | 0.05 | 268.24 | 0.59 | 0.89 |
| Hex | E1 | D1 | F3 | 7 | E | 0 | 5 | 10C | 3B | 59 |
| Octal | 341 | 321 | 363 | 7 | 16 | 0 | 5 | 414 | 73 | 131 |
| Binary | 11100001 | 11010001 | 11110011 | 111 | 1110 | 0 | 101 | 100001100 | 111011 | 1011001 |
Color Harmonies of #E1D1F3
Complementary color
Monochromatic Colors of #E1D1F3
Black with #E1D1F3
Text Example
Text Example
White with #E1D1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1F3; }
p { color: rgb(225,209,243); }
H1.HeaderClassName
{
color: #E1D1F3;
}
.AnyTagClassName
{
color: #E1D1F3;
}
</style>
background-color css
<style>
a { background-color: #E1D1F3; }
a { background-color: rgb(225,209,243); }
div.DivClassName
{
background-color: #E1D1F3;
}
.BgClassName
{
background-color: #E1D1F3;
}
</style>
border-color css
<style>
span { border-color: #E1D1F3; }
span { border-color: rgb(225,209,243); }
td.TdClassName
{
border-color: #E1D1F3;
}
.TagClassName
{
border-color: #E1D1F3;
}
</style>