Shades of Fog #E0CEF5
Tints of Fog #E0CEF5
RGB
CMYK
RGB Variations
Color information
#E0CEF5 (or 0xE0CEF5) is known color: Fog. HEX triplet: E0, CE and F5. RGB value is (224,206,245). Sum of RGB (Red+Green+Blue) = 224+206+245=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0CEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF5 is #1F310A. Grayscale: #D7D7D7. Windows color (decimal): -2044171 or 16109280. OLE color: 16109280.
HSL color Cylindrical-coordinate representation of color #E0CEF5: hue angle of 267.69º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CEF5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 206 | 245 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 267.69º | 0.66% | 0.88% | - |
| HSV(B) | 267.69º | 0.16% | 0.96% | - |
| XYZ | 69.29 | 66.58 | 95.59 | - |
| YUV | 215.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 245 | 0.09 | 0.16 | 0 | 0.04 | 267.69 | 0.66 | 0.88 |
| Hex | E0 | CE | F5 | 9 | 10 | 0 | 4 | 10C | 42 | 58 |
| Octal | 340 | 316 | 365 | 11 | 20 | 0 | 4 | 414 | 102 | 130 |
| Binary | 11100000 | 11001110 | 11110101 | 1001 | 10000 | 0 | 100 | 100001100 | 1000010 | 1011000 |
Color Harmonies of #E0CEF5
Complementary color
Monochromatic Colors of #E0CEF5
Black with #E0CEF5
Text Example
Text Example
White with #E0CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF5; }
p { color: rgb(224,206,245); }
H1.HeaderClassName
{
color: #E0CEF5;
}
.AnyTagClassName
{
color: #E0CEF5;
}
</style>
background-color css
<style>
a { background-color: #E0CEF5; }
a { background-color: rgb(224,206,245); }
div.DivClassName
{
background-color: #E0CEF5;
}
.BgClassName
{
background-color: #E0CEF5;
}
</style>
border-color css
<style>
span { border-color: #E0CEF5; }
span { border-color: rgb(224,206,245); }
td.TdClassName
{
border-color: #E0CEF5;
}
.TagClassName
{
border-color: #E0CEF5;
}
</style>