Shades of Fog #E1CEF8
Tints of Fog #E1CEF8
RGB
CMYK
RGB Variations
Color information
#E1CEF8 (or 0xE1CEF8) is known color: Fog. HEX triplet: E1, CE and F8. RGB value is (225,206,248). Sum of RGB (Red+Green+Blue) = 225+206+248=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF8 is #1E3107. Grayscale: #D8D8D8. Windows color (decimal): -1978632 or 16305889. OLE color: 16305889.
HSL color Cylindrical-coordinate representation of color #E1CEF8: hue angle of 267.14º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CEF8 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 206 | 248 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.03 |
| HSL | 267.14º | 0.75% | 0.89% | - |
| HSV(B) | 267.14º | 0.17% | 0.97% | - |
| XYZ | 70.07 | 66.93 | 98.03 | - |
| YUV | 216.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 248 | 0.09 | 0.17 | 0 | 0.03 | 267.14 | 0.75 | 0.89 |
| Hex | E1 | CE | F8 | 9 | 11 | 0 | 3 | 10B | 4B | 59 |
| Octal | 341 | 316 | 370 | 11 | 21 | 0 | 3 | 413 | 113 | 131 |
| Binary | 11100001 | 11001110 | 11111000 | 1001 | 10001 | 0 | 11 | 100001011 | 1001011 | 1011001 |
Color Harmonies of #E1CEF8
Complementary color
Monochromatic Colors of #E1CEF8
Black with #E1CEF8
Text Example
Text Example
White with #E1CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEF8; }
p { color: rgb(225,206,248); }
H1.HeaderClassName
{
color: #E1CEF8;
}
.AnyTagClassName
{
color: #E1CEF8;
}
</style>
background-color css
<style>
a { background-color: #E1CEF8; }
a { background-color: rgb(225,206,248); }
div.DivClassName
{
background-color: #E1CEF8;
}
.BgClassName
{
background-color: #E1CEF8;
}
</style>
border-color css
<style>
span { border-color: #E1CEF8; }
span { border-color: rgb(225,206,248); }
td.TdClassName
{
border-color: #E1CEF8;
}
.TagClassName
{
border-color: #E1CEF8;
}
</style>