Shades of Solitude #E8EDFE
Tints of Solitude #E8EDFE
RGB
CMYK
RGB Variations
Color information
#E8EDFE (or 0xE8EDFE) is known color: Solitude. HEX triplet: E8, ED and FE. RGB value is (232,237,254). Sum of RGB (Red+Green+Blue) = 232+237+254=723 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.09% from 723); Green value is 237 (92.97% from 255 or 32.78% 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 #E8EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDFE is #171201. Grayscale: #EDEDED. Windows color (decimal): -1511938 or 16707048. OLE color: 16707048.
HSL color Cylindrical-coordinate representation of color #E8EDFE: hue angle of 226.36º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8EDFE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 237 | 254 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.00 |
| HSL | 226.36º | 0.92% | 0.95% | - |
| HSV(B) | 226.36º | 0.09% | 1% | - |
| XYZ | 81.45 | 84.88 | 105.86 | - |
| YUV | 237.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 254 | 0.09 | 0.07 | 0 | 0.00 | 226.36 | 0.92 | 0.95 |
| Hex | E8 | ED | FE | 9 | 7 | 0 | 0 | E2 | 5C | 5F |
| Octal | 350 | 355 | 376 | 11 | 7 | 0 | 0 | 342 | 134 | 137 |
| Binary | 11101000 | 11101101 | 11111110 | 1001 | 111 | 0 | 0 | 11100010 | 1011100 | 1011111 |
Color Harmonies of #E8EDFE
Complementary color
Monochromatic Colors of #E8EDFE
Black with #E8EDFE
Text Example
Text Example
White with #E8EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDFE; }
p { color: rgb(232,237,254); }
H1.HeaderClassName
{
color: #E8EDFE;
}
.AnyTagClassName
{
color: #E8EDFE;
}
</style>
background-color css
<style>
a { background-color: #E8EDFE; }
a { background-color: rgb(232,237,254); }
div.DivClassName
{
background-color: #E8EDFE;
}
.BgClassName
{
background-color: #E8EDFE;
}
</style>
border-color css
<style>
span { border-color: #E8EDFE; }
span { border-color: rgb(232,237,254); }
td.TdClassName
{
border-color: #E8EDFE;
}
.TagClassName
{
border-color: #E8EDFE;
}
</style>