Shades of Fog #E1C8FF
Tints of Fog #E1C8FF
RGB
CMYK
RGB Variations
Color information
#E1C8FF (or 0xE1C8FF) is known color: Fog. HEX triplet: E1, C8 and FF. RGB value is (225,200,255). Sum of RGB (Red+Green+Blue) = 225+200+255=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8FF is #1E3700. Grayscale: #D5D5D5. Windows color (decimal): -1980161 or 16763105. OLE color: 16763105.
HSL color Cylindrical-coordinate representation of color #E1C8FF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C8FF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 200 | 255 | - |
| CMYK | 0.12 | 0.22 | 0 | 0 |
| HSL | 267.27º | 1% | 0.89% | - |
| HSV(B) | 267.27º | 0.22% | 1% | - |
| XYZ | 69.76 | 64.54 | 103.39 | - |
| YUV | 213.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 255 | 0.12 | 0.22 | 0 | 0 | 267.27 | 1 | 0.89 |
| Hex | E1 | C8 | FF | C | 16 | 0 | 0 | 10B | 64 | 59 |
| Octal | 341 | 310 | 377 | 14 | 26 | 0 | 0 | 413 | 144 | 131 |
| Binary | 11100001 | 11001000 | 11111111 | 1100 | 10110 | 0 | 0 | 100001011 | 1100100 | 1011001 |
Color Harmonies of #E1C8FF
Complementary color
Monochromatic Colors of #E1C8FF
Black with #E1C8FF
Text Example
Text Example
White with #E1C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8FF; }
p { color: rgb(225,200,255); }
H1.HeaderClassName
{
color: #E1C8FF;
}
.AnyTagClassName
{
color: #E1C8FF;
}
</style>
background-color css
<style>
a { background-color: #E1C8FF; }
a { background-color: rgb(225,200,255); }
div.DivClassName
{
background-color: #E1C8FF;
}
.BgClassName
{
background-color: #E1C8FF;
}
</style>
border-color css
<style>
span { border-color: #E1C8FF; }
span { border-color: rgb(225,200,255); }
td.TdClassName
{
border-color: #E1C8FF;
}
.TagClassName
{
border-color: #E1C8FF;
}
</style>