Shades of Solitude #E1E7F8
Tints of Solitude #E1E7F8
RGB
CMYK
RGB Variations
Color information
#E1E7F8 (or 0xE1E7F8) is known color: Solitude. HEX triplet: E1, E7 and F8. RGB value is (225,231,248). Sum of RGB (Red+Green+Blue) = 225+231+248=704 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.96% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1E7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E7F8 is #1E1807. Grayscale: #E7E7E7. Windows color (decimal): -1972232 or 16312289. OLE color: 16312289.
HSL color Cylindrical-coordinate representation of color #E1E7F8: hue angle of 224.35º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1E7F8 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 231 | 248 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.03 |
| HSL | 224.35º | 0.62% | 0.93% | - |
| HSV(B) | 224.35º | 0.09% | 0.97% | - |
| XYZ | 76.57 | 79.94 | 100.2 | - |
| YUV | 231.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 248 | 0.09 | 0.07 | 0 | 0.03 | 224.35 | 0.62 | 0.93 |
| Hex | E1 | E7 | F8 | 9 | 7 | 0 | 3 | E0 | 3E | 5D |
| Octal | 341 | 347 | 370 | 11 | 7 | 0 | 3 | 340 | 76 | 135 |
| Binary | 11100001 | 11100111 | 11111000 | 1001 | 111 | 0 | 11 | 11100000 | 111110 | 1011101 |
Color Harmonies of #E1E7F8
Complementary color
Monochromatic Colors of #E1E7F8
Black with #E1E7F8
Text Example
Text Example
White with #E1E7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E7F8; }
p { color: rgb(225,231,248); }
H1.HeaderClassName
{
color: #E1E7F8;
}
.AnyTagClassName
{
color: #E1E7F8;
}
</style>
background-color css
<style>
a { background-color: #E1E7F8; }
a { background-color: rgb(225,231,248); }
div.DivClassName
{
background-color: #E1E7F8;
}
.BgClassName
{
background-color: #E1E7F8;
}
</style>
border-color css
<style>
span { border-color: #E1E7F8; }
span { border-color: rgb(225,231,248); }
td.TdClassName
{
border-color: #E1E7F8;
}
.TagClassName
{
border-color: #E1E7F8;
}
</style>