Shades of Solitude #E1E6EB
Tints of Solitude #E1E6EB
RGB
CMYK
RGB Variations
Color information
#E1E6EB (or 0xE1E6EB) is known color: Solitude. HEX triplet: E1, E6 and EB. RGB value is (225,230,235). Sum of RGB (Red+Green+Blue) = 225+230+235=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6EB is #1E1914. Grayscale: #E5E5E5. Windows color (decimal): -1972501 or 15460065. OLE color: 15460065.
HSL color Cylindrical-coordinate representation of color #E1E6EB: hue angle of 210º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E6EB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 230 | 235 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.08 |
| HSL | 210º | 0.2% | 0.9% | - |
| HSV(B) | 210º | 0.04% | 0.92% | - |
| XYZ | 74.34 | 78.6 | 89.85 | - |
| YUV | 229.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 235 | 0.04 | 0.02 | 0 | 0.08 | 210 | 0.2 | 0.9 |
| Hex | E1 | E6 | EB | 4 | 2 | 0 | 8 | D2 | 14 | 5A |
| Octal | 341 | 346 | 353 | 4 | 2 | 0 | 10 | 322 | 24 | 132 |
| Binary | 11100001 | 11100110 | 11101011 | 100 | 10 | 0 | 1000 | 11010010 | 10100 | 1011010 |
Color Harmonies of #E1E6EB
Complementary color
Monochromatic Colors of #E1E6EB
Black with #E1E6EB
Text Example
Text Example
White with #E1E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6EB; }
p { color: rgb(225,230,235); }
H1.HeaderClassName
{
color: #E1E6EB;
}
.AnyTagClassName
{
color: #E1E6EB;
}
</style>
background-color css
<style>
a { background-color: #E1E6EB; }
a { background-color: rgb(225,230,235); }
div.DivClassName
{
background-color: #E1E6EB;
}
.BgClassName
{
background-color: #E1E6EB;
}
</style>
border-color css
<style>
span { border-color: #E1E6EB; }
span { border-color: rgb(225,230,235); }
td.TdClassName
{
border-color: #E1E6EB;
}
.TagClassName
{
border-color: #E1E6EB;
}
</style>