Shades of Fog #E0CEF3
Tints of Fog #E0CEF3
RGB
CMYK
RGB Variations
Color information
#E0CEF3 (or 0xE0CEF3) is known color: Fog. HEX triplet: E0, CE and F3. RGB value is (224,206,243). Sum of RGB (Red+Green+Blue) = 224+206+243=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF3 is #1F310C. Grayscale: #D7D7D7. Windows color (decimal): -2044173 or 15978208. OLE color: 15978208.
HSL color Cylindrical-coordinate representation of color #E0CEF3: hue angle of 269.19º degrees, saturation: 0.61, 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 #E0CEF3 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 206 | 243 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.05 |
| HSL | 269.19º | 0.61% | 0.88% | - |
| HSV(B) | 269.19º | 0.15% | 0.95% | - |
| XYZ | 68.99 | 66.46 | 93.99 | - |
| YUV | 215.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 243 | 0.08 | 0.15 | 0 | 0.05 | 269.19 | 0.61 | 0.88 |
| Hex | E0 | CE | F3 | 8 | F | 0 | 5 | 10D | 3D | 58 |
| Octal | 340 | 316 | 363 | 10 | 17 | 0 | 5 | 415 | 75 | 130 |
| Binary | 11100000 | 11001110 | 11110011 | 1000 | 1111 | 0 | 101 | 100001101 | 111101 | 1011000 |
Color Harmonies of #E0CEF3
Complementary color
Monochromatic Colors of #E0CEF3
Black with #E0CEF3
Text Example
Text Example
White with #E0CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF3; }
p { color: rgb(224,206,243); }
H1.HeaderClassName
{
color: #E0CEF3;
}
.AnyTagClassName
{
color: #E0CEF3;
}
</style>
background-color css
<style>
a { background-color: #E0CEF3; }
a { background-color: rgb(224,206,243); }
div.DivClassName
{
background-color: #E0CEF3;
}
.BgClassName
{
background-color: #E0CEF3;
}
</style>
border-color css
<style>
span { border-color: #E0CEF3; }
span { border-color: rgb(224,206,243); }
td.TdClassName
{
border-color: #E0CEF3;
}
.TagClassName
{
border-color: #E0CEF3;
}
</style>