Shades of Solitude #EBECF0
Tints of Solitude #EBECF0
RGB
CMYK
RGB Variations
Color information
#EBECF0 (or 0xEBECF0) is known color: Solitude. HEX triplet: EB, EC and F0. RGB value is (235,236,240). Sum of RGB (Red+Green+Blue) = 235+236+240=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF0 is #14130F. Grayscale: #ECECEC. Windows color (decimal): -1315600 or 15789291. OLE color: 15789291.
HSL color Cylindrical-coordinate representation of color #EBECF0: hue angle of 228º degrees, saturation: 0.14, 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 #EBECF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 236 | 240 | - |
CMYK | 0.02 | 0.02 | 0 | 0.06 |
HSL | 228º | 0.14% | 0.93% | - |
HSV(B) | 228º | 0.02% | 0.94% | - |
XYZ | 79.98 | 83.94 | 94.43 | - |
YUV | 236.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 240 | 0.02 | 0.02 | 0 | 0.06 | 228 | 0.14 | 0.93 |
Hex | EB | EC | F0 | 2 | 2 | 0 | 6 | E4 | E | 5D |
Octal | 353 | 354 | 360 | 2 | 2 | 0 | 6 | 344 | 16 | 135 |
Binary | 11101011 | 11101100 | 11110000 | 10 | 10 | 0 | 110 | 11100100 | 1110 | 1011101 |
Color Harmonies of #EBECF0
Complementary color
Monochromatic Colors of #EBECF0
Black with #EBECF0
Text Example
Text Example
White with #EBECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECF0; }
p { color: rgb(235,236,240); }
H1.HeaderClassName
{
color: #EBECF0;
}
.AnyTagClassName
{
color: #EBECF0;
}
</style>
background-color css
<style>
a { background-color: #EBECF0; }
a { background-color: rgb(235,236,240); }
div.DivClassName
{
background-color: #EBECF0;
}
.BgClassName
{
background-color: #EBECF0;
}
</style>
border-color css
<style>
span { border-color: #EBECF0; }
span { border-color: rgb(235,236,240); }
td.TdClassName
{
border-color: #EBECF0;
}
.TagClassName
{
border-color: #EBECF0;
}
</style>