Shades of Fog #E0CFFF
Tints of Fog #E0CFFF
RGB
CMYK
RGB Variations
Color information
#E0CFFF (or 0xE0CFFF) is known color: Fog. HEX triplet: E0, CF and FF. RGB value is (224,207,255). Sum of RGB (Red+Green+Blue) = 224+207+255=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFFF is #1F3000. Grayscale: #D9D9D9. Windows color (decimal): -2043905 or 16764896. OLE color: 16764896.
HSL color Cylindrical-coordinate representation of color #E0CFFF: hue angle of 261.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0CFFF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 207 | 255 | - |
| CMYK | 0.12 | 0.19 | 0 | 0 |
| HSL | 261.25º | 1% | 0.91% | - |
| HSV(B) | 261.25º | 0.19% | 1% | - |
| XYZ | 71.1 | 67.69 | 103.93 | - |
| YUV | 217.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 255 | 0.12 | 0.19 | 0 | 0 | 261.25 | 1 | 0.91 |
| Hex | E0 | CF | FF | C | 13 | 0 | 0 | 105 | 64 | 5B |
| Octal | 340 | 317 | 377 | 14 | 23 | 0 | 0 | 405 | 144 | 133 |
| Binary | 11100000 | 11001111 | 11111111 | 1100 | 10011 | 0 | 0 | 100000101 | 1100100 | 1011011 |
Color Harmonies of #E0CFFF
Complementary color
Monochromatic Colors of #E0CFFF
Black with #E0CFFF
Text Example
Text Example
White with #E0CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFFF; }
p { color: rgb(224,207,255); }
H1.HeaderClassName
{
color: #E0CFFF;
}
.AnyTagClassName
{
color: #E0CFFF;
}
</style>
background-color css
<style>
a { background-color: #E0CFFF; }
a { background-color: rgb(224,207,255); }
div.DivClassName
{
background-color: #E0CFFF;
}
.BgClassName
{
background-color: #E0CFFF;
}
</style>
border-color css
<style>
span { border-color: #E0CFFF; }
span { border-color: rgb(224,207,255); }
td.TdClassName
{
border-color: #E0CFFF;
}
.TagClassName
{
border-color: #E0CFFF;
}
</style>