Shades of Fog #E2CCFE
Tints of Fog #E2CCFE
RGB
CMYK
RGB Variations
Color information
#E2CCFE (or 0xE2CCFE) is known color: Fog. HEX triplet: E2, CC and FE. RGB value is (226,204,254). Sum of RGB (Red+Green+Blue) = 226+204+254=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFE is #1D3301. Grayscale: #D8D8D8. Windows color (decimal): -1913602 or 16698594. OLE color: 16698594.
HSL color Cylindrical-coordinate representation of color #E2CCFE: hue angle of 266.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2CCFE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 204 | 254 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.00 |
| HSL | 266.4º | 0.96% | 0.9% | - |
| HSV(B) | 266.4º | 0.2% | 1% | - |
| XYZ | 70.85 | 66.51 | 102.87 | - |
| YUV | 216.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 254 | 0.11 | 0.20 | 0 | 0.00 | 266.4 | 0.96 | 0.9 |
| Hex | E2 | CC | FE | B | 14 | 0 | 0 | 10A | 60 | 5A |
| Octal | 342 | 314 | 376 | 13 | 24 | 0 | 0 | 412 | 140 | 132 |
| Binary | 11100010 | 11001100 | 11111110 | 1011 | 10100 | 0 | 0 | 100001010 | 1100000 | 1011010 |
Color Harmonies of #E2CCFE
Complementary color
Monochromatic Colors of #E2CCFE
Black with #E2CCFE
Text Example
Text Example
White with #E2CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCFE; }
p { color: rgb(226,204,254); }
H1.HeaderClassName
{
color: #E2CCFE;
}
.AnyTagClassName
{
color: #E2CCFE;
}
</style>
background-color css
<style>
a { background-color: #E2CCFE; }
a { background-color: rgb(226,204,254); }
div.DivClassName
{
background-color: #E2CCFE;
}
.BgClassName
{
background-color: #E2CCFE;
}
</style>
border-color css
<style>
span { border-color: #E2CCFE; }
span { border-color: rgb(226,204,254); }
td.TdClassName
{
border-color: #E2CCFE;
}
.TagClassName
{
border-color: #E2CCFE;
}
</style>