Shades of Fog #E1C7FC
Tints of Fog #E1C7FC
RGB
CMYK
RGB Variations
Color information
#E1C7FC (or 0xE1C7FC) is known color: Fog. HEX triplet: E1, C7 and FC. RGB value is (225,199,252). Sum of RGB (Red+Green+Blue) = 225+199+252=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7FC is #1E3803. Grayscale: #D4D4D4. Windows color (decimal): -1980420 or 16566241. OLE color: 16566241.
HSL color Cylindrical-coordinate representation of color #E1C7FC: hue angle of 269.43º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C7FC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 199 | 252 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 269.43º | 0.9% | 0.88% | - |
| HSV(B) | 269.43º | 0.21% | 0.99% | - |
| XYZ | 69.05 | 63.88 | 100.79 | - |
| YUV | 212.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 252 | 0.11 | 0.21 | 0 | 0.01 | 269.43 | 0.9 | 0.88 |
| Hex | E1 | C7 | FC | B | 15 | 0 | 1 | 10D | 5A | 58 |
| Octal | 341 | 307 | 374 | 13 | 25 | 0 | 1 | 415 | 132 | 130 |
| Binary | 11100001 | 11000111 | 11111100 | 1011 | 10101 | 0 | 1 | 100001101 | 1011010 | 1011000 |
Color Harmonies of #E1C7FC
Complementary color
Monochromatic Colors of #E1C7FC
Black with #E1C7FC
Text Example
Text Example
White with #E1C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7FC; }
p { color: rgb(225,199,252); }
H1.HeaderClassName
{
color: #E1C7FC;
}
.AnyTagClassName
{
color: #E1C7FC;
}
</style>
background-color css
<style>
a { background-color: #E1C7FC; }
a { background-color: rgb(225,199,252); }
div.DivClassName
{
background-color: #E1C7FC;
}
.BgClassName
{
background-color: #E1C7FC;
}
</style>
border-color css
<style>
span { border-color: #E1C7FC; }
span { border-color: rgb(225,199,252); }
td.TdClassName
{
border-color: #E1C7FC;
}
.TagClassName
{
border-color: #E1C7FC;
}
</style>