Shades of Fog #E0CEF8
Tints of Fog #E0CEF8
RGB
CMYK
RGB Variations
Color information
#E0CEF8 (or 0xE0CEF8) is known color: Fog. HEX triplet: E0, CE and F8. RGB value is (224,206,248). Sum of RGB (Red+Green+Blue) = 224+206+248=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF8 is #1F3107. Grayscale: #D8D8D8. Windows color (decimal): -2044168 or 16305888. OLE color: 16305888.
HSL color Cylindrical-coordinate representation of color #E0CEF8: hue angle of 265.71º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CEF8 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 206 | 248 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.03 |
| HSL | 265.71º | 0.75% | 0.89% | - |
| HSV(B) | 265.71º | 0.17% | 0.97% | - |
| XYZ | 69.76 | 66.77 | 98.02 | - |
| YUV | 216.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 248 | 0.10 | 0.17 | 0 | 0.03 | 265.71 | 0.75 | 0.89 |
| Hex | E0 | CE | F8 | A | 11 | 0 | 3 | 10A | 4B | 59 |
| Octal | 340 | 316 | 370 | 12 | 21 | 0 | 3 | 412 | 113 | 131 |
| Binary | 11100000 | 11001110 | 11111000 | 1010 | 10001 | 0 | 11 | 100001010 | 1001011 | 1011001 |
Color Harmonies of #E0CEF8
Complementary color
Monochromatic Colors of #E0CEF8
Black with #E0CEF8
Text Example
Text Example
White with #E0CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF8; }
p { color: rgb(224,206,248); }
H1.HeaderClassName
{
color: #E0CEF8;
}
.AnyTagClassName
{
color: #E0CEF8;
}
</style>
background-color css
<style>
a { background-color: #E0CEF8; }
a { background-color: rgb(224,206,248); }
div.DivClassName
{
background-color: #E0CEF8;
}
.BgClassName
{
background-color: #E0CEF8;
}
</style>
border-color css
<style>
span { border-color: #E0CEF8; }
span { border-color: rgb(224,206,248); }
td.TdClassName
{
border-color: #E0CEF8;
}
.TagClassName
{
border-color: #E0CEF8;
}
</style>