Shades of Solitude #E6F0FF
Tints of Solitude #E6F0FF
RGB
CMYK
RGB Variations
Color information
#E6F0FF (or 0xE6F0FF) is known color: Solitude. HEX triplet: E6, F0 and FF. RGB value is (230,240,255). Sum of RGB (Red+Green+Blue) = 230+240+255=725 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.72% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FF is #190F00. Grayscale: #EEEEEE. Windows color (decimal): -1642241 or 16773350. OLE color: 16773350.
HSL color Cylindrical-coordinate representation of color #E6F0FF: hue angle of 216º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6F0FF is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 240 | 255 | - |
CMYK | 0.10 | 0.06 | 0 | 0 |
HSL | 216º | 1% | 0.95% | - |
HSV(B) | 216º | 0.1% | 1% | - |
XYZ | 81.84 | 86.36 | 106.96 | - |
YUV | 238.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 240 | 255 | 0.10 | 0.06 | 0 | 0 | 216 | 1 | 0.95 |
Hex | E6 | F0 | FF | A | 6 | 0 | 0 | D8 | 64 | 5F |
Octal | 346 | 360 | 377 | 12 | 6 | 0 | 0 | 330 | 144 | 137 |
Binary | 11100110 | 11110000 | 11111111 | 1010 | 110 | 0 | 0 | 11011000 | 1100100 | 1011111 |
Color Harmonies of #E6F0FF
Complementary color
Monochromatic Colors of #E6F0FF
Black with #E6F0FF
Text Example
Text Example
White with #E6F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0FF; }
p { color: rgb(230,240,255); }
H1.HeaderClassName
{
color: #E6F0FF;
}
.AnyTagClassName
{
color: #E6F0FF;
}
</style>
background-color css
<style>
a { background-color: #E6F0FF; }
a { background-color: rgb(230,240,255); }
div.DivClassName
{
background-color: #E6F0FF;
}
.BgClassName
{
background-color: #E6F0FF;
}
</style>
border-color css
<style>
span { border-color: #E6F0FF; }
span { border-color: rgb(230,240,255); }
td.TdClassName
{
border-color: #E6F0FF;
}
.TagClassName
{
border-color: #E6F0FF;
}
</style>