Shades of Solitude #EBEEF2
Tints of Solitude #EBEEF2
RGB
CMYK
RGB Variations
Color information
#EBEEF2 (or 0xEBEEF2) is known color: Solitude. HEX triplet: EB, EE and F2. RGB value is (235,238,242). Sum of RGB (Red+Green+Blue) = 235+238+242=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF2 is #14110D. Grayscale: #EDEDED. Windows color (decimal): -1315086 or 15920875. OLE color: 15920875.
HSL color Cylindrical-coordinate representation of color #EBEEF2: hue angle of 214.29º 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 #EBEEF2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 238 | 242 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.05 |
| HSL | 214.29º | 0.21% | 0.94% | - |
| HSV(B) | 214.29º | 0.03% | 0.95% | - |
| XYZ | 80.86 | 85.22 | 96.19 | - |
| YUV | 237.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 242 | 0.03 | 0.02 | 0 | 0.05 | 214.29 | 0.21 | 0.94 |
| Hex | EB | EE | F2 | 3 | 2 | 0 | 5 | D6 | 15 | 5E |
| Octal | 353 | 356 | 362 | 3 | 2 | 0 | 5 | 326 | 25 | 136 |
| Binary | 11101011 | 11101110 | 11110010 | 11 | 10 | 0 | 101 | 11010110 | 10101 | 1011110 |
Color Harmonies of #EBEEF2
Complementary color
Monochromatic Colors of #EBEEF2
Black with #EBEEF2
Text Example
Text Example
White with #EBEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEF2; }
p { color: rgb(235,238,242); }
H1.HeaderClassName
{
color: #EBEEF2;
}
.AnyTagClassName
{
color: #EBEEF2;
}
</style>
background-color css
<style>
a { background-color: #EBEEF2; }
a { background-color: rgb(235,238,242); }
div.DivClassName
{
background-color: #EBEEF2;
}
.BgClassName
{
background-color: #EBEEF2;
}
</style>
border-color css
<style>
span { border-color: #EBEEF2; }
span { border-color: rgb(235,238,242); }
td.TdClassName
{
border-color: #EBEEF2;
}
.TagClassName
{
border-color: #EBEEF2;
}
</style>