Shades of Fog #E0CEF1
Tints of Fog #E0CEF1
RGB
CMYK
RGB Variations
Color information
#E0CEF1 (or 0xE0CEF1) is known color: Fog. HEX triplet: E0, CE and F1. RGB value is (224,206,241). Sum of RGB (Red+Green+Blue) = 224+206+241=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF1 is #1F310E. Grayscale: #D7D7D7. Windows color (decimal): -2044175 or 15847136. OLE color: 15847136.
HSL color Cylindrical-coordinate representation of color #E0CEF1: hue angle of 270.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CEF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 206 | 241 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 270.86º | 0.56% | 0.88% | - |
| HSV(B) | 270.86º | 0.15% | 0.95% | - |
| XYZ | 68.69 | 66.34 | 92.4 | - |
| YUV | 215.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 241 | 0.07 | 0.15 | 0 | 0.05 | 270.86 | 0.56 | 0.88 |
| Hex | E0 | CE | F1 | 7 | F | 0 | 5 | 10F | 38 | 58 |
| Octal | 340 | 316 | 361 | 7 | 17 | 0 | 5 | 417 | 70 | 130 |
| Binary | 11100000 | 11001110 | 11110001 | 111 | 1111 | 0 | 101 | 100001111 | 111000 | 1011000 |
Color Harmonies of #E0CEF1
Complementary color
Monochromatic Colors of #E0CEF1
Black with #E0CEF1
Text Example
Text Example
White with #E0CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF1; }
p { color: rgb(224,206,241); }
H1.HeaderClassName
{
color: #E0CEF1;
}
.AnyTagClassName
{
color: #E0CEF1;
}
</style>
background-color css
<style>
a { background-color: #E0CEF1; }
a { background-color: rgb(224,206,241); }
div.DivClassName
{
background-color: #E0CEF1;
}
.BgClassName
{
background-color: #E0CEF1;
}
</style>
border-color css
<style>
span { border-color: #E0CEF1; }
span { border-color: rgb(224,206,241); }
td.TdClassName
{
border-color: #E0CEF1;
}
.TagClassName
{
border-color: #E0CEF1;
}
</style>