Shades of Solitude #E2E6EB
Tints of Solitude #E2E6EB
RGB
CMYK
RGB Variations
Color information
#E2E6EB (or 0xE2E6EB) is known color: Solitude. HEX triplet: E2, E6 and EB. RGB value is (226,230,235). Sum of RGB (Red+Green+Blue) = 226+230+235=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E6EB is #1D1914. Grayscale: #E5E5E5. Windows color (decimal): -1906965 or 15460066. OLE color: 15460066.
HSL color Cylindrical-coordinate representation of color #E2E6EB: hue angle of 213.33º degrees, saturation: 0.18, 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 #E2E6EB is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 230 | 235 | - |
CMYK | 0.04 | 0.02 | 0 | 0.08 |
HSL | 213.33º | 0.18% | 0.9% | - |
HSV(B) | 213.33º | 0.04% | 0.92% | - |
XYZ | 74.66 | 78.76 | 89.86 | - |
YUV | 229.37 | 131.17 | 125.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 235 | 0.04 | 0.02 | 0 | 0.08 | 213.33 | 0.18 | 0.9 |
Hex | E2 | E6 | EB | 4 | 2 | 0 | 8 | D5 | 12 | 5A |
Octal | 342 | 346 | 353 | 4 | 2 | 0 | 10 | 325 | 22 | 132 |
Binary | 11100010 | 11100110 | 11101011 | 100 | 10 | 0 | 1000 | 11010101 | 10010 | 1011010 |
Color Harmonies of #E2E6EB
Complementary color
Monochromatic Colors of #E2E6EB
Black with #E2E6EB
Text Example
Text Example
White with #E2E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6EB; }
p { color: rgb(226,230,235); }
H1.HeaderClassName
{
color: #E2E6EB;
}
.AnyTagClassName
{
color: #E2E6EB;
}
</style>
background-color css
<style>
a { background-color: #E2E6EB; }
a { background-color: rgb(226,230,235); }
div.DivClassName
{
background-color: #E2E6EB;
}
.BgClassName
{
background-color: #E2E6EB;
}
</style>
border-color css
<style>
span { border-color: #E2E6EB; }
span { border-color: rgb(226,230,235); }
td.TdClassName
{
border-color: #E2E6EB;
}
.TagClassName
{
border-color: #E2E6EB;
}
</style>