Shades of Solitude #E1E6ED
Tints of Solitude #E1E6ED
RGB
CMYK
RGB Variations
Color information
#E1E6ED (or 0xE1E6ED) is known color: Solitude. HEX triplet: E1, E6 and ED. RGB value is (225,230,237). Sum of RGB (Red+Green+Blue) = 225+230+237=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1E6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6ED is #1E1912. Grayscale: #E5E5E5. Windows color (decimal): -1972499 or 15591137. OLE color: 15591137.
HSL color Cylindrical-coordinate representation of color #E1E6ED: hue angle of 215º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E6ED is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 230 | 237 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.07 |
| HSL | 215º | 0.25% | 0.91% | - |
| HSV(B) | 215º | 0.05% | 0.93% | - |
| XYZ | 74.63 | 78.72 | 91.38 | - |
| YUV | 229.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 237 | 0.05 | 0.03 | 0 | 0.07 | 215 | 0.25 | 0.91 |
| Hex | E1 | E6 | ED | 5 | 3 | 0 | 7 | D7 | 19 | 5B |
| Octal | 341 | 346 | 355 | 5 | 3 | 0 | 7 | 327 | 31 | 133 |
| Binary | 11100001 | 11100110 | 11101101 | 101 | 11 | 0 | 111 | 11010111 | 11001 | 1011011 |
Color Harmonies of #E1E6ED
Complementary color
Monochromatic Colors of #E1E6ED
Black with #E1E6ED
Text Example
Text Example
White with #E1E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6ED; }
p { color: rgb(225,230,237); }
H1.HeaderClassName
{
color: #E1E6ED;
}
.AnyTagClassName
{
color: #E1E6ED;
}
</style>
background-color css
<style>
a { background-color: #E1E6ED; }
a { background-color: rgb(225,230,237); }
div.DivClassName
{
background-color: #E1E6ED;
}
.BgClassName
{
background-color: #E1E6ED;
}
</style>
border-color css
<style>
span { border-color: #E1E6ED; }
span { border-color: rgb(225,230,237); }
td.TdClassName
{
border-color: #E1E6ED;
}
.TagClassName
{
border-color: #E1E6ED;
}
</style>