Shades of Fog #E2CFFE
Tints of Fog #E2CFFE
RGB
CMYK
RGB Variations
Color information
#E2CFFE (or 0xE2CFFE) is known color: Fog. HEX triplet: E2, CF and FE. RGB value is (226,207,254). Sum of RGB (Red+Green+Blue) = 226+207+254=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFFE is #1D3001. Grayscale: #D9D9D9. Windows color (decimal): -1912834 or 16699362. OLE color: 16699362.
HSL color Cylindrical-coordinate representation of color #E2CFFE: hue angle of 264.26º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2CFFE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 207 | 254 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.00 |
| HSL | 264.26º | 0.96% | 0.9% | - |
| HSV(B) | 264.26º | 0.19% | 1% | - |
| XYZ | 71.57 | 67.95 | 103.11 | - |
| YUV | 218.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 254 | 0.11 | 0.19 | 0 | 0.00 | 264.26 | 0.96 | 0.9 |
| Hex | E2 | CF | FE | B | 13 | 0 | 0 | 108 | 60 | 5A |
| Octal | 342 | 317 | 376 | 13 | 23 | 0 | 0 | 410 | 140 | 132 |
| Binary | 11100010 | 11001111 | 11111110 | 1011 | 10011 | 0 | 0 | 100001000 | 1100000 | 1011010 |
Color Harmonies of #E2CFFE
Complementary color
Monochromatic Colors of #E2CFFE
Black with #E2CFFE
Text Example
Text Example
White with #E2CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFFE; }
p { color: rgb(226,207,254); }
H1.HeaderClassName
{
color: #E2CFFE;
}
.AnyTagClassName
{
color: #E2CFFE;
}
</style>
background-color css
<style>
a { background-color: #E2CFFE; }
a { background-color: rgb(226,207,254); }
div.DivClassName
{
background-color: #E2CFFE;
}
.BgClassName
{
background-color: #E2CFFE;
}
</style>
border-color css
<style>
span { border-color: #E2CFFE; }
span { border-color: rgb(226,207,254); }
td.TdClassName
{
border-color: #E2CFFE;
}
.TagClassName
{
border-color: #E2CFFE;
}
</style>