Shades of Classic Rose #ECBBD7
Tints of Classic Rose #ECBBD7
RGB
CMYK
RGB Variations
Color information
#ECBBD7 (or 0xECBBD7) is known color: Classic Rose. HEX triplet: EC, BB and D7. RGB value is (236,187,215). Sum of RGB (Red+Green+Blue) = 236+187+215=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD7 is #134428. Grayscale: #CCCCCC. Windows color (decimal): -1262633 or 14138348. OLE color: 14138348.
HSL color Cylindrical-coordinate representation of color #ECBBD7: hue angle of 325.71º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBBD7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 215 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.07 |
| HSL | 325.71º | 0.56% | 0.83% | - |
| HSV(B) | 325.71º | 0.21% | 0.93% | - |
| XYZ | 64.63 | 58.28 | 72.13 | - |
| YUV | 204.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 215 | 0 | 0.21 | 0.09 | 0.07 | 325.71 | 0.56 | 0.83 |
| Hex | EC | BB | D7 | 0 | 15 | 9 | 7 | 146 | 38 | 53 |
| Octal | 354 | 273 | 327 | 0 | 25 | 11 | 7 | 506 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11010111 | 0 | 10101 | 1001 | 111 | 101000110 | 111000 | 1010011 |
Color Harmonies of #ECBBD7
Complementary color
Monochromatic Colors of #ECBBD7
Black with #ECBBD7
Text Example
Text Example
White with #ECBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBD7; }
p { color: rgb(236,187,215); }
H1.HeaderClassName
{
color: #ECBBD7;
}
.AnyTagClassName
{
color: #ECBBD7;
}
</style>
background-color css
<style>
a { background-color: #ECBBD7; }
a { background-color: rgb(236,187,215); }
div.DivClassName
{
background-color: #ECBBD7;
}
.BgClassName
{
background-color: #ECBBD7;
}
</style>
border-color css
<style>
span { border-color: #ECBBD7; }
span { border-color: rgb(236,187,215); }
td.TdClassName
{
border-color: #ECBBD7;
}
.TagClassName
{
border-color: #ECBBD7;
}
</style>