Shades of Classic Rose #ECBBD6
Tints of Classic Rose #ECBBD6
RGB
CMYK
RGB Variations
Color information
#ECBBD6 (or 0xECBBD6) is known color: Classic Rose. HEX triplet: EC, BB and D6. RGB value is (236,187,214). Sum of RGB (Red+Green+Blue) = 236+187+214=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD6 is #134429. Grayscale: #CCCCCC. Windows color (decimal): -1262634 or 14072812. OLE color: 14072812.
HSL color Cylindrical-coordinate representation of color #ECBBD6: hue angle of 326.94º 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 #ECBBD6 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 214 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.07 |
| HSL | 326.94º | 0.56% | 0.83% | - |
| HSV(B) | 326.94º | 0.21% | 0.93% | - |
| XYZ | 64.5 | 58.23 | 71.46 | - |
| YUV | 204.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 214 | 0 | 0.21 | 0.09 | 0.07 | 326.94 | 0.56 | 0.83 |
| Hex | EC | BB | D6 | 0 | 15 | 9 | 7 | 147 | 38 | 53 |
| Octal | 354 | 273 | 326 | 0 | 25 | 11 | 7 | 507 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11010110 | 0 | 10101 | 1001 | 111 | 101000111 | 111000 | 1010011 |
Color Harmonies of #ECBBD6
Complementary color
Monochromatic Colors of #ECBBD6
Black with #ECBBD6
Text Example
Text Example
White with #ECBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBD6; }
p { color: rgb(236,187,214); }
H1.HeaderClassName
{
color: #ECBBD6;
}
.AnyTagClassName
{
color: #ECBBD6;
}
</style>
background-color css
<style>
a { background-color: #ECBBD6; }
a { background-color: rgb(236,187,214); }
div.DivClassName
{
background-color: #ECBBD6;
}
.BgClassName
{
background-color: #ECBBD6;
}
</style>
border-color css
<style>
span { border-color: #ECBBD6; }
span { border-color: rgb(236,187,214); }
td.TdClassName
{
border-color: #ECBBD6;
}
.TagClassName
{
border-color: #ECBBD6;
}
</style>