Shades of Selago #EBE6EC
Tints of Selago #EBE6EC
RGB
CMYK
RGB Variations
Color information
#EBE6EC (or 0xEBE6EC) is known color: Selago. HEX triplet: EB, E6 and EC. RGB value is (235,230,236). Sum of RGB (Red+Green+Blue) = 235+230+236=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6EC is #141913. Grayscale: #E8E8E8. Windows color (decimal): -1317140 or 15525611. OLE color: 15525611.
HSL color Cylindrical-coordinate representation of color #EBE6EC: hue angle of 290º degrees, saturation: 0.14, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE6EC is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 230 | 236 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.07 |
| HSL | 290º | 0.14% | 0.91% | - |
| HSV(B) | 290º | 0.03% | 0.93% | - |
| XYZ | 77.7 | 80.31 | 90.76 | - |
| YUV | 232.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 236 | 0.00 | 0.03 | 0 | 0.07 | 290 | 0.14 | 0.91 |
| Hex | EB | E6 | EC | 0 | 3 | 0 | 7 | 122 | E | 5B |
| Octal | 353 | 346 | 354 | 0 | 3 | 0 | 7 | 442 | 16 | 133 |
| Binary | 11101011 | 11100110 | 11101100 | 0 | 11 | 0 | 111 | 100100010 | 1110 | 1011011 |
Color Harmonies of #EBE6EC
Complementary color
Monochromatic Colors of #EBE6EC
Black with #EBE6EC
Text Example
Text Example
White with #EBE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6EC; }
p { color: rgb(235,230,236); }
H1.HeaderClassName
{
color: #EBE6EC;
}
.AnyTagClassName
{
color: #EBE6EC;
}
</style>
background-color css
<style>
a { background-color: #EBE6EC; }
a { background-color: rgb(235,230,236); }
div.DivClassName
{
background-color: #EBE6EC;
}
.BgClassName
{
background-color: #EBE6EC;
}
</style>
border-color css
<style>
span { border-color: #EBE6EC; }
span { border-color: rgb(235,230,236); }
td.TdClassName
{
border-color: #EBE6EC;
}
.TagClassName
{
border-color: #EBE6EC;
}
</style>