Shades of Solitude #E1E6F8
Tints of Solitude #E1E6F8
RGB
CMYK
RGB Variations
Color information
#E1E6F8 (or 0xE1E6F8) is known color: Solitude. HEX triplet: E1, E6 and F8. RGB value is (225,230,248). Sum of RGB (Red+Green+Blue) = 225+230+248=703 (93% of max value = 765). Red value is 225 (88.28% from 255 or 32.01% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1E6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6F8 is #1E1907. Grayscale: #E6E6E6. Windows color (decimal): -1972488 or 16312033. OLE color: 16312033.
HSL color Cylindrical-coordinate representation of color #E1E6F8: hue angle of 226.96º 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 #E1E6F8 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 230 | 248 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.03 |
| HSL | 226.96º | 0.62% | 0.93% | - |
| HSV(B) | 226.96º | 0.09% | 0.97% | - |
| XYZ | 76.29 | 79.38 | 100.11 | - |
| YUV | 230.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 248 | 0.09 | 0.07 | 0 | 0.03 | 226.96 | 0.62 | 0.93 |
| Hex | E1 | E6 | F8 | 9 | 7 | 0 | 3 | E3 | 3E | 5D |
| Octal | 341 | 346 | 370 | 11 | 7 | 0 | 3 | 343 | 76 | 135 |
| Binary | 11100001 | 11100110 | 11111000 | 1001 | 111 | 0 | 11 | 11100011 | 111110 | 1011101 |
Color Harmonies of #E1E6F8
Complementary color
Monochromatic Colors of #E1E6F8
Black with #E1E6F8
Text Example
Text Example
White with #E1E6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6F8; }
p { color: rgb(225,230,248); }
H1.HeaderClassName
{
color: #E1E6F8;
}
.AnyTagClassName
{
color: #E1E6F8;
}
</style>
background-color css
<style>
a { background-color: #E1E6F8; }
a { background-color: rgb(225,230,248); }
div.DivClassName
{
background-color: #E1E6F8;
}
.BgClassName
{
background-color: #E1E6F8;
}
</style>
border-color css
<style>
span { border-color: #E1E6F8; }
span { border-color: rgb(225,230,248); }
td.TdClassName
{
border-color: #E1E6F8;
}
.TagClassName
{
border-color: #E1E6F8;
}
</style>