Shades of Classic Rose #EBCCDB
Tints of Classic Rose #EBCCDB
RGB
CMYK
RGB Variations
Color information
#EBCCDB (or 0xEBCCDB) is known color: Classic Rose. HEX triplet: EB, CC and DB. RGB value is (235,204,219). Sum of RGB (Red+Green+Blue) = 235+204+219=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDB is #143324. Grayscale: #D6D6D6. Windows color (decimal): -1323813 or 14404843. OLE color: 14404843.
HSL color Cylindrical-coordinate representation of color #EBCCDB: hue angle of 330.97º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCDB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 219 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.08 |
| HSL | 330.97º | 0.44% | 0.86% | - |
| HSV(B) | 330.97º | 0.13% | 0.92% | - |
| XYZ | 68.64 | 65.96 | 76.13 | - |
| YUV | 214.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 219 | 0 | 0.13 | 0.07 | 0.08 | 330.97 | 0.44 | 0.86 |
| Hex | EB | CC | DB | 0 | D | 7 | 8 | 14B | 2C | 56 |
| Octal | 353 | 314 | 333 | 0 | 15 | 7 | 10 | 513 | 54 | 126 |
| Binary | 11101011 | 11001100 | 11011011 | 0 | 1101 | 111 | 1000 | 101001011 | 101100 | 1010110 |
Color Harmonies of #EBCCDB
Complementary color
Monochromatic Colors of #EBCCDB
Black with #EBCCDB
Text Example
Text Example
White with #EBCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCDB; }
p { color: rgb(235,204,219); }
H1.HeaderClassName
{
color: #EBCCDB;
}
.AnyTagClassName
{
color: #EBCCDB;
}
</style>
background-color css
<style>
a { background-color: #EBCCDB; }
a { background-color: rgb(235,204,219); }
div.DivClassName
{
background-color: #EBCCDB;
}
.BgClassName
{
background-color: #EBCCDB;
}
</style>
border-color css
<style>
span { border-color: #EBCCDB; }
span { border-color: rgb(235,204,219); }
td.TdClassName
{
border-color: #EBCCDB;
}
.TagClassName
{
border-color: #EBCCDB;
}
</style>