Shades of Solitude #E6EBF0
Tints of Solitude #E6EBF0
RGB
CMYK
RGB Variations
Color information
#E6EBF0 (or 0xE6EBF0) is known color: Solitude. HEX triplet: E6, EB and F0. RGB value is (230,235,240). Sum of RGB (Red+Green+Blue) = 230+235+240=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6EBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBF0 is #19140F. Grayscale: #EAEAEA. Windows color (decimal): -1643536 or 15789030. OLE color: 15789030.
HSL color Cylindrical-coordinate representation of color #E6EBF0: hue angle of 210º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EBF0 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 235 | 240 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.06 |
| HSL | 210º | 0.25% | 0.92% | - |
| HSV(B) | 210º | 0.04% | 0.94% | - |
| XYZ | 78.07 | 82.53 | 94.25 | - |
| YUV | 234.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 240 | 0.04 | 0.02 | 0 | 0.06 | 210 | 0.25 | 0.92 |
| Hex | E6 | EB | F0 | 4 | 2 | 0 | 6 | D2 | 19 | 5C |
| Octal | 346 | 353 | 360 | 4 | 2 | 0 | 6 | 322 | 31 | 134 |
| Binary | 11100110 | 11101011 | 11110000 | 100 | 10 | 0 | 110 | 11010010 | 11001 | 1011100 |
Color Harmonies of #E6EBF0
Complementary color
Monochromatic Colors of #E6EBF0
Black with #E6EBF0
Text Example
Text Example
White with #E6EBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBF0; }
p { color: rgb(230,235,240); }
H1.HeaderClassName
{
color: #E6EBF0;
}
.AnyTagClassName
{
color: #E6EBF0;
}
</style>
background-color css
<style>
a { background-color: #E6EBF0; }
a { background-color: rgb(230,235,240); }
div.DivClassName
{
background-color: #E6EBF0;
}
.BgClassName
{
background-color: #E6EBF0;
}
</style>
border-color css
<style>
span { border-color: #E6EBF0; }
span { border-color: rgb(230,235,240); }
td.TdClassName
{
border-color: #E6EBF0;
}
.TagClassName
{
border-color: #E6EBF0;
}
</style>