Shades of Classic Rose #EBC8DC
Tints of Classic Rose #EBC8DC
RGB
CMYK
RGB Variations
Color information
#EBC8DC (or 0xEBC8DC) is known color: Classic Rose. HEX triplet: EB, C8 and DC. RGB value is (235,200,220). Sum of RGB (Red+Green+Blue) = 235+200+220=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8DC is #143723. Grayscale: #D4D4D4. Windows color (decimal): -1324836 or 14469355. OLE color: 14469355.
HSL color Cylindrical-coordinate representation of color #EBC8DC: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8DC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 220 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.08 |
| HSL | 325.71º | 0.47% | 0.85% | - |
| HSV(B) | 325.71º | 0.15% | 0.92% | - |
| XYZ | 67.83 | 64.14 | 76.51 | - |
| YUV | 212.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 220 | 0 | 0.15 | 0.06 | 0.08 | 325.71 | 0.47 | 0.85 |
| Hex | EB | C8 | DC | 0 | F | 6 | 8 | 146 | 2F | 55 |
| Octal | 353 | 310 | 334 | 0 | 17 | 6 | 10 | 506 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011100 | 0 | 1111 | 110 | 1000 | 101000110 | 101111 | 1010101 |
Color Harmonies of #EBC8DC
Complementary color
Monochromatic Colors of #EBC8DC
Black with #EBC8DC
Text Example
Text Example
White with #EBC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8DC; }
p { color: rgb(235,200,220); }
H1.HeaderClassName
{
color: #EBC8DC;
}
.AnyTagClassName
{
color: #EBC8DC;
}
</style>
background-color css
<style>
a { background-color: #EBC8DC; }
a { background-color: rgb(235,200,220); }
div.DivClassName
{
background-color: #EBC8DC;
}
.BgClassName
{
background-color: #EBC8DC;
}
</style>
border-color css
<style>
span { border-color: #EBC8DC; }
span { border-color: rgb(235,200,220); }
td.TdClassName
{
border-color: #EBC8DC;
}
.TagClassName
{
border-color: #EBC8DC;
}
</style>