Shades of Fog #E2C9FE
Tints of Fog #E2C9FE
RGB
CMYK
RGB Variations
Color information
#E2C9FE (or 0xE2C9FE) is known color: Fog. HEX triplet: E2, C9 and FE. RGB value is (226,201,254). Sum of RGB (Red+Green+Blue) = 226+201+254=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9FE is #1D3601. Grayscale: #D6D6D6. Windows color (decimal): -1914370 or 16697826. OLE color: 16697826.
HSL color Cylindrical-coordinate representation of color #E2C9FE: hue angle of 268.3º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2C9FE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 201 | 254 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.00 |
| HSL | 268.3º | 0.96% | 0.89% | - |
| HSV(B) | 268.3º | 0.21% | 1% | - |
| XYZ | 70.14 | 65.1 | 102.63 | - |
| YUV | 214.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 254 | 0.11 | 0.21 | 0 | 0.00 | 268.3 | 0.96 | 0.89 |
| Hex | E2 | C9 | FE | B | 15 | 0 | 0 | 10C | 60 | 59 |
| Octal | 342 | 311 | 376 | 13 | 25 | 0 | 0 | 414 | 140 | 131 |
| Binary | 11100010 | 11001001 | 11111110 | 1011 | 10101 | 0 | 0 | 100001100 | 1100000 | 1011001 |
Color Harmonies of #E2C9FE
Complementary color
Monochromatic Colors of #E2C9FE
Black with #E2C9FE
Text Example
Text Example
White with #E2C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9FE; }
p { color: rgb(226,201,254); }
H1.HeaderClassName
{
color: #E2C9FE;
}
.AnyTagClassName
{
color: #E2C9FE;
}
</style>
background-color css
<style>
a { background-color: #E2C9FE; }
a { background-color: rgb(226,201,254); }
div.DivClassName
{
background-color: #E2C9FE;
}
.BgClassName
{
background-color: #E2C9FE;
}
</style>
border-color css
<style>
span { border-color: #E2C9FE; }
span { border-color: rgb(226,201,254); }
td.TdClassName
{
border-color: #E2C9FE;
}
.TagClassName
{
border-color: #E2C9FE;
}
</style>