Shades of Solitude #E2E9FE
Tints of Solitude #E2E9FE
RGB
CMYK
RGB Variations
Color information
#E2E9FE (or 0xE2E9FE) is known color: Solitude. HEX triplet: E2, E9 and FE. RGB value is (226,233,254). Sum of RGB (Red+Green+Blue) = 226+233+254=713 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.70% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9FE is #1D1601. Grayscale: #E9E9E9. Windows color (decimal): -1906178 or 16706018. OLE color: 16706018.
HSL color Cylindrical-coordinate representation of color #E2E9FE: hue angle of 225º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E9FE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 233 | 254 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.00 |
| HSL | 225º | 0.93% | 0.94% | - |
| HSV(B) | 225º | 0.11% | 1% | - |
| XYZ | 78.39 | 81.6 | 105.39 | - |
| YUV | 233.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 254 | 0.11 | 0.08 | 0 | 0.00 | 225 | 0.93 | 0.94 |
| Hex | E2 | E9 | FE | B | 8 | 0 | 0 | E1 | 5D | 5E |
| Octal | 342 | 351 | 376 | 13 | 10 | 0 | 0 | 341 | 135 | 136 |
| Binary | 11100010 | 11101001 | 11111110 | 1011 | 1000 | 0 | 0 | 11100001 | 1011101 | 1011110 |
Color Harmonies of #E2E9FE
Complementary color
Monochromatic Colors of #E2E9FE
Black with #E2E9FE
Text Example
Text Example
White with #E2E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9FE; }
p { color: rgb(226,233,254); }
H1.HeaderClassName
{
color: #E2E9FE;
}
.AnyTagClassName
{
color: #E2E9FE;
}
</style>
background-color css
<style>
a { background-color: #E2E9FE; }
a { background-color: rgb(226,233,254); }
div.DivClassName
{
background-color: #E2E9FE;
}
.BgClassName
{
background-color: #E2E9FE;
}
</style>
border-color css
<style>
span { border-color: #E2E9FE; }
span { border-color: rgb(226,233,254); }
td.TdClassName
{
border-color: #E2E9FE;
}
.TagClassName
{
border-color: #E2E9FE;
}
</style>