Shades of Fog #E2CEFF
Tints of Fog #E2CEFF
RGB
CMYK
RGB Variations
Color information
#E2CEFF (or 0xE2CEFF) is known color: Fog. HEX triplet: E2, CE and FF. RGB value is (226,206,255). Sum of RGB (Red+Green+Blue) = 226+206+255=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEFF is #1D3100. Grayscale: #D9D9D9. Windows color (decimal): -1913089 or 16764642. OLE color: 16764642.
HSL color Cylindrical-coordinate representation of color #E2CEFF: hue angle of 264.49º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2CEFF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 206 | 255 | - |
| CMYK | 0.11 | 0.19 | 0 | 0 |
| HSL | 264.49º | 1% | 0.9% | - |
| HSV(B) | 264.49º | 0.19% | 1% | - |
| XYZ | 71.49 | 67.53 | 103.87 | - |
| YUV | 217.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 255 | 0.11 | 0.19 | 0 | 0 | 264.49 | 1 | 0.9 |
| Hex | E2 | CE | FF | B | 13 | 0 | 0 | 108 | 64 | 5A |
| Octal | 342 | 316 | 377 | 13 | 23 | 0 | 0 | 410 | 144 | 132 |
| Binary | 11100010 | 11001110 | 11111111 | 1011 | 10011 | 0 | 0 | 100001000 | 1100100 | 1011010 |
Color Harmonies of #E2CEFF
Complementary color
Monochromatic Colors of #E2CEFF
Black with #E2CEFF
Text Example
Text Example
White with #E2CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEFF; }
p { color: rgb(226,206,255); }
H1.HeaderClassName
{
color: #E2CEFF;
}
.AnyTagClassName
{
color: #E2CEFF;
}
</style>
background-color css
<style>
a { background-color: #E2CEFF; }
a { background-color: rgb(226,206,255); }
div.DivClassName
{
background-color: #E2CEFF;
}
.BgClassName
{
background-color: #E2CEFF;
}
</style>
border-color css
<style>
span { border-color: #E2CEFF; }
span { border-color: rgb(226,206,255); }
td.TdClassName
{
border-color: #E2CEFF;
}
.TagClassName
{
border-color: #E2CEFF;
}
</style>