Shades of Fog #E2C8FA
Tints of Fog #E2C8FA
RGB
CMYK
RGB Variations
Color information
#E2C8FA (or 0xE2C8FA) is known color: Fog. HEX triplet: E2, C8 and FA. RGB value is (226,200,250). Sum of RGB (Red+Green+Blue) = 226+200+250=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C8FA is #1D3705. Grayscale: #D5D5D5. Windows color (decimal): -1914630 or 16435426. OLE color: 16435426.
HSL color Cylindrical-coordinate representation of color #E2C8FA: hue angle of 271.2º degrees, saturation: 0.83, 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 #E2C8FA is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 200 | 250 | - |
| CMYK | 0.10 | 0.2 | 0 | 0.02 |
| HSL | 271.2º | 0.83% | 0.88% | - |
| HSV(B) | 271.2º | 0.2% | 0.98% | - |
| XYZ | 69.27 | 64.38 | 99.22 | - |
| YUV | 213.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 250 | 0.10 | 0.2 | 0 | 0.02 | 271.2 | 0.83 | 0.88 |
| Hex | E2 | C8 | FA | A | 14 | 0 | 2 | 10F | 53 | 58 |
| Octal | 342 | 310 | 372 | 12 | 24 | 0 | 2 | 417 | 123 | 130 |
| Binary | 11100010 | 11001000 | 11111010 | 1010 | 10100 | 0 | 10 | 100001111 | 1010011 | 1011000 |
Color Harmonies of #E2C8FA
Complementary color
Monochromatic Colors of #E2C8FA
Black with #E2C8FA
Text Example
Text Example
White with #E2C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8FA; }
p { color: rgb(226,200,250); }
H1.HeaderClassName
{
color: #E2C8FA;
}
.AnyTagClassName
{
color: #E2C8FA;
}
</style>
background-color css
<style>
a { background-color: #E2C8FA; }
a { background-color: rgb(226,200,250); }
div.DivClassName
{
background-color: #E2C8FA;
}
.BgClassName
{
background-color: #E2C8FA;
}
</style>
border-color css
<style>
span { border-color: #E2C8FA; }
span { border-color: rgb(226,200,250); }
td.TdClassName
{
border-color: #E2C8FA;
}
.TagClassName
{
border-color: #E2C8FA;
}
</style>