Shades of Solitude #E8EDFC
Tints of Solitude #E8EDFC
RGB
CMYK
RGB Variations
Color information
#E8EDFC (or 0xE8EDFC) is known color: Solitude. HEX triplet: E8, ED and FC. RGB value is (232,237,252). Sum of RGB (Red+Green+Blue) = 232+237+252=721 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.18% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDFC is #171203. Grayscale: #EDEDED. Windows color (decimal): -1511940 or 16575976. OLE color: 16575976.
HSL color Cylindrical-coordinate representation of color #E8EDFC: hue angle of 225º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8EDFC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 237 | 252 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.01 |
| HSL | 225º | 0.77% | 0.95% | - |
| HSV(B) | 225º | 0.08% | 0.99% | - |
| XYZ | 81.13 | 84.75 | 104.18 | - |
| YUV | 237.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 252 | 0.08 | 0.06 | 0 | 0.01 | 225 | 0.77 | 0.95 |
| Hex | E8 | ED | FC | 8 | 6 | 0 | 1 | E1 | 4D | 5F |
| Octal | 350 | 355 | 374 | 10 | 6 | 0 | 1 | 341 | 115 | 137 |
| Binary | 11101000 | 11101101 | 11111100 | 1000 | 110 | 0 | 1 | 11100001 | 1001101 | 1011111 |
Color Harmonies of #E8EDFC
Complementary color
Monochromatic Colors of #E8EDFC
Black with #E8EDFC
Text Example
Text Example
White with #E8EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDFC; }
p { color: rgb(232,237,252); }
H1.HeaderClassName
{
color: #E8EDFC;
}
.AnyTagClassName
{
color: #E8EDFC;
}
</style>
background-color css
<style>
a { background-color: #E8EDFC; }
a { background-color: rgb(232,237,252); }
div.DivClassName
{
background-color: #E8EDFC;
}
.BgClassName
{
background-color: #E8EDFC;
}
</style>
border-color css
<style>
span { border-color: #E8EDFC; }
span { border-color: rgb(232,237,252); }
td.TdClassName
{
border-color: #E8EDFC;
}
.TagClassName
{
border-color: #E8EDFC;
}
</style>