Shades of Classic Rose #ECBBD8
Tints of Classic Rose #ECBBD8
RGB
CMYK
RGB Variations
Color information
#ECBBD8 (or 0xECBBD8) is known color: Classic Rose. HEX triplet: EC, BB and D8. RGB value is (236,187,216). Sum of RGB (Red+Green+Blue) = 236+187+216=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD8 is #134427. Grayscale: #CCCCCC. Windows color (decimal): -1262632 or 14203884. OLE color: 14203884.
HSL color Cylindrical-coordinate representation of color #ECBBD8: hue angle of 324.49º 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 #ECBBD8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 216 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 324.49º | 0.56% | 0.83% | - |
| HSV(B) | 324.49º | 0.21% | 0.93% | - |
| XYZ | 64.76 | 58.33 | 72.81 | - |
| YUV | 204.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 216 | 0 | 0.21 | 0.08 | 0.07 | 324.49 | 0.56 | 0.83 |
| Hex | EC | BB | D8 | 0 | 15 | 8 | 7 | 144 | 38 | 53 |
| Octal | 354 | 273 | 330 | 0 | 25 | 10 | 7 | 504 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11011000 | 0 | 10101 | 1000 | 111 | 101000100 | 111000 | 1010011 |
Color Harmonies of #ECBBD8
Complementary color
Monochromatic Colors of #ECBBD8
Black with #ECBBD8
Text Example
Text Example
White with #ECBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBD8; }
p { color: rgb(236,187,216); }
H1.HeaderClassName
{
color: #ECBBD8;
}
.AnyTagClassName
{
color: #ECBBD8;
}
</style>
background-color css
<style>
a { background-color: #ECBBD8; }
a { background-color: rgb(236,187,216); }
div.DivClassName
{
background-color: #ECBBD8;
}
.BgClassName
{
background-color: #ECBBD8;
}
</style>
border-color css
<style>
span { border-color: #ECBBD8; }
span { border-color: rgb(236,187,216); }
td.TdClassName
{
border-color: #ECBBD8;
}
.TagClassName
{
border-color: #ECBBD8;
}
</style>