Shades of Solitude #E8F0FD
Tints of Solitude #E8F0FD
RGB
CMYK
RGB Variations
Color information
#E8F0FD (or 0xE8F0FD) is known color: Solitude. HEX triplet: E8, F0 and FD. RGB value is (232,240,253). Sum of RGB (Red+Green+Blue) = 232+240+253=725 (96% of max value = 765). Red value is 232 (91.02% from 255 or 32% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8F0FD is #170F02. Grayscale: #EFEFEF. Windows color (decimal): -1511171 or 16642280. OLE color: 16642280.
HSL color Cylindrical-coordinate representation of color #E8F0FD: hue angle of 217.14º 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 #E8F0FD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 232 | 240 | 253 | - |
CMYK | 0.08 | 0.05 | 0 | 0.01 |
HSL | 217.14º | 0.84% | 0.95% | - |
HSV(B) | 217.14º | 0.08% | 0.99% | - |
XYZ | 82.17 | 86.57 | 105.31 | - |
YUV | 239.09 | 135.85 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 240 | 253 | 0.08 | 0.05 | 0 | 0.01 | 217.14 | 0.84 | 0.95 |
Hex | E8 | F0 | FD | 8 | 5 | 0 | 1 | D9 | 54 | 5F |
Octal | 350 | 360 | 375 | 10 | 5 | 0 | 1 | 331 | 124 | 137 |
Binary | 11101000 | 11110000 | 11111101 | 1000 | 101 | 0 | 1 | 11011001 | 1010100 | 1011111 |
Color Harmonies of #E8F0FD
Complementary color
Monochromatic Colors of #E8F0FD
Black with #E8F0FD
Text Example
Text Example
White with #E8F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F0FD; }
p { color: rgb(232,240,253); }
H1.HeaderClassName
{
color: #E8F0FD;
}
.AnyTagClassName
{
color: #E8F0FD;
}
</style>
background-color css
<style>
a { background-color: #E8F0FD; }
a { background-color: rgb(232,240,253); }
div.DivClassName
{
background-color: #E8F0FD;
}
.BgClassName
{
background-color: #E8F0FD;
}
</style>
border-color css
<style>
span { border-color: #E8F0FD; }
span { border-color: rgb(232,240,253); }
td.TdClassName
{
border-color: #E8F0FD;
}
.TagClassName
{
border-color: #E8F0FD;
}
</style>