Shades of Fog #E4CEFC
Tints of Fog #E4CEFC
RGB
CMYK
RGB Variations
Color information
#E4CEFC (or 0xE4CEFC) is known color: Fog. HEX triplet: E4, CE and FC. RGB value is (228,206,252). Sum of RGB (Red+Green+Blue) = 228+206+252=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEFC is #1B3103. Grayscale: #D9D9D9. Windows color (decimal): -1782020 or 16568036. OLE color: 16568036.
HSL color Cylindrical-coordinate representation of color #E4CEFC: hue angle of 268.7º 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 #E4CEFC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 206 | 252 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.01 |
| HSL | 268.7º | 0.88% | 0.9% | - |
| HSV(B) | 268.7º | 0.18% | 0.99% | - |
| XYZ | 71.64 | 67.66 | 101.38 | - |
| YUV | 217.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 252 | 0.10 | 0.18 | 0 | 0.01 | 268.7 | 0.88 | 0.9 |
| Hex | E4 | CE | FC | A | 12 | 0 | 1 | 10D | 58 | 5A |
| Octal | 344 | 316 | 374 | 12 | 22 | 0 | 1 | 415 | 130 | 132 |
| Binary | 11100100 | 11001110 | 11111100 | 1010 | 10010 | 0 | 1 | 100001101 | 1011000 | 1011010 |
Color Harmonies of #E4CEFC
Complementary color
Monochromatic Colors of #E4CEFC
Black with #E4CEFC
Text Example
Text Example
White with #E4CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEFC; }
p { color: rgb(228,206,252); }
H1.HeaderClassName
{
color: #E4CEFC;
}
.AnyTagClassName
{
color: #E4CEFC;
}
</style>
background-color css
<style>
a { background-color: #E4CEFC; }
a { background-color: rgb(228,206,252); }
div.DivClassName
{
background-color: #E4CEFC;
}
.BgClassName
{
background-color: #E4CEFC;
}
</style>
border-color css
<style>
span { border-color: #E4CEFC; }
span { border-color: rgb(228,206,252); }
td.TdClassName
{
border-color: #E4CEFC;
}
.TagClassName
{
border-color: #E4CEFC;
}
</style>