Shades of Classic Rose #EBC4D7
Tints of Classic Rose #EBC4D7
RGB
CMYK
RGB Variations
Color information
#EBC4D7 (or 0xEBC4D7) is known color: Classic Rose. HEX triplet: EB, C4 and D7. RGB value is (235,196,215). Sum of RGB (Red+Green+Blue) = 235+196+215=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D7 is #143B28. Grayscale: #D1D1D1. Windows color (decimal): -1325865 or 14140651. OLE color: 14140651.
HSL color Cylindrical-coordinate representation of color #EBC4D7: hue angle of 330.77º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4D7 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 215 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.08 |
| HSL | 330.77º | 0.49% | 0.85% | - |
| HSV(B) | 330.77º | 0.17% | 0.92% | - |
| XYZ | 66.27 | 62.05 | 72.77 | - |
| YUV | 209.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 215 | 0 | 0.17 | 0.09 | 0.08 | 330.77 | 0.49 | 0.85 |
| Hex | EB | C4 | D7 | 0 | 11 | 9 | 8 | 14B | 31 | 55 |
| Octal | 353 | 304 | 327 | 0 | 21 | 11 | 10 | 513 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11010111 | 0 | 10001 | 1001 | 1000 | 101001011 | 110001 | 1010101 |
Color Harmonies of #EBC4D7
Complementary color
Monochromatic Colors of #EBC4D7
Black with #EBC4D7
Text Example
Text Example
White with #EBC4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4D7; }
p { color: rgb(235,196,215); }
H1.HeaderClassName
{
color: #EBC4D7;
}
.AnyTagClassName
{
color: #EBC4D7;
}
</style>
background-color css
<style>
a { background-color: #EBC4D7; }
a { background-color: rgb(235,196,215); }
div.DivClassName
{
background-color: #EBC4D7;
}
.BgClassName
{
background-color: #EBC4D7;
}
</style>
border-color css
<style>
span { border-color: #EBC4D7; }
span { border-color: rgb(235,196,215); }
td.TdClassName
{
border-color: #EBC4D7;
}
.TagClassName
{
border-color: #EBC4D7;
}
</style>