Shades of Fog #E1C9FA
Tints of Fog #E1C9FA
RGB
CMYK
RGB Variations
Color information
#E1C9FA (or 0xE1C9FA) is known color: Fog. HEX triplet: E1, C9 and FA. RGB value is (225,201,250). Sum of RGB (Red+Green+Blue) = 225+201+250=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 201 (78.91% from 255 or 29.73% 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 #E1C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9FA is #1E3605. Grayscale: #D5D5D5. Windows color (decimal): -1979910 or 16435681. OLE color: 16435681.
HSL color Cylindrical-coordinate representation of color #E1C9FA: hue angle of 269.39º 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 #E1C9FA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 201 | 250 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.02 |
| HSL | 269.39º | 0.83% | 0.88% | - |
| HSV(B) | 269.39º | 0.2% | 0.98% | - |
| XYZ | 69.19 | 64.68 | 99.28 | - |
| YUV | 213.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 250 | 0.10 | 0.20 | 0 | 0.02 | 269.39 | 0.83 | 0.88 |
| Hex | E1 | C9 | FA | A | 14 | 0 | 2 | 10D | 53 | 58 |
| Octal | 341 | 311 | 372 | 12 | 24 | 0 | 2 | 415 | 123 | 130 |
| Binary | 11100001 | 11001001 | 11111010 | 1010 | 10100 | 0 | 10 | 100001101 | 1010011 | 1011000 |
Color Harmonies of #E1C9FA
Complementary color
Monochromatic Colors of #E1C9FA
Black with #E1C9FA
Text Example
Text Example
White with #E1C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9FA; }
p { color: rgb(225,201,250); }
H1.HeaderClassName
{
color: #E1C9FA;
}
.AnyTagClassName
{
color: #E1C9FA;
}
</style>
background-color css
<style>
a { background-color: #E1C9FA; }
a { background-color: rgb(225,201,250); }
div.DivClassName
{
background-color: #E1C9FA;
}
.BgClassName
{
background-color: #E1C9FA;
}
</style>
border-color css
<style>
span { border-color: #E1C9FA; }
span { border-color: rgb(225,201,250); }
td.TdClassName
{
border-color: #E1C9FA;
}
.TagClassName
{
border-color: #E1C9FA;
}
</style>