Shades of Solitude #E9F1FF
Tints of Solitude #E9F1FF
RGB
CMYK
RGB Variations
Color information
#E9F1FF (or 0xE9F1FF) is known color: Solitude. HEX triplet: E9, F1 and FF. RGB value is (233,241,255). Sum of RGB (Red+Green+Blue) = 233+241+255=729 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.96% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9F1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F1FF is #160E00. Grayscale: #F0F0F0. Windows color (decimal): -1445377 or 16773609. OLE color: 16773609.
HSL color Cylindrical-coordinate representation of color #E9F1FF: hue angle of 218.18º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9F1FF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 241 | 255 | - |
| CMYK | 0.09 | 0.05 | 0 | 0 |
| HSL | 218.18º | 1% | 0.96% | - |
| HSV(B) | 218.18º | 0.09% | 1% | - |
| XYZ | 83.11 | 87.45 | 107.11 | - |
| YUV | 240.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 255 | 0.09 | 0.05 | 0 | 0 | 218.18 | 1 | 0.96 |
| Hex | E9 | F1 | FF | 9 | 5 | 0 | 0 | DA | 64 | 60 |
| Octal | 351 | 361 | 377 | 11 | 5 | 0 | 0 | 332 | 144 | 140 |
| Binary | 11101001 | 11110001 | 11111111 | 1001 | 101 | 0 | 0 | 11011010 | 1100100 | 1100000 |
Color Harmonies of #E9F1FF
Complementary color
Monochromatic Colors of #E9F1FF
Black with #E9F1FF
Text Example
Text Example
White with #E9F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1FF; }
p { color: rgb(233,241,255); }
H1.HeaderClassName
{
color: #E9F1FF;
}
.AnyTagClassName
{
color: #E9F1FF;
}
</style>
background-color css
<style>
a { background-color: #E9F1FF; }
a { background-color: rgb(233,241,255); }
div.DivClassName
{
background-color: #E9F1FF;
}
.BgClassName
{
background-color: #E9F1FF;
}
</style>
border-color css
<style>
span { border-color: #E9F1FF; }
span { border-color: rgb(233,241,255); }
td.TdClassName
{
border-color: #E9F1FF;
}
.TagClassName
{
border-color: #E9F1FF;
}
</style>