Shades of Classic Rose #ECBFDB
Tints of Classic Rose #ECBFDB
RGB
CMYK
RGB Variations
Color information
#ECBFDB (or 0xECBFDB) is known color: Classic Rose. HEX triplet: EC, BF and DB. RGB value is (236,191,219). Sum of RGB (Red+Green+Blue) = 236+191+219=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFDB is #134024. Grayscale: #CFCFCF. Windows color (decimal): -1261605 or 14401516. OLE color: 14401516.
HSL color Cylindrical-coordinate representation of color #ECBFDB: hue angle of 322.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFDB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 219 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.07 |
| HSL | 322.67º | 0.54% | 0.84% | - |
| HSV(B) | 322.67º | 0.19% | 0.93% | - |
| XYZ | 66.01 | 60.21 | 75.16 | - |
| YUV | 207.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 219 | 0 | 0.19 | 0.07 | 0.07 | 322.67 | 0.54 | 0.84 |
| Hex | EC | BF | DB | 0 | 13 | 7 | 7 | 143 | 36 | 54 |
| Octal | 354 | 277 | 333 | 0 | 23 | 7 | 7 | 503 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11011011 | 0 | 10011 | 111 | 111 | 101000011 | 110110 | 1010100 |
Color Harmonies of #ECBFDB
Complementary color
Monochromatic Colors of #ECBFDB
Black with #ECBFDB
Text Example
Text Example
White with #ECBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFDB; }
p { color: rgb(236,191,219); }
H1.HeaderClassName
{
color: #ECBFDB;
}
.AnyTagClassName
{
color: #ECBFDB;
}
</style>
background-color css
<style>
a { background-color: #ECBFDB; }
a { background-color: rgb(236,191,219); }
div.DivClassName
{
background-color: #ECBFDB;
}
.BgClassName
{
background-color: #ECBFDB;
}
</style>
border-color css
<style>
span { border-color: #ECBFDB; }
span { border-color: rgb(236,191,219); }
td.TdClassName
{
border-color: #ECBFDB;
}
.TagClassName
{
border-color: #ECBFDB;
}
</style>