Shades of Fog #E2C9FD
Tints of Fog #E2C9FD
RGB
CMYK
RGB Variations
Color information
#E2C9FD (or 0xE2C9FD) is known color: Fog. HEX triplet: E2, C9 and FD. RGB value is (226,201,253). Sum of RGB (Red+Green+Blue) = 226+201+253=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9FD is #1D3602. Grayscale: #D6D6D6. Windows color (decimal): -1914371 or 16632290. OLE color: 16632290.
HSL color Cylindrical-coordinate representation of color #E2C9FD: hue angle of 268.85º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2C9FD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 201 | 253 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 268.85º | 0.93% | 0.89% | - |
| HSV(B) | 268.85º | 0.21% | 0.99% | - |
| XYZ | 69.98 | 65.03 | 101.79 | - |
| YUV | 214.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 253 | 0.11 | 0.21 | 0 | 0.01 | 268.85 | 0.93 | 0.89 |
| Hex | E2 | C9 | FD | B | 15 | 0 | 1 | 10D | 5D | 59 |
| Octal | 342 | 311 | 375 | 13 | 25 | 0 | 1 | 415 | 135 | 131 |
| Binary | 11100010 | 11001001 | 11111101 | 1011 | 10101 | 0 | 1 | 100001101 | 1011101 | 1011001 |
Color Harmonies of #E2C9FD
Complementary color
Monochromatic Colors of #E2C9FD
Black with #E2C9FD
Text Example
Text Example
White with #E2C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9FD; }
p { color: rgb(226,201,253); }
H1.HeaderClassName
{
color: #E2C9FD;
}
.AnyTagClassName
{
color: #E2C9FD;
}
</style>
background-color css
<style>
a { background-color: #E2C9FD; }
a { background-color: rgb(226,201,253); }
div.DivClassName
{
background-color: #E2C9FD;
}
.BgClassName
{
background-color: #E2C9FD;
}
</style>
border-color css
<style>
span { border-color: #E2C9FD; }
span { border-color: rgb(226,201,253); }
td.TdClassName
{
border-color: #E2C9FD;
}
.TagClassName
{
border-color: #E2C9FD;
}
</style>