Shades of Classic Rose #ECBBD3
Tints of Classic Rose #ECBBD3
RGB
CMYK
RGB Variations
Color information
#ECBBD3 (or 0xECBBD3) is known color: Classic Rose. HEX triplet: EC, BB and D3. RGB value is (236,187,211). Sum of RGB (Red+Green+Blue) = 236+187+211=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBD3 is #13442C. Grayscale: #CCCCCC. Windows color (decimal): -1262637 or 13876204. OLE color: 13876204.
HSL color Cylindrical-coordinate representation of color #ECBBD3: hue angle of 330.61º 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 #ECBBD3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 211 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 330.61º | 0.56% | 0.83% | - |
| HSV(B) | 330.61º | 0.21% | 0.93% | - |
| XYZ | 64.12 | 58.08 | 69.46 | - |
| YUV | 204.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 211 | 0 | 0.21 | 0.11 | 0.07 | 330.61 | 0.56 | 0.83 |
| Hex | EC | BB | D3 | 0 | 15 | B | 7 | 14B | 38 | 53 |
| Octal | 354 | 273 | 323 | 0 | 25 | 13 | 7 | 513 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11010011 | 0 | 10101 | 1011 | 111 | 101001011 | 111000 | 1010011 |
Color Harmonies of #ECBBD3
Complementary color
Monochromatic Colors of #ECBBD3
Black with #ECBBD3
Text Example
Text Example
White with #ECBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBD3; }
p { color: rgb(236,187,211); }
H1.HeaderClassName
{
color: #ECBBD3;
}
.AnyTagClassName
{
color: #ECBBD3;
}
</style>
background-color css
<style>
a { background-color: #ECBBD3; }
a { background-color: rgb(236,187,211); }
div.DivClassName
{
background-color: #ECBBD3;
}
.BgClassName
{
background-color: #ECBBD3;
}
</style>
border-color css
<style>
span { border-color: #ECBBD3; }
span { border-color: rgb(236,187,211); }
td.TdClassName
{
border-color: #ECBBD3;
}
.TagClassName
{
border-color: #ECBBD3;
}
</style>