Shades of Fog #E0C7FC
Tints of Fog #E0C7FC
RGB
CMYK
RGB Variations
Color information
#E0C7FC (or 0xE0C7FC) is known color: Fog. HEX triplet: E0, C7 and FC. RGB value is (224,199,252). Sum of RGB (Red+Green+Blue) = 224+199+252=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7FC is #1F3803. Grayscale: #D4D4D4. Windows color (decimal): -2045956 or 16566240. OLE color: 16566240.
HSL color Cylindrical-coordinate representation of color #E0C7FC: hue angle of 268.3º 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 #E0C7FC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 199 | 252 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 268.3º | 0.9% | 0.88% | - |
| HSV(B) | 268.3º | 0.21% | 0.99% | - |
| XYZ | 68.73 | 63.72 | 100.77 | - |
| YUV | 212.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 252 | 0.11 | 0.21 | 0 | 0.01 | 268.3 | 0.9 | 0.88 |
| Hex | E0 | C7 | FC | B | 15 | 0 | 1 | 10C | 5A | 58 |
| Octal | 340 | 307 | 374 | 13 | 25 | 0 | 1 | 414 | 132 | 130 |
| Binary | 11100000 | 11000111 | 11111100 | 1011 | 10101 | 0 | 1 | 100001100 | 1011010 | 1011000 |
Color Harmonies of #E0C7FC
Complementary color
Monochromatic Colors of #E0C7FC
Black with #E0C7FC
Text Example
Text Example
White with #E0C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7FC; }
p { color: rgb(224,199,252); }
H1.HeaderClassName
{
color: #E0C7FC;
}
.AnyTagClassName
{
color: #E0C7FC;
}
</style>
background-color css
<style>
a { background-color: #E0C7FC; }
a { background-color: rgb(224,199,252); }
div.DivClassName
{
background-color: #E0C7FC;
}
.BgClassName
{
background-color: #E0C7FC;
}
</style>
border-color css
<style>
span { border-color: #E0C7FC; }
span { border-color: rgb(224,199,252); }
td.TdClassName
{
border-color: #E0C7FC;
}
.TagClassName
{
border-color: #E0C7FC;
}
</style>