Shades of Selago #EBE0ED
Tints of Selago #EBE0ED
RGB
CMYK
RGB Variations
Color information
#EBE0ED (or 0xEBE0ED) is known color: Selago. HEX triplet: EB, E0 and ED. RGB value is (235,224,237). Sum of RGB (Red+Green+Blue) = 235+224+237=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0ED is #141F12. Grayscale: #E4E4E4. Windows color (decimal): -1318675 or 15589611. OLE color: 15589611.
HSL color Cylindrical-coordinate representation of color #EBE0ED: hue angle of 290.77º degrees, saturation: 0.27, 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 #EBE0ED is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 224 | 237 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.07 |
| HSL | 290.77º | 0.27% | 0.9% | - |
| HSV(B) | 290.77º | 0.05% | 0.93% | - |
| XYZ | 76.2 | 77.09 | 90.98 | - |
| YUV | 228.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 237 | 0.01 | 0.05 | 0 | 0.07 | 290.77 | 0.27 | 0.9 |
| Hex | EB | E0 | ED | 1 | 5 | 0 | 7 | 123 | 1B | 5A |
| Octal | 353 | 340 | 355 | 1 | 5 | 0 | 7 | 443 | 33 | 132 |
| Binary | 11101011 | 11100000 | 11101101 | 1 | 101 | 0 | 111 | 100100011 | 11011 | 1011010 |
Color Harmonies of #EBE0ED
Complementary color
Monochromatic Colors of #EBE0ED
Black with #EBE0ED
Text Example
Text Example
White with #EBE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0ED; }
p { color: rgb(235,224,237); }
H1.HeaderClassName
{
color: #EBE0ED;
}
.AnyTagClassName
{
color: #EBE0ED;
}
</style>
background-color css
<style>
a { background-color: #EBE0ED; }
a { background-color: rgb(235,224,237); }
div.DivClassName
{
background-color: #EBE0ED;
}
.BgClassName
{
background-color: #EBE0ED;
}
</style>
border-color css
<style>
span { border-color: #EBE0ED; }
span { border-color: rgb(235,224,237); }
td.TdClassName
{
border-color: #EBE0ED;
}
.TagClassName
{
border-color: #EBE0ED;
}
</style>