Shades of Fog #E1C8FE
Tints of Fog #E1C8FE
RGB
CMYK
RGB Variations
Color information
#E1C8FE (or 0xE1C8FE) is known color: Fog. HEX triplet: E1, C8 and FE. RGB value is (225,200,254). Sum of RGB (Red+Green+Blue) = 225+200+254=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8FE is #1E3701. Grayscale: #D5D5D5. Windows color (decimal): -1980162 or 16697569. OLE color: 16697569.
HSL color Cylindrical-coordinate representation of color #E1C8FE: hue angle of 267.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C8FE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 200 | 254 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.00 |
| HSL | 267.78º | 0.96% | 0.89% | - |
| HSV(B) | 267.78º | 0.21% | 1% | - |
| XYZ | 69.6 | 64.47 | 102.54 | - |
| YUV | 213.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 254 | 0.11 | 0.21 | 0 | 0.00 | 267.78 | 0.96 | 0.89 |
| Hex | E1 | C8 | FE | B | 15 | 0 | 0 | 10C | 60 | 59 |
| Octal | 341 | 310 | 376 | 13 | 25 | 0 | 0 | 414 | 140 | 131 |
| Binary | 11100001 | 11001000 | 11111110 | 1011 | 10101 | 0 | 0 | 100001100 | 1100000 | 1011001 |
Color Harmonies of #E1C8FE
Complementary color
Monochromatic Colors of #E1C8FE
Black with #E1C8FE
Text Example
Text Example
White with #E1C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8FE; }
p { color: rgb(225,200,254); }
H1.HeaderClassName
{
color: #E1C8FE;
}
.AnyTagClassName
{
color: #E1C8FE;
}
</style>
background-color css
<style>
a { background-color: #E1C8FE; }
a { background-color: rgb(225,200,254); }
div.DivClassName
{
background-color: #E1C8FE;
}
.BgClassName
{
background-color: #E1C8FE;
}
</style>
border-color css
<style>
span { border-color: #E1C8FE; }
span { border-color: rgb(225,200,254); }
td.TdClassName
{
border-color: #E1C8FE;
}
.TagClassName
{
border-color: #E1C8FE;
}
</style>