Shades of Fog #E0CCFC
Tints of Fog #E0CCFC
RGB
CMYK
RGB Variations
Color information
#E0CCFC (or 0xE0CCFC) is known color: Fog. HEX triplet: E0, CC and FC. RGB value is (224,204,252). Sum of RGB (Red+Green+Blue) = 224+204+252=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFC is #1F3303. Grayscale: #D7D7D7. Windows color (decimal): -2044676 or 16567520. OLE color: 16567520.
HSL color Cylindrical-coordinate representation of color #E0CCFC: hue angle of 265º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0CCFC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 204 | 252 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 265º | 0.89% | 0.89% | - |
| HSV(B) | 265º | 0.19% | 0.99% | - |
| XYZ | 69.9 | 66.06 | 101.16 | - |
| YUV | 215.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 252 | 0.11 | 0.19 | 0 | 0.01 | 265 | 0.89 | 0.89 |
| Hex | E0 | CC | FC | B | 13 | 0 | 1 | 109 | 59 | 59 |
| Octal | 340 | 314 | 374 | 13 | 23 | 0 | 1 | 411 | 131 | 131 |
| Binary | 11100000 | 11001100 | 11111100 | 1011 | 10011 | 0 | 1 | 100001001 | 1011001 | 1011001 |
Color Harmonies of #E0CCFC
Complementary color
Monochromatic Colors of #E0CCFC
Black with #E0CCFC
Text Example
Text Example
White with #E0CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCFC; }
p { color: rgb(224,204,252); }
H1.HeaderClassName
{
color: #E0CCFC;
}
.AnyTagClassName
{
color: #E0CCFC;
}
</style>
background-color css
<style>
a { background-color: #E0CCFC; }
a { background-color: rgb(224,204,252); }
div.DivClassName
{
background-color: #E0CCFC;
}
.BgClassName
{
background-color: #E0CCFC;
}
</style>
border-color css
<style>
span { border-color: #E0CCFC; }
span { border-color: rgb(224,204,252); }
td.TdClassName
{
border-color: #E0CCFC;
}
.TagClassName
{
border-color: #E0CCFC;
}
</style>