Shades of Selago #EBE0EC
Tints of Selago #EBE0EC
RGB
CMYK
RGB Variations
Color information
#EBE0EC (or 0xEBE0EC) is known color: Selago. HEX triplet: EB, E0 and EC. RGB value is (235,224,236). Sum of RGB (Red+Green+Blue) = 235+224+236=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0EC is #141F13. Grayscale: #E4E4E4. Windows color (decimal): -1318676 or 15524075. OLE color: 15524075.
HSL color Cylindrical-coordinate representation of color #EBE0EC: hue angle of 295º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE0EC is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 224 | 236 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.07 |
| HSL | 295º | 0.24% | 0.9% | - |
| HSV(B) | 295º | 0.05% | 0.93% | - |
| XYZ | 76.06 | 77.03 | 90.22 | - |
| YUV | 228.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 236 | 0.00 | 0.05 | 0 | 0.07 | 295 | 0.24 | 0.9 |
| Hex | EB | E0 | EC | 0 | 5 | 0 | 7 | 127 | 18 | 5A |
| Octal | 353 | 340 | 354 | 0 | 5 | 0 | 7 | 447 | 30 | 132 |
| Binary | 11101011 | 11100000 | 11101100 | 0 | 101 | 0 | 111 | 100100111 | 11000 | 1011010 |
Color Harmonies of #EBE0EC
Complementary color
Monochromatic Colors of #EBE0EC
Black with #EBE0EC
Text Example
Text Example
White with #EBE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0EC; }
p { color: rgb(235,224,236); }
H1.HeaderClassName
{
color: #EBE0EC;
}
.AnyTagClassName
{
color: #EBE0EC;
}
</style>
background-color css
<style>
a { background-color: #EBE0EC; }
a { background-color: rgb(235,224,236); }
div.DivClassName
{
background-color: #EBE0EC;
}
.BgClassName
{
background-color: #EBE0EC;
}
</style>
border-color css
<style>
span { border-color: #EBE0EC; }
span { border-color: rgb(235,224,236); }
td.TdClassName
{
border-color: #EBE0EC;
}
.TagClassName
{
border-color: #EBE0EC;
}
</style>