Shades of Fog #E2CEF7
Tints of Fog #E2CEF7
RGB
CMYK
RGB Variations
Color information
#E2CEF7 (or 0xE2CEF7) is known color: Fog. HEX triplet: E2, CE and F7. RGB value is (226,206,247). Sum of RGB (Red+Green+Blue) = 226+206+247=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEF7 is #1D3108. Grayscale: #D8D8D8. Windows color (decimal): -1913097 or 16240354. OLE color: 16240354.
HSL color Cylindrical-coordinate representation of color #E2CEF7: hue angle of 269.27º degrees, saturation: 0.72, 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 #E2CEF7 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 206 | 247 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.03 |
| HSL | 269.27º | 0.72% | 0.89% | - |
| HSV(B) | 269.27º | 0.17% | 0.97% | - |
| XYZ | 70.22 | 67.03 | 97.23 | - |
| YUV | 216.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 247 | 0.09 | 0.17 | 0 | 0.03 | 269.27 | 0.72 | 0.89 |
| Hex | E2 | CE | F7 | 9 | 11 | 0 | 3 | 10D | 48 | 59 |
| Octal | 342 | 316 | 367 | 11 | 21 | 0 | 3 | 415 | 110 | 131 |
| Binary | 11100010 | 11001110 | 11110111 | 1001 | 10001 | 0 | 11 | 100001101 | 1001000 | 1011001 |
Color Harmonies of #E2CEF7
Complementary color
Monochromatic Colors of #E2CEF7
Black with #E2CEF7
Text Example
Text Example
White with #E2CEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEF7; }
p { color: rgb(226,206,247); }
H1.HeaderClassName
{
color: #E2CEF7;
}
.AnyTagClassName
{
color: #E2CEF7;
}
</style>
background-color css
<style>
a { background-color: #E2CEF7; }
a { background-color: rgb(226,206,247); }
div.DivClassName
{
background-color: #E2CEF7;
}
.BgClassName
{
background-color: #E2CEF7;
}
</style>
border-color css
<style>
span { border-color: #E2CEF7; }
span { border-color: rgb(226,206,247); }
td.TdClassName
{
border-color: #E2CEF7;
}
.TagClassName
{
border-color: #E2CEF7;
}
</style>