Shades of Fog #E2C7F9
Tints of Fog #E2C7F9
RGB
CMYK
RGB Variations
Color information
#E2C7F9 (or 0xE2C7F9) is known color: Fog. HEX triplet: E2, C7 and F9. RGB value is (226,199,249). Sum of RGB (Red+Green+Blue) = 226+199+249=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2C7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C7F9 is #1D3806. Grayscale: #D4D4D4. Windows color (decimal): -1914887 or 16369634. OLE color: 16369634.
HSL color Cylindrical-coordinate representation of color #E2C7F9: hue angle of 272.4º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2C7F9 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 199 | 249 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.02 |
| HSL | 272.4º | 0.81% | 0.88% | - |
| HSV(B) | 272.4º | 0.2% | 0.98% | - |
| XYZ | 68.89 | 63.86 | 98.32 | - |
| YUV | 212.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 249 | 0.09 | 0.20 | 0 | 0.02 | 272.4 | 0.81 | 0.88 |
| Hex | E2 | C7 | F9 | 9 | 14 | 0 | 2 | 110 | 51 | 58 |
| Octal | 342 | 307 | 371 | 11 | 24 | 0 | 2 | 420 | 121 | 130 |
| Binary | 11100010 | 11000111 | 11111001 | 1001 | 10100 | 0 | 10 | 100010000 | 1010001 | 1011000 |
Color Harmonies of #E2C7F9
Complementary color
Monochromatic Colors of #E2C7F9
Black with #E2C7F9
Text Example
Text Example
White with #E2C7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C7F9; }
p { color: rgb(226,199,249); }
H1.HeaderClassName
{
color: #E2C7F9;
}
.AnyTagClassName
{
color: #E2C7F9;
}
</style>
background-color css
<style>
a { background-color: #E2C7F9; }
a { background-color: rgb(226,199,249); }
div.DivClassName
{
background-color: #E2C7F9;
}
.BgClassName
{
background-color: #E2C7F9;
}
</style>
border-color css
<style>
span { border-color: #E2C7F9; }
span { border-color: rgb(226,199,249); }
td.TdClassName
{
border-color: #E2C7F9;
}
.TagClassName
{
border-color: #E2C7F9;
}
</style>