Shades of Selago #EBE2EC
Tints of Selago #EBE2EC
RGB
CMYK
RGB Variations
Color information
#EBE2EC (or 0xEBE2EC) is known color: Selago. HEX triplet: EB, E2 and EC. RGB value is (235,226,236). Sum of RGB (Red+Green+Blue) = 235+226+236=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2EC is #141D13. Grayscale: #E5E5E5. Windows color (decimal): -1318164 or 15524587. OLE color: 15524587.
HSL color Cylindrical-coordinate representation of color #EBE2EC: hue angle of 294º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE2EC is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 226 | 236 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.07 |
| HSL | 294º | 0.21% | 0.91% | - |
| HSV(B) | 294º | 0.04% | 0.93% | - |
| XYZ | 76.6 | 78.11 | 90.4 | - |
| YUV | 229.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 236 | 0.00 | 0.04 | 0 | 0.07 | 294 | 0.21 | 0.91 |
| Hex | EB | E2 | EC | 0 | 4 | 0 | 7 | 126 | 15 | 5B |
| Octal | 353 | 342 | 354 | 0 | 4 | 0 | 7 | 446 | 25 | 133 |
| Binary | 11101011 | 11100010 | 11101100 | 0 | 100 | 0 | 111 | 100100110 | 10101 | 1011011 |
Color Harmonies of #EBE2EC
Complementary color
Monochromatic Colors of #EBE2EC
Black with #EBE2EC
Text Example
Text Example
White with #EBE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2EC; }
p { color: rgb(235,226,236); }
H1.HeaderClassName
{
color: #EBE2EC;
}
.AnyTagClassName
{
color: #EBE2EC;
}
</style>
background-color css
<style>
a { background-color: #EBE2EC; }
a { background-color: rgb(235,226,236); }
div.DivClassName
{
background-color: #EBE2EC;
}
.BgClassName
{
background-color: #EBE2EC;
}
</style>
border-color css
<style>
span { border-color: #EBE2EC; }
span { border-color: rgb(235,226,236); }
td.TdClassName
{
border-color: #EBE2EC;
}
.TagClassName
{
border-color: #EBE2EC;
}
</style>