Shades of Solitude #EBEDF5
Tints of Solitude #EBEDF5
RGB
CMYK
RGB Variations
Color information
#EBEDF5 (or 0xEBEDF5) is known color: Solitude. HEX triplet: EB, ED and F5. RGB value is (235,237,245). Sum of RGB (Red+Green+Blue) = 235+237+245=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF5 is #14120A. Grayscale: #EDEDED. Windows color (decimal): -1315339 or 16117227. OLE color: 16117227.
HSL color Cylindrical-coordinate representation of color #EBEDF5: hue angle of 228º 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 #EBEDF5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 237 | 245 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.04 |
| HSL | 228º | 0.33% | 0.94% | - |
| HSV(B) | 228º | 0.04% | 0.96% | - |
| XYZ | 81.03 | 84.82 | 98.49 | - |
| YUV | 237.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 245 | 0.04 | 0.03 | 0 | 0.04 | 228 | 0.33 | 0.94 |
| Hex | EB | ED | F5 | 4 | 3 | 0 | 4 | E4 | 21 | 5E |
| Octal | 353 | 355 | 365 | 4 | 3 | 0 | 4 | 344 | 41 | 136 |
| Binary | 11101011 | 11101101 | 11110101 | 100 | 11 | 0 | 100 | 11100100 | 100001 | 1011110 |
Color Harmonies of #EBEDF5
Complementary color
Monochromatic Colors of #EBEDF5
Black with #EBEDF5
Text Example
Text Example
White with #EBEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDF5; }
p { color: rgb(235,237,245); }
H1.HeaderClassName
{
color: #EBEDF5;
}
.AnyTagClassName
{
color: #EBEDF5;
}
</style>
background-color css
<style>
a { background-color: #EBEDF5; }
a { background-color: rgb(235,237,245); }
div.DivClassName
{
background-color: #EBEDF5;
}
.BgClassName
{
background-color: #EBEDF5;
}
</style>
border-color css
<style>
span { border-color: #EBEDF5; }
span { border-color: rgb(235,237,245); }
td.TdClassName
{
border-color: #EBEDF5;
}
.TagClassName
{
border-color: #EBEDF5;
}
</style>