Shades of Fog #E2CCFF
Tints of Fog #E2CCFF
RGB
CMYK
RGB Variations
Color information
#E2CCFF (or 0xE2CCFF) is known color: Fog. HEX triplet: E2, CC and FF. RGB value is (226,204,255). Sum of RGB (Red+Green+Blue) = 226+204+255=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFF is #1D3300. Grayscale: #D8D8D8. Windows color (decimal): -1913601 or 16764130. OLE color: 16764130.
HSL color Cylindrical-coordinate representation of color #E2CCFF: hue angle of 265.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2CCFF is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 204 | 255 | - |
| CMYK | 0.11 | 0.2 | 0 | 0 |
| HSL | 265.88º | 1% | 0.9% | - |
| HSV(B) | 265.88º | 0.2% | 1% | - |
| XYZ | 71.01 | 66.57 | 103.72 | - |
| YUV | 216.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 255 | 0.11 | 0.2 | 0 | 0 | 265.88 | 1 | 0.9 |
| Hex | E2 | CC | FF | B | 14 | 0 | 0 | 10A | 64 | 5A |
| Octal | 342 | 314 | 377 | 13 | 24 | 0 | 0 | 412 | 144 | 132 |
| Binary | 11100010 | 11001100 | 11111111 | 1011 | 10100 | 0 | 0 | 100001010 | 1100100 | 1011010 |
Color Harmonies of #E2CCFF
Complementary color
Monochromatic Colors of #E2CCFF
Black with #E2CCFF
Text Example
Text Example
White with #E2CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCFF; }
p { color: rgb(226,204,255); }
H1.HeaderClassName
{
color: #E2CCFF;
}
.AnyTagClassName
{
color: #E2CCFF;
}
</style>
background-color css
<style>
a { background-color: #E2CCFF; }
a { background-color: rgb(226,204,255); }
div.DivClassName
{
background-color: #E2CCFF;
}
.BgClassName
{
background-color: #E2CCFF;
}
</style>
border-color css
<style>
span { border-color: #E2CCFF; }
span { border-color: rgb(226,204,255); }
td.TdClassName
{
border-color: #E2CCFF;
}
.TagClassName
{
border-color: #E2CCFF;
}
</style>