Shades of Solitude #E2E9FA
Tints of Solitude #E2E9FA
RGB
CMYK
RGB Variations
Color information
#E2E9FA (or 0xE2E9FA) is known color: Solitude. HEX triplet: E2, E9 and FA. RGB value is (226,233,250). Sum of RGB (Red+Green+Blue) = 226+233+250=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9FA is #1D1605. Grayscale: #E8E8E8. Windows color (decimal): -1906182 or 16443874. OLE color: 16443874.
HSL color Cylindrical-coordinate representation of color #E2E9FA: hue angle of 222.5º 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 #E2E9FA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 233 | 250 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.02 |
| HSL | 222.5º | 0.71% | 0.93% | - |
| HSV(B) | 222.5º | 0.1% | 0.98% | - |
| XYZ | 77.76 | 81.35 | 102.05 | - |
| YUV | 232.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 250 | 0.10 | 0.07 | 0 | 0.02 | 222.5 | 0.71 | 0.93 |
| Hex | E2 | E9 | FA | A | 7 | 0 | 2 | DE | 47 | 5D |
| Octal | 342 | 351 | 372 | 12 | 7 | 0 | 2 | 336 | 107 | 135 |
| Binary | 11100010 | 11101001 | 11111010 | 1010 | 111 | 0 | 10 | 11011110 | 1000111 | 1011101 |
Color Harmonies of #E2E9FA
Complementary color
Monochromatic Colors of #E2E9FA
Black with #E2E9FA
Text Example
Text Example
White with #E2E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9FA; }
p { color: rgb(226,233,250); }
H1.HeaderClassName
{
color: #E2E9FA;
}
.AnyTagClassName
{
color: #E2E9FA;
}
</style>
background-color css
<style>
a { background-color: #E2E9FA; }
a { background-color: rgb(226,233,250); }
div.DivClassName
{
background-color: #E2E9FA;
}
.BgClassName
{
background-color: #E2E9FA;
}
</style>
border-color css
<style>
span { border-color: #E2E9FA; }
span { border-color: rgb(226,233,250); }
td.TdClassName
{
border-color: #E2E9FA;
}
.TagClassName
{
border-color: #E2E9FA;
}
</style>