Shades of Solitude #EBECEF
Tints of Solitude #EBECEF
RGB
CMYK
RGB Variations
Color information
#EBECEF (or 0xEBECEF) is known color: Solitude. HEX triplet: EB, EC and EF. RGB value is (235,236,239). Sum of RGB (Red+Green+Blue) = 235+236+239=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECEF is #141310. Grayscale: #ECECEC. Windows color (decimal): -1315601 or 15723755. OLE color: 15723755.
HSL color Cylindrical-coordinate representation of color #EBECEF: hue angle of 225º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBECEF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 236 | 239 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.06 |
| HSL | 225º | 0.11% | 0.93% | - |
| HSV(B) | 225º | 0.02% | 0.94% | - |
| XYZ | 79.84 | 83.89 | 93.64 | - |
| YUV | 236.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 239 | 0.02 | 0.01 | 0 | 0.06 | 225 | 0.11 | 0.93 |
| Hex | EB | EC | EF | 2 | 1 | 0 | 6 | E1 | B | 5D |
| Octal | 353 | 354 | 357 | 2 | 1 | 0 | 6 | 341 | 13 | 135 |
| Binary | 11101011 | 11101100 | 11101111 | 10 | 1 | 0 | 110 | 11100001 | 1011 | 1011101 |
Color Harmonies of #EBECEF
Complementary color
Monochromatic Colors of #EBECEF
Black with #EBECEF
Text Example
Text Example
White with #EBECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECEF; }
p { color: rgb(235,236,239); }
H1.HeaderClassName
{
color: #EBECEF;
}
.AnyTagClassName
{
color: #EBECEF;
}
</style>
background-color css
<style>
a { background-color: #EBECEF; }
a { background-color: rgb(235,236,239); }
div.DivClassName
{
background-color: #EBECEF;
}
.BgClassName
{
background-color: #EBECEF;
}
</style>
border-color css
<style>
span { border-color: #EBECEF; }
span { border-color: rgb(235,236,239); }
td.TdClassName
{
border-color: #EBECEF;
}
.TagClassName
{
border-color: #EBECEF;
}
</style>