Shades of Solitude #EBEDF2
Tints of Solitude #EBEDF2
RGB
CMYK
RGB Variations
Color information
#EBEDF2 (or 0xEBEDF2) is known color: Solitude. HEX triplet: EB, ED and F2. RGB value is (235,237,242). Sum of RGB (Red+Green+Blue) = 235+237+242=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF2 is #14120D. Grayscale: #ECECEC. Windows color (decimal): -1315342 or 15920619. OLE color: 15920619.
HSL color Cylindrical-coordinate representation of color #EBEDF2: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEDF2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 237 | 242 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.05 |
| HSL | 222.86º | 0.21% | 0.94% | - |
| HSV(B) | 222.86º | 0.03% | 0.95% | - |
| XYZ | 80.57 | 84.64 | 96.1 | - |
| YUV | 236.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 242 | 0.03 | 0.02 | 0 | 0.05 | 222.86 | 0.21 | 0.94 |
| Hex | EB | ED | F2 | 3 | 2 | 0 | 5 | DF | 15 | 5E |
| Octal | 353 | 355 | 362 | 3 | 2 | 0 | 5 | 337 | 25 | 136 |
| Binary | 11101011 | 11101101 | 11110010 | 11 | 10 | 0 | 101 | 11011111 | 10101 | 1011110 |
Color Harmonies of #EBEDF2
Complementary color
Monochromatic Colors of #EBEDF2
Black with #EBEDF2
Text Example
Text Example
White with #EBEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDF2; }
p { color: rgb(235,237,242); }
H1.HeaderClassName
{
color: #EBEDF2;
}
.AnyTagClassName
{
color: #EBEDF2;
}
</style>
background-color css
<style>
a { background-color: #EBEDF2; }
a { background-color: rgb(235,237,242); }
div.DivClassName
{
background-color: #EBEDF2;
}
.BgClassName
{
background-color: #EBEDF2;
}
</style>
border-color css
<style>
span { border-color: #EBEDF2; }
span { border-color: rgb(235,237,242); }
td.TdClassName
{
border-color: #EBEDF2;
}
.TagClassName
{
border-color: #EBEDF2;
}
</style>