Shades of Solitude #E1E6EF
Tints of Solitude #E1E6EF
RGB
CMYK
RGB Variations
Color information
#E1E6EF (or 0xE1E6EF) is known color: Solitude. HEX triplet: E1, E6 and EF. RGB value is (225,230,239). Sum of RGB (Red+Green+Blue) = 225+230+239=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1E6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E6EF is #1E1910. Grayscale: #E5E5E5. Windows color (decimal): -1972497 or 15722209. OLE color: 15722209.
HSL color Cylindrical-coordinate representation of color #E1E6EF: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1E6EF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 230 | 239 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.06 |
| HSL | 218.57º | 0.3% | 0.91% | - |
| HSV(B) | 218.57º | 0.06% | 0.94% | - |
| XYZ | 74.93 | 78.83 | 92.93 | - |
| YUV | 229.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 239 | 0.06 | 0.04 | 0 | 0.06 | 218.57 | 0.3 | 0.91 |
| Hex | E1 | E6 | EF | 6 | 4 | 0 | 6 | DB | 1E | 5B |
| Octal | 341 | 346 | 357 | 6 | 4 | 0 | 6 | 333 | 36 | 133 |
| Binary | 11100001 | 11100110 | 11101111 | 110 | 100 | 0 | 110 | 11011011 | 11110 | 1011011 |
Color Harmonies of #E1E6EF
Complementary color
Monochromatic Colors of #E1E6EF
Black with #E1E6EF
Text Example
Text Example
White with #E1E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6EF; }
p { color: rgb(225,230,239); }
H1.HeaderClassName
{
color: #E1E6EF;
}
.AnyTagClassName
{
color: #E1E6EF;
}
</style>
background-color css
<style>
a { background-color: #E1E6EF; }
a { background-color: rgb(225,230,239); }
div.DivClassName
{
background-color: #E1E6EF;
}
.BgClassName
{
background-color: #E1E6EF;
}
</style>
border-color css
<style>
span { border-color: #E1E6EF; }
span { border-color: rgb(225,230,239); }
td.TdClassName
{
border-color: #E1E6EF;
}
.TagClassName
{
border-color: #E1E6EF;
}
</style>