Shades of Fog #E1CEF6
Tints of Fog #E1CEF6
RGB
CMYK
RGB Variations
Color information
#E1CEF6 (or 0xE1CEF6) is known color: Fog. HEX triplet: E1, CE and F6. RGB value is (225,206,246). Sum of RGB (Red+Green+Blue) = 225+206+246=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF6 is #1E3109. Grayscale: #D8D8D8. Windows color (decimal): -1978634 or 16174817. OLE color: 16174817.
HSL color Cylindrical-coordinate representation of color #E1CEF6: hue angle of 268.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CEF6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 206 | 246 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 268.5º | 0.69% | 0.89% | - |
| HSV(B) | 268.5º | 0.16% | 0.96% | - |
| XYZ | 69.76 | 66.8 | 96.41 | - |
| YUV | 216.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 246 | 0.09 | 0.16 | 0 | 0.04 | 268.5 | 0.69 | 0.89 |
| Hex | E1 | CE | F6 | 9 | 10 | 0 | 4 | 10C | 45 | 59 |
| Octal | 341 | 316 | 366 | 11 | 20 | 0 | 4 | 414 | 105 | 131 |
| Binary | 11100001 | 11001110 | 11110110 | 1001 | 10000 | 0 | 100 | 100001100 | 1000101 | 1011001 |
Color Harmonies of #E1CEF6
Complementary color
Monochromatic Colors of #E1CEF6
Black with #E1CEF6
Text Example
Text Example
White with #E1CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEF6; }
p { color: rgb(225,206,246); }
H1.HeaderClassName
{
color: #E1CEF6;
}
.AnyTagClassName
{
color: #E1CEF6;
}
</style>
background-color css
<style>
a { background-color: #E1CEF6; }
a { background-color: rgb(225,206,246); }
div.DivClassName
{
background-color: #E1CEF6;
}
.BgClassName
{
background-color: #E1CEF6;
}
</style>
border-color css
<style>
span { border-color: #E1CEF6; }
span { border-color: rgb(225,206,246); }
td.TdClassName
{
border-color: #E1CEF6;
}
.TagClassName
{
border-color: #E1CEF6;
}
</style>