Shades of Fog #E1D5FC
Tints of Fog #E1D5FC
RGB
CMYK
RGB Variations
Color information
#E1D5FC (or 0xE1D5FC) is known color: Fog. HEX triplet: E1, D5 and FC. RGB value is (225,213,252). Sum of RGB (Red+Green+Blue) = 225+213+252=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5FC is #1E2A03. Grayscale: #DCDCDC. Windows color (decimal): -1976836 or 16569825. OLE color: 16569825.
HSL color Cylindrical-coordinate representation of color #E1D5FC: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D5FC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 213 | 252 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.01 |
| HSL | 258.46º | 0.87% | 0.91% | - |
| HSV(B) | 258.46º | 0.15% | 0.99% | - |
| XYZ | 72.42 | 70.62 | 101.91 | - |
| YUV | 221.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 252 | 0.11 | 0.15 | 0 | 0.01 | 258.46 | 0.87 | 0.91 |
| Hex | E1 | D5 | FC | B | F | 0 | 1 | 102 | 57 | 5B |
| Octal | 341 | 325 | 374 | 13 | 17 | 0 | 1 | 402 | 127 | 133 |
| Binary | 11100001 | 11010101 | 11111100 | 1011 | 1111 | 0 | 1 | 100000010 | 1010111 | 1011011 |
Color Harmonies of #E1D5FC
Complementary color
Monochromatic Colors of #E1D5FC
Black with #E1D5FC
Text Example
Text Example
White with #E1D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5FC; }
p { color: rgb(225,213,252); }
H1.HeaderClassName
{
color: #E1D5FC;
}
.AnyTagClassName
{
color: #E1D5FC;
}
</style>
background-color css
<style>
a { background-color: #E1D5FC; }
a { background-color: rgb(225,213,252); }
div.DivClassName
{
background-color: #E1D5FC;
}
.BgClassName
{
background-color: #E1D5FC;
}
</style>
border-color css
<style>
span { border-color: #E1D5FC; }
span { border-color: rgb(225,213,252); }
td.TdClassName
{
border-color: #E1D5FC;
}
.TagClassName
{
border-color: #E1D5FC;
}
</style>