Shades of Classic Rose #EBC8D9
Tints of Classic Rose #EBC8D9
RGB
CMYK
RGB Variations
Color information
#EBC8D9 (or 0xEBC8D9) is known color: Classic Rose. HEX triplet: EB, C8 and D9. RGB value is (235,200,217). Sum of RGB (Red+Green+Blue) = 235+200+217=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8D9 is #143726. Grayscale: #D4D4D4. Windows color (decimal): -1324839 or 14272747. OLE color: 14272747.
HSL color Cylindrical-coordinate representation of color #EBC8D9: hue angle of 330.86º 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 #EBC8D9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 217 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.08 |
| HSL | 330.86º | 0.47% | 0.85% | - |
| HSV(B) | 330.86º | 0.15% | 0.92% | - |
| XYZ | 67.44 | 63.98 | 74.44 | - |
| YUV | 212.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 217 | 0 | 0.15 | 0.08 | 0.08 | 330.86 | 0.47 | 0.85 |
| Hex | EB | C8 | D9 | 0 | F | 8 | 8 | 14B | 2F | 55 |
| Octal | 353 | 310 | 331 | 0 | 17 | 10 | 10 | 513 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11011001 | 0 | 1111 | 1000 | 1000 | 101001011 | 101111 | 1010101 |
Color Harmonies of #EBC8D9
Complementary color
Monochromatic Colors of #EBC8D9
Black with #EBC8D9
Text Example
Text Example
White with #EBC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8D9; }
p { color: rgb(235,200,217); }
H1.HeaderClassName
{
color: #EBC8D9;
}
.AnyTagClassName
{
color: #EBC8D9;
}
</style>
background-color css
<style>
a { background-color: #EBC8D9; }
a { background-color: rgb(235,200,217); }
div.DivClassName
{
background-color: #EBC8D9;
}
.BgClassName
{
background-color: #EBC8D9;
}
</style>
border-color css
<style>
span { border-color: #EBC8D9; }
span { border-color: rgb(235,200,217); }
td.TdClassName
{
border-color: #EBC8D9;
}
.TagClassName
{
border-color: #EBC8D9;
}
</style>