Shades of Solitude #E5F0FE
Tints of Solitude #E5F0FE
RGB
CMYK
RGB Variations
Color information
#E5F0FE (or 0xE5F0FE) is known color: Solitude. HEX triplet: E5, F0 and FE. RGB value is (229,240,254). Sum of RGB (Red+Green+Blue) = 229+240+254=723 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.67% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F0FE is #1A0F01. Grayscale: #EEEEEE. Windows color (decimal): -1707778 or 16707813. OLE color: 16707813.
HSL color Cylindrical-coordinate representation of color #E5F0FE: hue angle of 213.6º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5F0FE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 240 | 254 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.00 |
| HSL | 213.6º | 0.93% | 0.95% | - |
| HSV(B) | 213.6º | 0.1% | 1% | - |
| XYZ | 81.36 | 86.13 | 106.1 | - |
| YUV | 238.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 254 | 0.10 | 0.06 | 0 | 0.00 | 213.6 | 0.93 | 0.95 |
| Hex | E5 | F0 | FE | A | 6 | 0 | 0 | D6 | 5D | 5F |
| Octal | 345 | 360 | 376 | 12 | 6 | 0 | 0 | 326 | 135 | 137 |
| Binary | 11100101 | 11110000 | 11111110 | 1010 | 110 | 0 | 0 | 11010110 | 1011101 | 1011111 |
Color Harmonies of #E5F0FE
Complementary color
Monochromatic Colors of #E5F0FE
Black with #E5F0FE
Text Example
Text Example
White with #E5F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F0FE; }
p { color: rgb(229,240,254); }
H1.HeaderClassName
{
color: #E5F0FE;
}
.AnyTagClassName
{
color: #E5F0FE;
}
</style>
background-color css
<style>
a { background-color: #E5F0FE; }
a { background-color: rgb(229,240,254); }
div.DivClassName
{
background-color: #E5F0FE;
}
.BgClassName
{
background-color: #E5F0FE;
}
</style>
border-color css
<style>
span { border-color: #E5F0FE; }
span { border-color: rgb(229,240,254); }
td.TdClassName
{
border-color: #E5F0FE;
}
.TagClassName
{
border-color: #E5F0FE;
}
</style>