Shades of Solitude #E2EBF6
Tints of Solitude #E2EBF6
RGB
CMYK
RGB Variations
Color information
#E2EBF6 (or 0xE2EBF6) is known color: Solitude. HEX triplet: E2, EB and F6. RGB value is (226,235,246). Sum of RGB (Red+Green+Blue) = 226+235+246=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2EBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EBF6 is #1D1409. Grayscale: #E9E9E9. Windows color (decimal): -1905674 or 16182242. OLE color: 16182242.
HSL color Cylindrical-coordinate representation of color #E2EBF6: hue angle of 213º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2EBF6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 235 | 246 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.04 |
| HSL | 213º | 0.53% | 0.93% | - |
| HSV(B) | 213º | 0.08% | 0.96% | - |
| XYZ | 77.71 | 82.24 | 98.97 | - |
| YUV | 233.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 246 | 0.08 | 0.04 | 0 | 0.04 | 213 | 0.53 | 0.93 |
| Hex | E2 | EB | F6 | 8 | 4 | 0 | 4 | D5 | 35 | 5D |
| Octal | 342 | 353 | 366 | 10 | 4 | 0 | 4 | 325 | 65 | 135 |
| Binary | 11100010 | 11101011 | 11110110 | 1000 | 100 | 0 | 100 | 11010101 | 110101 | 1011101 |
Color Harmonies of #E2EBF6
Complementary color
Monochromatic Colors of #E2EBF6
Black with #E2EBF6
Text Example
Text Example
White with #E2EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBF6; }
p { color: rgb(226,235,246); }
H1.HeaderClassName
{
color: #E2EBF6;
}
.AnyTagClassName
{
color: #E2EBF6;
}
</style>
background-color css
<style>
a { background-color: #E2EBF6; }
a { background-color: rgb(226,235,246); }
div.DivClassName
{
background-color: #E2EBF6;
}
.BgClassName
{
background-color: #E2EBF6;
}
</style>
border-color css
<style>
span { border-color: #E2EBF6; }
span { border-color: rgb(226,235,246); }
td.TdClassName
{
border-color: #E2EBF6;
}
.TagClassName
{
border-color: #E2EBF6;
}
</style>