Shades of Selago #EBDCEC
Tints of Selago #EBDCEC
RGB
CMYK
RGB Variations
Color information
#EBDCEC (or 0xEBDCEC) is known color: Selago. HEX triplet: EB, DC and EC. RGB value is (235,220,236). Sum of RGB (Red+Green+Blue) = 235+220+236=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCEC is #142313. Grayscale: #E2E2E2. Windows color (decimal): -1319700 or 15523051. OLE color: 15523051.
HSL color Cylindrical-coordinate representation of color #EBDCEC: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDCEC is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 220 | 236 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.07 |
| HSL | 296.25º | 0.3% | 0.89% | - |
| HSV(B) | 296.25º | 0.07% | 0.93% | - |
| XYZ | 74.99 | 74.9 | 89.86 | - |
| YUV | 226.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 236 | 0.00 | 0.07 | 0 | 0.07 | 296.25 | 0.3 | 0.89 |
| Hex | EB | DC | EC | 0 | 7 | 0 | 7 | 128 | 1E | 59 |
| Octal | 353 | 334 | 354 | 0 | 7 | 0 | 7 | 450 | 36 | 131 |
| Binary | 11101011 | 11011100 | 11101100 | 0 | 111 | 0 | 111 | 100101000 | 11110 | 1011001 |
Color Harmonies of #EBDCEC
Complementary color
Monochromatic Colors of #EBDCEC
Black with #EBDCEC
Text Example
Text Example
White with #EBDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCEC; }
p { color: rgb(235,220,236); }
H1.HeaderClassName
{
color: #EBDCEC;
}
.AnyTagClassName
{
color: #EBDCEC;
}
</style>
background-color css
<style>
a { background-color: #EBDCEC; }
a { background-color: rgb(235,220,236); }
div.DivClassName
{
background-color: #EBDCEC;
}
.BgClassName
{
background-color: #EBDCEC;
}
</style>
border-color css
<style>
span { border-color: #EBDCEC; }
span { border-color: rgb(235,220,236); }
td.TdClassName
{
border-color: #EBDCEC;
}
.TagClassName
{
border-color: #EBDCEC;
}
</style>