Shades of Solitude #E2E9F9
Tints of Solitude #E2E9F9
RGB
CMYK
RGB Variations
Color information
#E2E9F9 (or 0xE2E9F9) is known color: Solitude. HEX triplet: E2, E9 and F9. RGB value is (226,233,249). Sum of RGB (Red+Green+Blue) = 226+233+249=708 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.92% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2E9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9F9 is #1D1606. Grayscale: #E8E8E8. Windows color (decimal): -1906183 or 16378338. OLE color: 16378338.
HSL color Cylindrical-coordinate representation of color #E2E9F9: hue angle of 221.74º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E9F9 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 233 | 249 | - |
CMYK | 0.09 | 0.06 | 0 | 0.02 |
HSL | 221.74º | 0.66% | 0.93% | - |
HSV(B) | 221.74º | 0.09% | 0.98% | - |
XYZ | 77.6 | 81.29 | 101.22 | - |
YUV | 232.73 | 137.18 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 233 | 249 | 0.09 | 0.06 | 0 | 0.02 | 221.74 | 0.66 | 0.93 |
Hex | E2 | E9 | F9 | 9 | 6 | 0 | 2 | DE | 42 | 5D |
Octal | 342 | 351 | 371 | 11 | 6 | 0 | 2 | 336 | 102 | 135 |
Binary | 11100010 | 11101001 | 11111001 | 1001 | 110 | 0 | 10 | 11011110 | 1000010 | 1011101 |
Color Harmonies of #E2E9F9
Complementary color
Monochromatic Colors of #E2E9F9
Black with #E2E9F9
Text Example
Text Example
White with #E2E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9F9; }
p { color: rgb(226,233,249); }
H1.HeaderClassName
{
color: #E2E9F9;
}
.AnyTagClassName
{
color: #E2E9F9;
}
</style>
background-color css
<style>
a { background-color: #E2E9F9; }
a { background-color: rgb(226,233,249); }
div.DivClassName
{
background-color: #E2E9F9;
}
.BgClassName
{
background-color: #E2E9F9;
}
</style>
border-color css
<style>
span { border-color: #E2E9F9; }
span { border-color: rgb(226,233,249); }
td.TdClassName
{
border-color: #E2E9F9;
}
.TagClassName
{
border-color: #E2E9F9;
}
</style>