Shades of Solitude #E0E6FB
Tints of Solitude #E0E6FB
RGB
CMYK
RGB Variations
Color information
#E0E6FB (or 0xE0E6FB) is known color: Solitude. HEX triplet: E0, E6 and FB. RGB value is (224,230,251). Sum of RGB (Red+Green+Blue) = 224+230+251=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6FB is #1F1904. Grayscale: #E6E6E6. Windows color (decimal): -2038021 or 16508640. OLE color: 16508640.
HSL color Cylindrical-coordinate representation of color #E0E6FB: hue angle of 226.67º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0E6FB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 230 | 251 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.02 |
| HSL | 226.67º | 0.77% | 0.93% | - |
| HSV(B) | 226.67º | 0.11% | 0.98% | - |
| XYZ | 76.45 | 79.41 | 102.56 | - |
| YUV | 230.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 251 | 0.11 | 0.08 | 0 | 0.02 | 226.67 | 0.77 | 0.93 |
| Hex | E0 | E6 | FB | B | 8 | 0 | 2 | E3 | 4D | 5D |
| Octal | 340 | 346 | 373 | 13 | 10 | 0 | 2 | 343 | 115 | 135 |
| Binary | 11100000 | 11100110 | 11111011 | 1011 | 1000 | 0 | 10 | 11100011 | 1001101 | 1011101 |
Color Harmonies of #E0E6FB
Complementary color
Monochromatic Colors of #E0E6FB
Black with #E0E6FB
Text Example
Text Example
White with #E0E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E6FB; }
p { color: rgb(224,230,251); }
H1.HeaderClassName
{
color: #E0E6FB;
}
.AnyTagClassName
{
color: #E0E6FB;
}
</style>
background-color css
<style>
a { background-color: #E0E6FB; }
a { background-color: rgb(224,230,251); }
div.DivClassName
{
background-color: #E0E6FB;
}
.BgClassName
{
background-color: #E0E6FB;
}
</style>
border-color css
<style>
span { border-color: #E0E6FB; }
span { border-color: rgb(224,230,251); }
td.TdClassName
{
border-color: #E0E6FB;
}
.TagClassName
{
border-color: #E0E6FB;
}
</style>