Shades of Fog #E0CEF6
Tints of Fog #E0CEF6
RGB
CMYK
RGB Variations
Color information
#E0CEF6 (or 0xE0CEF6) is known color: Fog. HEX triplet: E0, CE and F6. RGB value is (224,206,246). Sum of RGB (Red+Green+Blue) = 224+206+246=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF6 is #1F3109. Grayscale: #D7D7D7. Windows color (decimal): -2044170 or 16174816. OLE color: 16174816.
HSL color Cylindrical-coordinate representation of color #E0CEF6: hue angle of 267º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CEF6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 206 | 246 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 267º | 0.69% | 0.89% | - |
| HSV(B) | 267º | 0.16% | 0.96% | - |
| XYZ | 69.45 | 66.64 | 96.39 | - |
| YUV | 215.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 246 | 0.09 | 0.16 | 0 | 0.04 | 267 | 0.69 | 0.89 |
| Hex | E0 | CE | F6 | 9 | 10 | 0 | 4 | 10B | 45 | 59 |
| Octal | 340 | 316 | 366 | 11 | 20 | 0 | 4 | 413 | 105 | 131 |
| Binary | 11100000 | 11001110 | 11110110 | 1001 | 10000 | 0 | 100 | 100001011 | 1000101 | 1011001 |
Color Harmonies of #E0CEF6
Complementary color
Monochromatic Colors of #E0CEF6
Black with #E0CEF6
Text Example
Text Example
White with #E0CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF6; }
p { color: rgb(224,206,246); }
H1.HeaderClassName
{
color: #E0CEF6;
}
.AnyTagClassName
{
color: #E0CEF6;
}
</style>
background-color css
<style>
a { background-color: #E0CEF6; }
a { background-color: rgb(224,206,246); }
div.DivClassName
{
background-color: #E0CEF6;
}
.BgClassName
{
background-color: #E0CEF6;
}
</style>
border-color css
<style>
span { border-color: #E0CEF6; }
span { border-color: rgb(224,206,246); }
td.TdClassName
{
border-color: #E0CEF6;
}
.TagClassName
{
border-color: #E0CEF6;
}
</style>