Shades of Fog #E0C7FA
Tints of Fog #E0C7FA
RGB
CMYK
RGB Variations
Color information
#E0C7FA (or 0xE0C7FA) is known color: Fog. HEX triplet: E0, C7 and FA. RGB value is (224,199,250). Sum of RGB (Red+Green+Blue) = 224+199+250=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7FA is #1F3805. Grayscale: #D4D4D4. Windows color (decimal): -2045958 or 16435168. OLE color: 16435168.
HSL color Cylindrical-coordinate representation of color #E0C7FA: hue angle of 269.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0C7FA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 199 | 250 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.02 |
| HSL | 269.41º | 0.84% | 0.88% | - |
| HSV(B) | 269.41º | 0.2% | 0.98% | - |
| XYZ | 68.42 | 63.6 | 99.11 | - |
| YUV | 212.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 250 | 0.10 | 0.20 | 0 | 0.02 | 269.41 | 0.84 | 0.88 |
| Hex | E0 | C7 | FA | A | 14 | 0 | 2 | 10D | 54 | 58 |
| Octal | 340 | 307 | 372 | 12 | 24 | 0 | 2 | 415 | 124 | 130 |
| Binary | 11100000 | 11000111 | 11111010 | 1010 | 10100 | 0 | 10 | 100001101 | 1010100 | 1011000 |
Color Harmonies of #E0C7FA
Complementary color
Monochromatic Colors of #E0C7FA
Black with #E0C7FA
Text Example
Text Example
White with #E0C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7FA; }
p { color: rgb(224,199,250); }
H1.HeaderClassName
{
color: #E0C7FA;
}
.AnyTagClassName
{
color: #E0C7FA;
}
</style>
background-color css
<style>
a { background-color: #E0C7FA; }
a { background-color: rgb(224,199,250); }
div.DivClassName
{
background-color: #E0C7FA;
}
.BgClassName
{
background-color: #E0C7FA;
}
</style>
border-color css
<style>
span { border-color: #E0C7FA; }
span { border-color: rgb(224,199,250); }
td.TdClassName
{
border-color: #E0C7FA;
}
.TagClassName
{
border-color: #E0C7FA;
}
</style>