Shades of Fog #E1C7FE
Tints of Fog #E1C7FE
RGB
CMYK
RGB Variations
Color information
#E1C7FE (or 0xE1C7FE) is known color: Fog. HEX triplet: E1, C7 and FE. RGB value is (225,199,254). Sum of RGB (Red+Green+Blue) = 225+199+254=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7FE is #1E3801. Grayscale: #D4D4D4. Windows color (decimal): -1980418 or 16697313. OLE color: 16697313.
HSL color Cylindrical-coordinate representation of color #E1C7FE: hue angle of 268.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C7FE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 199 | 254 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.00 |
| HSL | 268.36º | 0.96% | 0.89% | - |
| HSV(B) | 268.36º | 0.22% | 1% | - |
| XYZ | 69.36 | 64.01 | 102.47 | - |
| YUV | 213.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 254 | 0.11 | 0.22 | 0 | 0.00 | 268.36 | 0.96 | 0.89 |
| Hex | E1 | C7 | FE | B | 16 | 0 | 0 | 10C | 60 | 59 |
| Octal | 341 | 307 | 376 | 13 | 26 | 0 | 0 | 414 | 140 | 131 |
| Binary | 11100001 | 11000111 | 11111110 | 1011 | 10110 | 0 | 0 | 100001100 | 1100000 | 1011001 |
Color Harmonies of #E1C7FE
Complementary color
Monochromatic Colors of #E1C7FE
Black with #E1C7FE
Text Example
Text Example
White with #E1C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7FE; }
p { color: rgb(225,199,254); }
H1.HeaderClassName
{
color: #E1C7FE;
}
.AnyTagClassName
{
color: #E1C7FE;
}
</style>
background-color css
<style>
a { background-color: #E1C7FE; }
a { background-color: rgb(225,199,254); }
div.DivClassName
{
background-color: #E1C7FE;
}
.BgClassName
{
background-color: #E1C7FE;
}
</style>
border-color css
<style>
span { border-color: #E1C7FE; }
span { border-color: rgb(225,199,254); }
td.TdClassName
{
border-color: #E1C7FE;
}
.TagClassName
{
border-color: #E1C7FE;
}
</style>