Shades of Solitude #E9F1FE
Tints of Solitude #E9F1FE
RGB
CMYK
RGB Variations
Color information
#E9F1FE (or 0xE9F1FE) is known color: Solitude. HEX triplet: E9, F1 and FE. RGB value is (233,241,254). Sum of RGB (Red+Green+Blue) = 233+241+254=728 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.01% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9F1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F1FE is #160E01. Grayscale: #F0F0F0. Windows color (decimal): -1445378 or 16708073. OLE color: 16708073.
HSL color Cylindrical-coordinate representation of color #E9F1FE: hue angle of 217.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F1FE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 241 | 254 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.00 |
| HSL | 217.14º | 0.91% | 0.95% | - |
| HSV(B) | 217.14º | 0.08% | 1% | - |
| XYZ | 82.95 | 87.39 | 106.26 | - |
| YUV | 240.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 254 | 0.08 | 0.05 | 0 | 0.00 | 217.14 | 0.91 | 0.95 |
| Hex | E9 | F1 | FE | 8 | 5 | 0 | 0 | D9 | 5B | 5F |
| Octal | 351 | 361 | 376 | 10 | 5 | 0 | 0 | 331 | 133 | 137 |
| Binary | 11101001 | 11110001 | 11111110 | 1000 | 101 | 0 | 0 | 11011001 | 1011011 | 1011111 |
Color Harmonies of #E9F1FE
Complementary color
Monochromatic Colors of #E9F1FE
Black with #E9F1FE
Text Example
Text Example
White with #E9F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F1FE; }
p { color: rgb(233,241,254); }
H1.HeaderClassName
{
color: #E9F1FE;
}
.AnyTagClassName
{
color: #E9F1FE;
}
</style>
background-color css
<style>
a { background-color: #E9F1FE; }
a { background-color: rgb(233,241,254); }
div.DivClassName
{
background-color: #E9F1FE;
}
.BgClassName
{
background-color: #E9F1FE;
}
</style>
border-color css
<style>
span { border-color: #E9F1FE; }
span { border-color: rgb(233,241,254); }
td.TdClassName
{
border-color: #E9F1FE;
}
.TagClassName
{
border-color: #E9F1FE;
}
</style>