Shades of Solitude #E5EDFE
Tints of Solitude #E5EDFE
RGB
CMYK
RGB Variations
Color information
#E5EDFE (or 0xE5EDFE) is known color: Solitude. HEX triplet: E5, ED and FE. RGB value is (229,237,254). Sum of RGB (Red+Green+Blue) = 229+237+254=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFE is #1A1201. Grayscale: #ECECEC. Windows color (decimal): -1708546 or 16707045. OLE color: 16707045.
HSL color Cylindrical-coordinate representation of color #E5EDFE: hue angle of 220.8º 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 #E5EDFE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 237 | 254 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.00 |
| HSL | 220.8º | 0.93% | 0.95% | - |
| HSV(B) | 220.8º | 0.1% | 1% | - |
| XYZ | 80.49 | 84.38 | 105.81 | - |
| YUV | 236.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 254 | 0.10 | 0.07 | 0 | 0.00 | 220.8 | 0.93 | 0.95 |
| Hex | E5 | ED | FE | A | 7 | 0 | 0 | DD | 5D | 5F |
| Octal | 345 | 355 | 376 | 12 | 7 | 0 | 0 | 335 | 135 | 137 |
| Binary | 11100101 | 11101101 | 11111110 | 1010 | 111 | 0 | 0 | 11011101 | 1011101 | 1011111 |
Color Harmonies of #E5EDFE
Complementary color
Monochromatic Colors of #E5EDFE
Black with #E5EDFE
Text Example
Text Example
White with #E5EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDFE; }
p { color: rgb(229,237,254); }
H1.HeaderClassName
{
color: #E5EDFE;
}
.AnyTagClassName
{
color: #E5EDFE;
}
</style>
background-color css
<style>
a { background-color: #E5EDFE; }
a { background-color: rgb(229,237,254); }
div.DivClassName
{
background-color: #E5EDFE;
}
.BgClassName
{
background-color: #E5EDFE;
}
</style>
border-color css
<style>
span { border-color: #E5EDFE; }
span { border-color: rgb(229,237,254); }
td.TdClassName
{
border-color: #E5EDFE;
}
.TagClassName
{
border-color: #E5EDFE;
}
</style>