Shades of Solitude #E9F0F9
Tints of Solitude #E9F0F9
RGB
CMYK
RGB Variations
Color information
#E9F0F9 (or 0xE9F0F9) is known color: Solitude. HEX triplet: E9, F0 and F9. RGB value is (233,240,249). Sum of RGB (Red+Green+Blue) = 233+240+249=722 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.27% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9F0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0F9 is #160F06. Grayscale: #EEEEEE. Windows color (decimal): -1445639 or 16380137. OLE color: 16380137.
HSL color Cylindrical-coordinate representation of color #E9F0F9: hue angle of 213.75º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9F0F9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 240 | 249 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.02 |
| HSL | 213.75º | 0.57% | 0.95% | - |
| HSV(B) | 213.75º | 0.06% | 0.98% | - |
| XYZ | 81.86 | 86.48 | 102 | - |
| YUV | 238.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 249 | 0.06 | 0.04 | 0 | 0.02 | 213.75 | 0.57 | 0.95 |
| Hex | E9 | F0 | F9 | 6 | 4 | 0 | 2 | D6 | 39 | 5F |
| Octal | 351 | 360 | 371 | 6 | 4 | 0 | 2 | 326 | 71 | 137 |
| Binary | 11101001 | 11110000 | 11111001 | 110 | 100 | 0 | 10 | 11010110 | 111001 | 1011111 |
Color Harmonies of #E9F0F9
Complementary color
Monochromatic Colors of #E9F0F9
Black with #E9F0F9
Text Example
Text Example
White with #E9F0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0F9; }
p { color: rgb(233,240,249); }
H1.HeaderClassName
{
color: #E9F0F9;
}
.AnyTagClassName
{
color: #E9F0F9;
}
</style>
background-color css
<style>
a { background-color: #E9F0F9; }
a { background-color: rgb(233,240,249); }
div.DivClassName
{
background-color: #E9F0F9;
}
.BgClassName
{
background-color: #E9F0F9;
}
</style>
border-color css
<style>
span { border-color: #E9F0F9; }
span { border-color: rgb(233,240,249); }
td.TdClassName
{
border-color: #E9F0F9;
}
.TagClassName
{
border-color: #E9F0F9;
}
</style>