Shades of Fog #E1C9FF
Tints of Fog #E1C9FF
RGB
CMYK
RGB Variations
Color information
#E1C9FF (or 0xE1C9FF) is known color: Fog. HEX triplet: E1, C9 and FF. RGB value is (225,201,255). Sum of RGB (Red+Green+Blue) = 225+201+255=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9FF is #1E3600. Grayscale: #D6D6D6. Windows color (decimal): -1979905 or 16763361. OLE color: 16763361.
HSL color Cylindrical-coordinate representation of color #E1C9FF: hue angle of 266.67º 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 #E1C9FF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 201 | 255 | - |
| CMYK | 0.12 | 0.21 | 0 | 0 |
| HSL | 266.67º | 1% | 0.89% | - |
| HSV(B) | 266.67º | 0.21% | 1% | - |
| XYZ | 69.99 | 65 | 103.47 | - |
| YUV | 214.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 255 | 0.12 | 0.21 | 0 | 0 | 266.67 | 1 | 0.89 |
| Hex | E1 | C9 | FF | C | 15 | 0 | 0 | 10B | 64 | 59 |
| Octal | 341 | 311 | 377 | 14 | 25 | 0 | 0 | 413 | 144 | 131 |
| Binary | 11100001 | 11001001 | 11111111 | 1100 | 10101 | 0 | 0 | 100001011 | 1100100 | 1011001 |
Color Harmonies of #E1C9FF
Complementary color
Monochromatic Colors of #E1C9FF
Black with #E1C9FF
Text Example
Text Example
White with #E1C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9FF; }
p { color: rgb(225,201,255); }
H1.HeaderClassName
{
color: #E1C9FF;
}
.AnyTagClassName
{
color: #E1C9FF;
}
</style>
background-color css
<style>
a { background-color: #E1C9FF; }
a { background-color: rgb(225,201,255); }
div.DivClassName
{
background-color: #E1C9FF;
}
.BgClassName
{
background-color: #E1C9FF;
}
</style>
border-color css
<style>
span { border-color: #E1C9FF; }
span { border-color: rgb(225,201,255); }
td.TdClassName
{
border-color: #E1C9FF;
}
.TagClassName
{
border-color: #E1C9FF;
}
</style>