Shades of Selago #EBE8EB
Tints of Selago #EBE8EB
RGB
CMYK
RGB Variations
Color information
#EBE8EB (or 0xEBE8EB) is known color: Selago. HEX triplet: EB, E8 and EB. RGB value is (235,232,235). Sum of RGB (Red+Green+Blue) = 235+232+235=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8EB is #141714. Grayscale: #E9E9E9. Windows color (decimal): -1316629 or 15460587. OLE color: 15460587.
HSL color Cylindrical-coordinate representation of color #EBE8EB: hue angle of 300º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBE8EB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 232 | 235 | - |
CMYK | 0 | 0.01 | 0 | 0.08 |
HSL | 300º | 0.07% | 0.92% | - |
HSV(B) | 300º | 0.01% | 0.92% | - |
XYZ | 78.11 | 81.37 | 90.19 | - |
YUV | 233.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 232 | 235 | 0 | 0.01 | 0 | 0.08 | 300 | 0.07 | 0.92 |
Hex | EB | E8 | EB | 0 | 1 | 0 | 8 | 12C | 7 | 5C |
Octal | 353 | 350 | 353 | 0 | 1 | 0 | 10 | 454 | 7 | 134 |
Binary | 11101011 | 11101000 | 11101011 | 0 | 1 | 0 | 1000 | 100101100 | 111 | 1011100 |
Color Harmonies of #EBE8EB
Complementary color
Monochromatic Colors of #EBE8EB
Black with #EBE8EB
Text Example
Text Example
White with #EBE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8EB; }
p { color: rgb(235,232,235); }
H1.HeaderClassName
{
color: #EBE8EB;
}
.AnyTagClassName
{
color: #EBE8EB;
}
</style>
background-color css
<style>
a { background-color: #EBE8EB; }
a { background-color: rgb(235,232,235); }
div.DivClassName
{
background-color: #EBE8EB;
}
.BgClassName
{
background-color: #EBE8EB;
}
</style>
border-color css
<style>
span { border-color: #EBE8EB; }
span { border-color: rgb(235,232,235); }
td.TdClassName
{
border-color: #EBE8EB;
}
.TagClassName
{
border-color: #EBE8EB;
}
</style>