Shades of Solitude #E6F0FD
Tints of Solitude #E6F0FD
RGB
CMYK
RGB Variations
Color information
#E6F0FD (or 0xE6F0FD) is known color: Solitude. HEX triplet: E6, F0 and FD. RGB value is (230,240,253). Sum of RGB (Red+Green+Blue) = 230+240+253=723 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.81% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FD is #190F02. Grayscale: #EEEEEE. Windows color (decimal): -1642243 or 16642278. OLE color: 16642278.
HSL color Cylindrical-coordinate representation of color #E6F0FD: hue angle of 213.91º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F0FD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 240 | 253 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.01 |
| HSL | 213.91º | 0.85% | 0.95% | - |
| HSV(B) | 213.91º | 0.09% | 0.99% | - |
| XYZ | 81.52 | 86.24 | 105.28 | - |
| YUV | 238.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 253 | 0.09 | 0.05 | 0 | 0.01 | 213.91 | 0.85 | 0.95 |
| Hex | E6 | F0 | FD | 9 | 5 | 0 | 1 | D6 | 55 | 5F |
| Octal | 346 | 360 | 375 | 11 | 5 | 0 | 1 | 326 | 125 | 137 |
| Binary | 11100110 | 11110000 | 11111101 | 1001 | 101 | 0 | 1 | 11010110 | 1010101 | 1011111 |
Color Harmonies of #E6F0FD
Complementary color
Monochromatic Colors of #E6F0FD
Black with #E6F0FD
Text Example
Text Example
White with #E6F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0FD; }
p { color: rgb(230,240,253); }
H1.HeaderClassName
{
color: #E6F0FD;
}
.AnyTagClassName
{
color: #E6F0FD;
}
</style>
background-color css
<style>
a { background-color: #E6F0FD; }
a { background-color: rgb(230,240,253); }
div.DivClassName
{
background-color: #E6F0FD;
}
.BgClassName
{
background-color: #E6F0FD;
}
</style>
border-color css
<style>
span { border-color: #E6F0FD; }
span { border-color: rgb(230,240,253); }
td.TdClassName
{
border-color: #E6F0FD;
}
.TagClassName
{
border-color: #E6F0FD;
}
</style>