Shades of Solitude #E5EFFE
Tints of Solitude #E5EFFE
RGB
CMYK
RGB Variations
Color information
#E5EFFE (or 0xE5EFFE) is known color: Solitude. HEX triplet: E5, EF and FE. RGB value is (229,239,254). Sum of RGB (Red+Green+Blue) = 229+239+254=722 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.72% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFE is #1A1001. Grayscale: #EDEDED. Windows color (decimal): -1708034 or 16707557. OLE color: 16707557.
HSL color Cylindrical-coordinate representation of color #E5EFFE: hue angle of 216º 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 #E5EFFE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 239 | 254 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.00 |
| HSL | 216º | 0.93% | 0.95% | - |
| HSV(B) | 216º | 0.1% | 1% | - |
| XYZ | 81.07 | 85.55 | 106.01 | - |
| YUV | 237.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 254 | 0.10 | 0.06 | 0 | 0.00 | 216 | 0.93 | 0.95 |
| Hex | E5 | EF | FE | A | 6 | 0 | 0 | D8 | 5D | 5F |
| Octal | 345 | 357 | 376 | 12 | 6 | 0 | 0 | 330 | 135 | 137 |
| Binary | 11100101 | 11101111 | 11111110 | 1010 | 110 | 0 | 0 | 11011000 | 1011101 | 1011111 |
Color Harmonies of #E5EFFE
Complementary color
Monochromatic Colors of #E5EFFE
Black with #E5EFFE
Text Example
Text Example
White with #E5EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFFE; }
p { color: rgb(229,239,254); }
H1.HeaderClassName
{
color: #E5EFFE;
}
.AnyTagClassName
{
color: #E5EFFE;
}
</style>
background-color css
<style>
a { background-color: #E5EFFE; }
a { background-color: rgb(229,239,254); }
div.DivClassName
{
background-color: #E5EFFE;
}
.BgClassName
{
background-color: #E5EFFE;
}
</style>
border-color css
<style>
span { border-color: #E5EFFE; }
span { border-color: rgb(229,239,254); }
td.TdClassName
{
border-color: #E5EFFE;
}
.TagClassName
{
border-color: #E5EFFE;
}
</style>