Shades of Solitude #E6EBF1
Tints of Solitude #E6EBF1
RGB
CMYK
RGB Variations
Color information
#E6EBF1 (or 0xE6EBF1) is known color: Solitude. HEX triplet: E6, EB and F1. RGB value is (230,235,241). Sum of RGB (Red+Green+Blue) = 230+235+241=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBF1 is #19140E. Grayscale: #EAEAEA. Windows color (decimal): -1643535 or 15854566. OLE color: 15854566.
HSL color Cylindrical-coordinate representation of color #E6EBF1: hue angle of 212.73º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EBF1 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 235 | 241 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.05 |
| HSL | 212.73º | 0.28% | 0.92% | - |
| HSV(B) | 212.73º | 0.05% | 0.95% | - |
| XYZ | 78.22 | 82.59 | 95.04 | - |
| YUV | 234.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 241 | 0.05 | 0.02 | 0 | 0.05 | 212.73 | 0.28 | 0.92 |
| Hex | E6 | EB | F1 | 5 | 2 | 0 | 5 | D5 | 1C | 5C |
| Octal | 346 | 353 | 361 | 5 | 2 | 0 | 5 | 325 | 34 | 134 |
| Binary | 11100110 | 11101011 | 11110001 | 101 | 10 | 0 | 101 | 11010101 | 11100 | 1011100 |
Color Harmonies of #E6EBF1
Complementary color
Monochromatic Colors of #E6EBF1
Black with #E6EBF1
Text Example
Text Example
White with #E6EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBF1; }
p { color: rgb(230,235,241); }
H1.HeaderClassName
{
color: #E6EBF1;
}
.AnyTagClassName
{
color: #E6EBF1;
}
</style>
background-color css
<style>
a { background-color: #E6EBF1; }
a { background-color: rgb(230,235,241); }
div.DivClassName
{
background-color: #E6EBF1;
}
.BgClassName
{
background-color: #E6EBF1;
}
</style>
border-color css
<style>
span { border-color: #E6EBF1; }
span { border-color: rgb(230,235,241); }
td.TdClassName
{
border-color: #E6EBF1;
}
.TagClassName
{
border-color: #E6EBF1;
}
</style>