Shades of Solitude #E2E8FB
Tints of Solitude #E2E8FB
RGB
CMYK
RGB Variations
Color information
#E2E8FB (or 0xE2E8FB) is known color: Solitude. HEX triplet: E2, E8 and FB. RGB value is (226,232,251). Sum of RGB (Red+Green+Blue) = 226+232+251=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E8FB is #1D1704. Grayscale: #E8E8E8. Windows color (decimal): -1906437 or 16509154. OLE color: 16509154.
HSL color Cylindrical-coordinate representation of color #E2E8FB: hue angle of 225.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E8FB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 232 | 251 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.02 |
| HSL | 225.6º | 0.76% | 0.94% | - |
| HSV(B) | 225.6º | 0.1% | 0.98% | - |
| XYZ | 77.63 | 80.85 | 102.78 | - |
| YUV | 232.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 251 | 0.10 | 0.08 | 0 | 0.02 | 225.6 | 0.76 | 0.94 |
| Hex | E2 | E8 | FB | A | 8 | 0 | 2 | E2 | 4C | 5E |
| Octal | 342 | 350 | 373 | 12 | 10 | 0 | 2 | 342 | 114 | 136 |
| Binary | 11100010 | 11101000 | 11111011 | 1010 | 1000 | 0 | 10 | 11100010 | 1001100 | 1011110 |
Color Harmonies of #E2E8FB
Complementary color
Monochromatic Colors of #E2E8FB
Black with #E2E8FB
Text Example
Text Example
White with #E2E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E8FB; }
p { color: rgb(226,232,251); }
H1.HeaderClassName
{
color: #E2E8FB;
}
.AnyTagClassName
{
color: #E2E8FB;
}
</style>
background-color css
<style>
a { background-color: #E2E8FB; }
a { background-color: rgb(226,232,251); }
div.DivClassName
{
background-color: #E2E8FB;
}
.BgClassName
{
background-color: #E2E8FB;
}
</style>
border-color css
<style>
span { border-color: #E2E8FB; }
span { border-color: rgb(226,232,251); }
td.TdClassName
{
border-color: #E2E8FB;
}
.TagClassName
{
border-color: #E2E8FB;
}
</style>