Shades of Classic Rose #EBC4DD
Tints of Classic Rose #EBC4DD
RGB
CMYK
RGB Variations
Color information
#EBC4DD (or 0xEBC4DD) is known color: Classic Rose. HEX triplet: EB, C4 and DD. RGB value is (235,196,221). Sum of RGB (Red+Green+Blue) = 235+196+221=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4DD is #143B22. Grayscale: #D2D2D2. Windows color (decimal): -1325859 or 14533867. OLE color: 14533867.
HSL color Cylindrical-coordinate representation of color #EBC4DD: hue angle of 321.54º 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 #EBC4DD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 221 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.08 |
| HSL | 321.54º | 0.49% | 0.85% | - |
| HSV(B) | 321.54º | 0.17% | 0.92% | - |
| XYZ | 67.05 | 62.36 | 76.91 | - |
| YUV | 210.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 221 | 0 | 0.17 | 0.06 | 0.08 | 321.54 | 0.49 | 0.85 |
| Hex | EB | C4 | DD | 0 | 11 | 6 | 8 | 142 | 31 | 55 |
| Octal | 353 | 304 | 335 | 0 | 21 | 6 | 10 | 502 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11011101 | 0 | 10001 | 110 | 1000 | 101000010 | 110001 | 1010101 |
Color Harmonies of #EBC4DD
Complementary color
Monochromatic Colors of #EBC4DD
Black with #EBC4DD
Text Example
Text Example
White with #EBC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4DD; }
p { color: rgb(235,196,221); }
H1.HeaderClassName
{
color: #EBC4DD;
}
.AnyTagClassName
{
color: #EBC4DD;
}
</style>
background-color css
<style>
a { background-color: #EBC4DD; }
a { background-color: rgb(235,196,221); }
div.DivClassName
{
background-color: #EBC4DD;
}
.BgClassName
{
background-color: #EBC4DD;
}
</style>
border-color css
<style>
span { border-color: #EBC4DD; }
span { border-color: rgb(235,196,221); }
td.TdClassName
{
border-color: #EBC4DD;
}
.TagClassName
{
border-color: #EBC4DD;
}
</style>