Shades of Classic Rose #EBC7D9
Tints of Classic Rose #EBC7D9
RGB
CMYK
RGB Variations
Color information
#EBC7D9 (or 0xEBC7D9) is known color: Classic Rose. HEX triplet: EB, C7 and D9. RGB value is (235,199,217). Sum of RGB (Red+Green+Blue) = 235+199+217=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7D9 is #143826. Grayscale: #D3D3D3. Windows color (decimal): -1325095 or 14272491. OLE color: 14272491.
HSL color Cylindrical-coordinate representation of color #EBC7D9: hue angle of 330º 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 #EBC7D9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 217 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.08 |
| HSL | 330º | 0.47% | 0.85% | - |
| HSV(B) | 330º | 0.15% | 0.92% | - |
| XYZ | 67.21 | 63.52 | 74.36 | - |
| YUV | 211.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 217 | 0 | 0.15 | 0.08 | 0.08 | 330 | 0.47 | 0.85 |
| Hex | EB | C7 | D9 | 0 | F | 8 | 8 | 14A | 2F | 55 |
| Octal | 353 | 307 | 331 | 0 | 17 | 10 | 10 | 512 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11011001 | 0 | 1111 | 1000 | 1000 | 101001010 | 101111 | 1010101 |
Color Harmonies of #EBC7D9
Complementary color
Monochromatic Colors of #EBC7D9
Black with #EBC7D9
Text Example
Text Example
White with #EBC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7D9; }
p { color: rgb(235,199,217); }
H1.HeaderClassName
{
color: #EBC7D9;
}
.AnyTagClassName
{
color: #EBC7D9;
}
</style>
background-color css
<style>
a { background-color: #EBC7D9; }
a { background-color: rgb(235,199,217); }
div.DivClassName
{
background-color: #EBC7D9;
}
.BgClassName
{
background-color: #EBC7D9;
}
</style>
border-color css
<style>
span { border-color: #EBC7D9; }
span { border-color: rgb(235,199,217); }
td.TdClassName
{
border-color: #EBC7D9;
}
.TagClassName
{
border-color: #EBC7D9;
}
</style>