Shades of Solitude #EBEDF3
Tints of Solitude #EBEDF3
RGB
CMYK
RGB Variations
Color information
#EBEDF3 (or 0xEBEDF3) is known color: Solitude. HEX triplet: EB, ED and F3. RGB value is (235,237,243). Sum of RGB (Red+Green+Blue) = 235+237+243=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF3 is #14120C. Grayscale: #EDEDED. Windows color (decimal): -1315341 or 15986155. OLE color: 15986155.
HSL color Cylindrical-coordinate representation of color #EBEDF3: hue angle of 225º degrees, saturation: 0.25, 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 #EBEDF3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 237 | 243 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.05 |
| HSL | 225º | 0.25% | 0.94% | - |
| HSV(B) | 225º | 0.03% | 0.95% | - |
| XYZ | 80.72 | 84.7 | 96.89 | - |
| YUV | 237.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 243 | 0.03 | 0.02 | 0 | 0.05 | 225 | 0.25 | 0.94 |
| Hex | EB | ED | F3 | 3 | 2 | 0 | 5 | E1 | 19 | 5E |
| Octal | 353 | 355 | 363 | 3 | 2 | 0 | 5 | 341 | 31 | 136 |
| Binary | 11101011 | 11101101 | 11110011 | 11 | 10 | 0 | 101 | 11100001 | 11001 | 1011110 |
Color Harmonies of #EBEDF3
Complementary color
Monochromatic Colors of #EBEDF3
Black with #EBEDF3
Text Example
Text Example
White with #EBEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDF3; }
p { color: rgb(235,237,243); }
H1.HeaderClassName
{
color: #EBEDF3;
}
.AnyTagClassName
{
color: #EBEDF3;
}
</style>
background-color css
<style>
a { background-color: #EBEDF3; }
a { background-color: rgb(235,237,243); }
div.DivClassName
{
background-color: #EBEDF3;
}
.BgClassName
{
background-color: #EBEDF3;
}
</style>
border-color css
<style>
span { border-color: #EBEDF3; }
span { border-color: rgb(235,237,243); }
td.TdClassName
{
border-color: #EBEDF3;
}
.TagClassName
{
border-color: #EBEDF3;
}
</style>