Shades of Solitude #E8EDFF
Tints of Solitude #E8EDFF
RGB
CMYK
RGB Variations
Color information
#E8EDFF (or 0xE8EDFF) is known color: Solitude. HEX triplet: E8, ED and FF. RGB value is (232,237,255). Sum of RGB (Red+Green+Blue) = 232+237+255=724 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.04% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDFF is #171200. Grayscale: #EDEDED. Windows color (decimal): -1511937 or 16772584. OLE color: 16772584.
HSL color Cylindrical-coordinate representation of color #E8EDFF: hue angle of 226.96º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8EDFF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 237 | 255 | - |
| CMYK | 0.09 | 0.07 | 0 | 0 |
| HSL | 226.96º | 1% | 0.95% | - |
| HSV(B) | 226.96º | 0.09% | 1% | - |
| XYZ | 81.61 | 84.94 | 106.7 | - |
| YUV | 237.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 255 | 0.09 | 0.07 | 0 | 0 | 226.96 | 1 | 0.95 |
| Hex | E8 | ED | FF | 9 | 7 | 0 | 0 | E3 | 64 | 5F |
| Octal | 350 | 355 | 377 | 11 | 7 | 0 | 0 | 343 | 144 | 137 |
| Binary | 11101000 | 11101101 | 11111111 | 1001 | 111 | 0 | 0 | 11100011 | 1100100 | 1011111 |
Color Harmonies of #E8EDFF
Complementary color
Monochromatic Colors of #E8EDFF
Black with #E8EDFF
Text Example
Text Example
White with #E8EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDFF; }
p { color: rgb(232,237,255); }
H1.HeaderClassName
{
color: #E8EDFF;
}
.AnyTagClassName
{
color: #E8EDFF;
}
</style>
background-color css
<style>
a { background-color: #E8EDFF; }
a { background-color: rgb(232,237,255); }
div.DivClassName
{
background-color: #E8EDFF;
}
.BgClassName
{
background-color: #E8EDFF;
}
</style>
border-color css
<style>
span { border-color: #E8EDFF; }
span { border-color: rgb(232,237,255); }
td.TdClassName
{
border-color: #E8EDFF;
}
.TagClassName
{
border-color: #E8EDFF;
}
</style>