Shades of Fog #E3CEFC
Tints of Fog #E3CEFC
RGB
CMYK
RGB Variations
Color information
#E3CEFC (or 0xE3CEFC) is known color: Fog. HEX triplet: E3, CE and FC. RGB value is (227,206,252). Sum of RGB (Red+Green+Blue) = 227+206+252=685 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.14% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CEFC is #1C3103. Grayscale: #D9D9D9. Windows color (decimal): -1847556 or 16568035. OLE color: 16568035.
HSL color Cylindrical-coordinate representation of color #E3CEFC: hue angle of 267.39º 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 #E3CEFC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 206 | 252 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.01 |
| HSL | 267.39º | 0.88% | 0.9% | - |
| HSV(B) | 267.39º | 0.18% | 0.99% | - |
| XYZ | 71.32 | 67.5 | 101.37 | - |
| YUV | 217.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 252 | 0.10 | 0.18 | 0 | 0.01 | 267.39 | 0.88 | 0.9 |
| Hex | E3 | CE | FC | A | 12 | 0 | 1 | 10B | 58 | 5A |
| Octal | 343 | 316 | 374 | 12 | 22 | 0 | 1 | 413 | 130 | 132 |
| Binary | 11100011 | 11001110 | 11111100 | 1010 | 10010 | 0 | 1 | 100001011 | 1011000 | 1011010 |
Color Harmonies of #E3CEFC
Complementary color
Monochromatic Colors of #E3CEFC
Black with #E3CEFC
Text Example
Text Example
White with #E3CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEFC; }
p { color: rgb(227,206,252); }
H1.HeaderClassName
{
color: #E3CEFC;
}
.AnyTagClassName
{
color: #E3CEFC;
}
</style>
background-color css
<style>
a { background-color: #E3CEFC; }
a { background-color: rgb(227,206,252); }
div.DivClassName
{
background-color: #E3CEFC;
}
.BgClassName
{
background-color: #E3CEFC;
}
</style>
border-color css
<style>
span { border-color: #E3CEFC; }
span { border-color: rgb(227,206,252); }
td.TdClassName
{
border-color: #E3CEFC;
}
.TagClassName
{
border-color: #E3CEFC;
}
</style>