Shades of Fog #E0CEF9
Tints of Fog #E0CEF9
RGB
CMYK
RGB Variations
Color information
#E0CEF9 (or 0xE0CEF9) is known color: Fog. HEX triplet: E0, CE and F9. RGB value is (224,206,249). Sum of RGB (Red+Green+Blue) = 224+206+249=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF9 is #1F3106. Grayscale: #D8D8D8. Windows color (decimal): -2044167 or 16371424. OLE color: 16371424.
HSL color Cylindrical-coordinate representation of color #E0CEF9: hue angle of 265.12º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CEF9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 206 | 249 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.02 |
| HSL | 265.12º | 0.78% | 0.89% | - |
| HSV(B) | 265.12º | 0.17% | 0.98% | - |
| XYZ | 69.91 | 66.83 | 98.84 | - |
| YUV | 216.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 249 | 0.10 | 0.17 | 0 | 0.02 | 265.12 | 0.78 | 0.89 |
| Hex | E0 | CE | F9 | A | 11 | 0 | 2 | 109 | 4E | 59 |
| Octal | 340 | 316 | 371 | 12 | 21 | 0 | 2 | 411 | 116 | 131 |
| Binary | 11100000 | 11001110 | 11111001 | 1010 | 10001 | 0 | 10 | 100001001 | 1001110 | 1011001 |
Color Harmonies of #E0CEF9
Complementary color
Monochromatic Colors of #E0CEF9
Black with #E0CEF9
Text Example
Text Example
White with #E0CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF9; }
p { color: rgb(224,206,249); }
H1.HeaderClassName
{
color: #E0CEF9;
}
.AnyTagClassName
{
color: #E0CEF9;
}
</style>
background-color css
<style>
a { background-color: #E0CEF9; }
a { background-color: rgb(224,206,249); }
div.DivClassName
{
background-color: #E0CEF9;
}
.BgClassName
{
background-color: #E0CEF9;
}
</style>
border-color css
<style>
span { border-color: #E0CEF9; }
span { border-color: rgb(224,206,249); }
td.TdClassName
{
border-color: #E0CEF9;
}
.TagClassName
{
border-color: #E0CEF9;
}
</style>