Shades of Classic Rose #EBC7D7
Tints of Classic Rose #EBC7D7
RGB
CMYK
RGB Variations
Color information
#EBC7D7 (or 0xEBC7D7) is known color: Classic Rose. HEX triplet: EB, C7 and D7. RGB value is (235,199,215). Sum of RGB (Red+Green+Blue) = 235+199+215=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7D7 is #143828. Grayscale: #D3D3D3. Windows color (decimal): -1325097 or 14141419. OLE color: 14141419.
HSL color Cylindrical-coordinate representation of color #EBC7D7: hue angle of 333.33º 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 #EBC7D7 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 215 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.08 |
| HSL | 333.33º | 0.47% | 0.85% | - |
| HSV(B) | 333.33º | 0.15% | 0.92% | - |
| XYZ | 66.95 | 63.42 | 73 | - |
| YUV | 211.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 215 | 0 | 0.15 | 0.09 | 0.08 | 333.33 | 0.47 | 0.85 |
| Hex | EB | C7 | D7 | 0 | F | 9 | 8 | 14D | 2F | 55 |
| Octal | 353 | 307 | 327 | 0 | 17 | 11 | 10 | 515 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11010111 | 0 | 1111 | 1001 | 1000 | 101001101 | 101111 | 1010101 |
Color Harmonies of #EBC7D7
Complementary color
Monochromatic Colors of #EBC7D7
Black with #EBC7D7
Text Example
Text Example
White with #EBC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7D7; }
p { color: rgb(235,199,215); }
H1.HeaderClassName
{
color: #EBC7D7;
}
.AnyTagClassName
{
color: #EBC7D7;
}
</style>
background-color css
<style>
a { background-color: #EBC7D7; }
a { background-color: rgb(235,199,215); }
div.DivClassName
{
background-color: #EBC7D7;
}
.BgClassName
{
background-color: #EBC7D7;
}
</style>
border-color css
<style>
span { border-color: #EBC7D7; }
span { border-color: rgb(235,199,215); }
td.TdClassName
{
border-color: #EBC7D7;
}
.TagClassName
{
border-color: #EBC7D7;
}
</style>