Shades of Classic Rose #ECBCD3
Tints of Classic Rose #ECBCD3
RGB
CMYK
RGB Variations
Color information
#ECBCD3 (or 0xECBCD3) is known color: Classic Rose. HEX triplet: EC, BC and D3. RGB value is (236,188,211). Sum of RGB (Red+Green+Blue) = 236+188+211=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD3 is #13432C. Grayscale: #CCCCCC. Windows color (decimal): -1262381 or 13876460. OLE color: 13876460.
HSL color Cylindrical-coordinate representation of color #ECBCD3: hue angle of 331.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCD3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 211 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.07 |
| HSL | 331.25º | 0.56% | 0.83% | - |
| HSV(B) | 331.25º | 0.2% | 0.93% | - |
| XYZ | 64.33 | 58.5 | 69.53 | - |
| YUV | 204.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 211 | 0 | 0.20 | 0.11 | 0.07 | 331.25 | 0.56 | 0.83 |
| Hex | EC | BC | D3 | 0 | 14 | B | 7 | 14B | 38 | 53 |
| Octal | 354 | 274 | 323 | 0 | 24 | 13 | 7 | 513 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11010011 | 0 | 10100 | 1011 | 111 | 101001011 | 111000 | 1010011 |
Color Harmonies of #ECBCD3
Complementary color
Monochromatic Colors of #ECBCD3
Black with #ECBCD3
Text Example
Text Example
White with #ECBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCD3; }
p { color: rgb(236,188,211); }
H1.HeaderClassName
{
color: #ECBCD3;
}
.AnyTagClassName
{
color: #ECBCD3;
}
</style>
background-color css
<style>
a { background-color: #ECBCD3; }
a { background-color: rgb(236,188,211); }
div.DivClassName
{
background-color: #ECBCD3;
}
.BgClassName
{
background-color: #ECBCD3;
}
</style>
border-color css
<style>
span { border-color: #ECBCD3; }
span { border-color: rgb(236,188,211); }
td.TdClassName
{
border-color: #ECBCD3;
}
.TagClassName
{
border-color: #ECBCD3;
}
</style>