Shades of Solitude #E8EFFD
Tints of Solitude #E8EFFD
RGB
CMYK
RGB Variations
Color information
#E8EFFD (or 0xE8EFFD) is known color: Solitude. HEX triplet: E8, EF and FD. RGB value is (232,239,253). Sum of RGB (Red+Green+Blue) = 232+239+253=724 (95% of max value = 765). Red value is 232 (91.02% from 255 or 32.04% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8EFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EFFD is #171002. Grayscale: #EEEEEE. Windows color (decimal): -1511427 or 16642024. OLE color: 16642024.
HSL color Cylindrical-coordinate representation of color #E8EFFD: hue angle of 220º degrees, saturation: 0.84, 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 #E8EFFD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 239 | 253 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.01 |
| HSL | 220º | 0.84% | 0.95% | - |
| HSV(B) | 220º | 0.08% | 0.99% | - |
| XYZ | 81.87 | 85.98 | 105.21 | - |
| YUV | 238.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 239 | 253 | 0.08 | 0.06 | 0 | 0.01 | 220 | 0.84 | 0.95 |
| Hex | E8 | EF | FD | 8 | 6 | 0 | 1 | DC | 54 | 5F |
| Octal | 350 | 357 | 375 | 10 | 6 | 0 | 1 | 334 | 124 | 137 |
| Binary | 11101000 | 11101111 | 11111101 | 1000 | 110 | 0 | 1 | 11011100 | 1010100 | 1011111 |
Color Harmonies of #E8EFFD
Complementary color
Monochromatic Colors of #E8EFFD
Black with #E8EFFD
Text Example
Text Example
White with #E8EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EFFD; }
p { color: rgb(232,239,253); }
H1.HeaderClassName
{
color: #E8EFFD;
}
.AnyTagClassName
{
color: #E8EFFD;
}
</style>
background-color css
<style>
a { background-color: #E8EFFD; }
a { background-color: rgb(232,239,253); }
div.DivClassName
{
background-color: #E8EFFD;
}
.BgClassName
{
background-color: #E8EFFD;
}
</style>
border-color css
<style>
span { border-color: #E8EFFD; }
span { border-color: rgb(232,239,253); }
td.TdClassName
{
border-color: #E8EFFD;
}
.TagClassName
{
border-color: #E8EFFD;
}
</style>