Shades of Solitude #E2E8FA
Tints of Solitude #E2E8FA
RGB
CMYK
RGB Variations
Color information
#E2E8FA (or 0xE2E8FA) is known color: Solitude. HEX triplet: E2, E8 and FA. RGB value is (226,232,250). Sum of RGB (Red+Green+Blue) = 226+232+250=708 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.92% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E8FA is #1D1705. Grayscale: #E8E8E8. Windows color (decimal): -1906438 or 16443618. OLE color: 16443618.
HSL color Cylindrical-coordinate representation of color #E2E8FA: hue angle of 225º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E8FA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 232 | 250 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.02 |
| HSL | 225º | 0.71% | 0.93% | - |
| HSV(B) | 225º | 0.1% | 0.98% | - |
| XYZ | 77.48 | 80.78 | 101.95 | - |
| YUV | 232.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 250 | 0.10 | 0.07 | 0 | 0.02 | 225 | 0.71 | 0.93 |
| Hex | E2 | E8 | FA | A | 7 | 0 | 2 | E1 | 47 | 5D |
| Octal | 342 | 350 | 372 | 12 | 7 | 0 | 2 | 341 | 107 | 135 |
| Binary | 11100010 | 11101000 | 11111010 | 1010 | 111 | 0 | 10 | 11100001 | 1000111 | 1011101 |
Color Harmonies of #E2E8FA
Complementary color
Monochromatic Colors of #E2E8FA
Black with #E2E8FA
Text Example
Text Example
White with #E2E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E8FA; }
p { color: rgb(226,232,250); }
H1.HeaderClassName
{
color: #E2E8FA;
}
.AnyTagClassName
{
color: #E2E8FA;
}
</style>
background-color css
<style>
a { background-color: #E2E8FA; }
a { background-color: rgb(226,232,250); }
div.DivClassName
{
background-color: #E2E8FA;
}
.BgClassName
{
background-color: #E2E8FA;
}
</style>
border-color css
<style>
span { border-color: #E2E8FA; }
span { border-color: rgb(226,232,250); }
td.TdClassName
{
border-color: #E2E8FA;
}
.TagClassName
{
border-color: #E2E8FA;
}
</style>