Shades of Classic Rose #ECCBDB
Tints of Classic Rose #ECCBDB
RGB
CMYK
RGB Variations
Color information
#ECCBDB (or 0xECCBDB) is known color: Classic Rose. HEX triplet: EC, CB and DB. RGB value is (236,203,219). Sum of RGB (Red+Green+Blue) = 236+203+219=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBDB is #133424. Grayscale: #D6D6D6. Windows color (decimal): -1258533 or 14404588. OLE color: 14404588.
HSL color Cylindrical-coordinate representation of color #ECCBDB: hue angle of 330.91º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBDB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 219 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.07 |
| HSL | 330.91º | 0.46% | 0.86% | - |
| HSV(B) | 330.91º | 0.14% | 0.93% | - |
| XYZ | 68.73 | 65.66 | 76.07 | - |
| YUV | 214.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 219 | 0 | 0.14 | 0.07 | 0.07 | 330.91 | 0.46 | 0.86 |
| Hex | EC | CB | DB | 0 | E | 7 | 7 | 14B | 2E | 56 |
| Octal | 354 | 313 | 333 | 0 | 16 | 7 | 7 | 513 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11011011 | 0 | 1110 | 111 | 111 | 101001011 | 101110 | 1010110 |
Color Harmonies of #ECCBDB
Complementary color
Monochromatic Colors of #ECCBDB
Black with #ECCBDB
Text Example
Text Example
White with #ECCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBDB; }
p { color: rgb(236,203,219); }
H1.HeaderClassName
{
color: #ECCBDB;
}
.AnyTagClassName
{
color: #ECCBDB;
}
</style>
background-color css
<style>
a { background-color: #ECCBDB; }
a { background-color: rgb(236,203,219); }
div.DivClassName
{
background-color: #ECCBDB;
}
.BgClassName
{
background-color: #ECCBDB;
}
</style>
border-color css
<style>
span { border-color: #ECCBDB; }
span { border-color: rgb(236,203,219); }
td.TdClassName
{
border-color: #ECCBDB;
}
.TagClassName
{
border-color: #ECCBDB;
}
</style>