Shades of Classic Rose #EBC4D9
Tints of Classic Rose #EBC4D9
RGB
CMYK
RGB Variations
Color information
#EBC4D9 (or 0xEBC4D9) is known color: Classic Rose. HEX triplet: EB, C4 and D9. RGB value is (235,196,217). Sum of RGB (Red+Green+Blue) = 235+196+217=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D9 is #143B26. Grayscale: #D2D2D2. Windows color (decimal): -1325863 or 14271723. OLE color: 14271723.
HSL color Cylindrical-coordinate representation of color #EBC4D9: hue angle of 327.69º 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 #EBC4D9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 217 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.08 |
| HSL | 327.69º | 0.49% | 0.85% | - |
| HSV(B) | 327.69º | 0.17% | 0.92% | - |
| XYZ | 66.53 | 62.15 | 74.14 | - |
| YUV | 210.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 217 | 0 | 0.17 | 0.08 | 0.08 | 327.69 | 0.49 | 0.85 |
| Hex | EB | C4 | D9 | 0 | 11 | 8 | 8 | 148 | 31 | 55 |
| Octal | 353 | 304 | 331 | 0 | 21 | 10 | 10 | 510 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11011001 | 0 | 10001 | 1000 | 1000 | 101001000 | 110001 | 1010101 |
Color Harmonies of #EBC4D9
Complementary color
Monochromatic Colors of #EBC4D9
Black with #EBC4D9
Text Example
Text Example
White with #EBC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4D9; }
p { color: rgb(235,196,217); }
H1.HeaderClassName
{
color: #EBC4D9;
}
.AnyTagClassName
{
color: #EBC4D9;
}
</style>
background-color css
<style>
a { background-color: #EBC4D9; }
a { background-color: rgb(235,196,217); }
div.DivClassName
{
background-color: #EBC4D9;
}
.BgClassName
{
background-color: #EBC4D9;
}
</style>
border-color css
<style>
span { border-color: #EBC4D9; }
span { border-color: rgb(235,196,217); }
td.TdClassName
{
border-color: #EBC4D9;
}
.TagClassName
{
border-color: #EBC4D9;
}
</style>