Shades of Fog #E2C9FF
Tints of Fog #E2C9FF
RGB
CMYK
RGB Variations
Color information
#E2C9FF (or 0xE2C9FF) is known color: Fog. HEX triplet: E2, C9 and FF. RGB value is (226,201,255). Sum of RGB (Red+Green+Blue) = 226+201+255=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9FF is #1D3600. Grayscale: #D6D6D6. Windows color (decimal): -1914369 or 16763362. OLE color: 16763362.
HSL color Cylindrical-coordinate representation of color #E2C9FF: hue angle of 267.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2C9FF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 201 | 255 | - |
| CMYK | 0.11 | 0.21 | 0 | 0 |
| HSL | 267.78º | 1% | 0.89% | - |
| HSV(B) | 267.78º | 0.21% | 1% | - |
| XYZ | 70.3 | 65.16 | 103.48 | - |
| YUV | 214.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 255 | 0.11 | 0.21 | 0 | 0 | 267.78 | 1 | 0.89 |
| Hex | E2 | C9 | FF | B | 15 | 0 | 0 | 10C | 64 | 59 |
| Octal | 342 | 311 | 377 | 13 | 25 | 0 | 0 | 414 | 144 | 131 |
| Binary | 11100010 | 11001001 | 11111111 | 1011 | 10101 | 0 | 0 | 100001100 | 1100100 | 1011001 |
Color Harmonies of #E2C9FF
Complementary color
Monochromatic Colors of #E2C9FF
Black with #E2C9FF
Text Example
Text Example
White with #E2C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9FF; }
p { color: rgb(226,201,255); }
H1.HeaderClassName
{
color: #E2C9FF;
}
.AnyTagClassName
{
color: #E2C9FF;
}
</style>
background-color css
<style>
a { background-color: #E2C9FF; }
a { background-color: rgb(226,201,255); }
div.DivClassName
{
background-color: #E2C9FF;
}
.BgClassName
{
background-color: #E2C9FF;
}
</style>
border-color css
<style>
span { border-color: #E2C9FF; }
span { border-color: rgb(226,201,255); }
td.TdClassName
{
border-color: #E2C9FF;
}
.TagClassName
{
border-color: #E2C9FF;
}
</style>