Shades of Fog #E0C6FC
Tints of Fog #E0C6FC
RGB
CMYK
RGB Variations
Color information
#E0C6FC (or 0xE0C6FC) is known color: Fog. HEX triplet: E0, C6 and FC. RGB value is (224,198,252). Sum of RGB (Red+Green+Blue) = 224+198+252=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6FC is #1F3903. Grayscale: #D3D3D3. Windows color (decimal): -2046212 or 16565984. OLE color: 16565984.
HSL color Cylindrical-coordinate representation of color #E0C6FC: hue angle of 268.89º 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 #E0C6FC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 198 | 252 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 268.89º | 0.9% | 0.88% | - |
| HSV(B) | 268.89º | 0.21% | 0.99% | - |
| XYZ | 68.51 | 63.26 | 100.7 | - |
| YUV | 211.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 252 | 0.11 | 0.21 | 0 | 0.01 | 268.89 | 0.9 | 0.88 |
| Hex | E0 | C6 | FC | B | 15 | 0 | 1 | 10D | 5A | 58 |
| Octal | 340 | 306 | 374 | 13 | 25 | 0 | 1 | 415 | 132 | 130 |
| Binary | 11100000 | 11000110 | 11111100 | 1011 | 10101 | 0 | 1 | 100001101 | 1011010 | 1011000 |
Color Harmonies of #E0C6FC
Complementary color
Monochromatic Colors of #E0C6FC
Black with #E0C6FC
Text Example
Text Example
White with #E0C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C6FC; }
p { color: rgb(224,198,252); }
H1.HeaderClassName
{
color: #E0C6FC;
}
.AnyTagClassName
{
color: #E0C6FC;
}
</style>
background-color css
<style>
a { background-color: #E0C6FC; }
a { background-color: rgb(224,198,252); }
div.DivClassName
{
background-color: #E0C6FC;
}
.BgClassName
{
background-color: #E0C6FC;
}
</style>
border-color css
<style>
span { border-color: #E0C6FC; }
span { border-color: rgb(224,198,252); }
td.TdClassName
{
border-color: #E0C6FC;
}
.TagClassName
{
border-color: #E0C6FC;
}
</style>