Shades of Selago #EBE6EB
Tints of Selago #EBE6EB
RGB
CMYK
RGB Variations
Color information
#EBE6EB (or 0xEBE6EB) is known color: Selago. HEX triplet: EB, E6 and EB. RGB value is (235,230,235). Sum of RGB (Red+Green+Blue) = 235+230+235=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6EB is #141914. Grayscale: #E8E8E8. Windows color (decimal): -1317141 or 15460075. OLE color: 15460075.
HSL color Cylindrical-coordinate representation of color #EBE6EB: hue angle of 300º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBE6EB is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 230 | 235 | - |
CMYK | 0 | 0.02 | 0 | 0.08 |
HSL | 300º | 0.11% | 0.91% | - |
HSV(B) | 300º | 0.02% | 0.92% | - |
XYZ | 77.55 | 80.25 | 90 | - |
YUV | 232.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 230 | 235 | 0 | 0.02 | 0 | 0.08 | 300 | 0.11 | 0.91 |
Hex | EB | E6 | EB | 0 | 2 | 0 | 8 | 12C | B | 5B |
Octal | 353 | 346 | 353 | 0 | 2 | 0 | 10 | 454 | 13 | 133 |
Binary | 11101011 | 11100110 | 11101011 | 0 | 10 | 0 | 1000 | 100101100 | 1011 | 1011011 |
Color Harmonies of #EBE6EB
Complementary color
Monochromatic Colors of #EBE6EB
Black with #EBE6EB
Text Example
Text Example
White with #EBE6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6EB; }
p { color: rgb(235,230,235); }
H1.HeaderClassName
{
color: #EBE6EB;
}
.AnyTagClassName
{
color: #EBE6EB;
}
</style>
background-color css
<style>
a { background-color: #EBE6EB; }
a { background-color: rgb(235,230,235); }
div.DivClassName
{
background-color: #EBE6EB;
}
.BgClassName
{
background-color: #EBE6EB;
}
</style>
border-color css
<style>
span { border-color: #EBE6EB; }
span { border-color: rgb(235,230,235); }
td.TdClassName
{
border-color: #EBE6EB;
}
.TagClassName
{
border-color: #EBE6EB;
}
</style>