Shades of Solitude #EBEEF5
Tints of Solitude #EBEEF5
RGB
CMYK
RGB Variations
Color information
#EBEEF5 (or 0xEBEEF5) is known color: Solitude. HEX triplet: EB, EE and F5. RGB value is (235,238,245). Sum of RGB (Red+Green+Blue) = 235+238+245=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF5 is #14110A. Grayscale: #EDEDED. Windows color (decimal): -1315083 or 16117483. OLE color: 16117483.
HSL color Cylindrical-coordinate representation of color #EBEEF5: hue angle of 222º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEEF5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 238 | 245 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.04 |
| HSL | 222º | 0.33% | 0.94% | - |
| HSV(B) | 222º | 0.04% | 0.96% | - |
| XYZ | 81.32 | 85.4 | 98.58 | - |
| YUV | 237.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 245 | 0.04 | 0.03 | 0 | 0.04 | 222 | 0.33 | 0.94 |
| Hex | EB | EE | F5 | 4 | 3 | 0 | 4 | DE | 21 | 5E |
| Octal | 353 | 356 | 365 | 4 | 3 | 0 | 4 | 336 | 41 | 136 |
| Binary | 11101011 | 11101110 | 11110101 | 100 | 11 | 0 | 100 | 11011110 | 100001 | 1011110 |
Color Harmonies of #EBEEF5
Complementary color
Monochromatic Colors of #EBEEF5
Black with #EBEEF5
Text Example
Text Example
White with #EBEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEF5; }
p { color: rgb(235,238,245); }
H1.HeaderClassName
{
color: #EBEEF5;
}
.AnyTagClassName
{
color: #EBEEF5;
}
</style>
background-color css
<style>
a { background-color: #EBEEF5; }
a { background-color: rgb(235,238,245); }
div.DivClassName
{
background-color: #EBEEF5;
}
.BgClassName
{
background-color: #EBEEF5;
}
</style>
border-color css
<style>
span { border-color: #EBEEF5; }
span { border-color: rgb(235,238,245); }
td.TdClassName
{
border-color: #EBEEF5;
}
.TagClassName
{
border-color: #EBEEF5;
}
</style>