Shades of Solitude #E5ECFE
Tints of Solitude #E5ECFE
RGB
CMYK
RGB Variations
Color information
#E5ECFE (or 0xE5ECFE) is known color: Solitude. HEX triplet: E5, EC and FE. RGB value is (229,236,254). Sum of RGB (Red+Green+Blue) = 229+236+254=719 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.85% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5ECFE is #1A1301. Grayscale: #EBEBEB. Windows color (decimal): -1708802 or 16706789. OLE color: 16706789.
HSL color Cylindrical-coordinate representation of color #E5ECFE: hue angle of 223.2º 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 #E5ECFE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 236 | 254 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.00 |
| HSL | 223.2º | 0.93% | 0.95% | - |
| HSV(B) | 223.2º | 0.1% | 1% | - |
| XYZ | 80.2 | 83.8 | 105.72 | - |
| YUV | 235.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 254 | 0.10 | 0.07 | 0 | 0.00 | 223.2 | 0.93 | 0.95 |
| Hex | E5 | EC | FE | A | 7 | 0 | 0 | DF | 5D | 5F |
| Octal | 345 | 354 | 376 | 12 | 7 | 0 | 0 | 337 | 135 | 137 |
| Binary | 11100101 | 11101100 | 11111110 | 1010 | 111 | 0 | 0 | 11011111 | 1011101 | 1011111 |
Color Harmonies of #E5ECFE
Complementary color
Monochromatic Colors of #E5ECFE
Black with #E5ECFE
Text Example
Text Example
White with #E5ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECFE; }
p { color: rgb(229,236,254); }
H1.HeaderClassName
{
color: #E5ECFE;
}
.AnyTagClassName
{
color: #E5ECFE;
}
</style>
background-color css
<style>
a { background-color: #E5ECFE; }
a { background-color: rgb(229,236,254); }
div.DivClassName
{
background-color: #E5ECFE;
}
.BgClassName
{
background-color: #E5ECFE;
}
</style>
border-color css
<style>
span { border-color: #E5ECFE; }
span { border-color: rgb(229,236,254); }
td.TdClassName
{
border-color: #E5ECFE;
}
.TagClassName
{
border-color: #E5ECFE;
}
</style>