Shades of Classic Rose #ECBBD2
Tints of Classic Rose #ECBBD2
RGB
CMYK
RGB Variations
Color information
#ECBBD2 (or 0xECBBD2) is known color: Classic Rose. HEX triplet: EC, BB and D2. RGB value is (236,187,210). Sum of RGB (Red+Green+Blue) = 236+187+210=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD2 is #13442D. Grayscale: #CCCCCC. Windows color (decimal): -1262638 or 13810668. OLE color: 13810668.
HSL color Cylindrical-coordinate representation of color #ECBBD2: hue angle of 331.84º 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 #ECBBD2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 210 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 331.84º | 0.56% | 0.83% | - |
| HSV(B) | 331.84º | 0.21% | 0.93% | - |
| XYZ | 64 | 58.03 | 68.8 | - |
| YUV | 204.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 210 | 0 | 0.21 | 0.11 | 0.07 | 331.84 | 0.56 | 0.83 |
| Hex | EC | BB | D2 | 0 | 15 | B | 7 | 14C | 38 | 53 |
| Octal | 354 | 273 | 322 | 0 | 25 | 13 | 7 | 514 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11010010 | 0 | 10101 | 1011 | 111 | 101001100 | 111000 | 1010011 |
Color Harmonies of #ECBBD2
Complementary color
Monochromatic Colors of #ECBBD2
Black with #ECBBD2
Text Example
Text Example
White with #ECBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBD2; }
p { color: rgb(236,187,210); }
H1.HeaderClassName
{
color: #ECBBD2;
}
.AnyTagClassName
{
color: #ECBBD2;
}
</style>
background-color css
<style>
a { background-color: #ECBBD2; }
a { background-color: rgb(236,187,210); }
div.DivClassName
{
background-color: #ECBBD2;
}
.BgClassName
{
background-color: #ECBBD2;
}
</style>
border-color css
<style>
span { border-color: #ECBBD2; }
span { border-color: rgb(236,187,210); }
td.TdClassName
{
border-color: #ECBBD2;
}
.TagClassName
{
border-color: #ECBBD2;
}
</style>