Shades of Fog #E1CEFC
Tints of Fog #E1CEFC
RGB
CMYK
RGB Variations
Color information
#E1CEFC (or 0xE1CEFC) is known color: Fog. HEX triplet: E1, CE and FC. RGB value is (225,206,252). Sum of RGB (Red+Green+Blue) = 225+206+252=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFC is #1E3103. Grayscale: #D8D8D8. Windows color (decimal): -1978628 or 16568033. OLE color: 16568033.
HSL color Cylindrical-coordinate representation of color #E1CEFC: hue angle of 264.78º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CEFC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 206 | 252 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.01 |
| HSL | 264.78º | 0.88% | 0.9% | - |
| HSV(B) | 264.78º | 0.18% | 0.99% | - |
| XYZ | 70.69 | 67.18 | 101.34 | - |
| YUV | 216.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 252 | 0.11 | 0.18 | 0 | 0.01 | 264.78 | 0.88 | 0.9 |
| Hex | E1 | CE | FC | B | 12 | 0 | 1 | 109 | 58 | 5A |
| Octal | 341 | 316 | 374 | 13 | 22 | 0 | 1 | 411 | 130 | 132 |
| Binary | 11100001 | 11001110 | 11111100 | 1011 | 10010 | 0 | 1 | 100001001 | 1011000 | 1011010 |
Color Harmonies of #E1CEFC
Complementary color
Monochromatic Colors of #E1CEFC
Black with #E1CEFC
Text Example
Text Example
White with #E1CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEFC; }
p { color: rgb(225,206,252); }
H1.HeaderClassName
{
color: #E1CEFC;
}
.AnyTagClassName
{
color: #E1CEFC;
}
</style>
background-color css
<style>
a { background-color: #E1CEFC; }
a { background-color: rgb(225,206,252); }
div.DivClassName
{
background-color: #E1CEFC;
}
.BgClassName
{
background-color: #E1CEFC;
}
</style>
border-color css
<style>
span { border-color: #E1CEFC; }
span { border-color: rgb(225,206,252); }
td.TdClassName
{
border-color: #E1CEFC;
}
.TagClassName
{
border-color: #E1CEFC;
}
</style>