Shades of Classic Rose #ECBCD8
Tints of Classic Rose #ECBCD8
RGB
CMYK
RGB Variations
Color information
#ECBCD8 (or 0xECBCD8) is known color: Classic Rose. HEX triplet: EC, BC and D8. RGB value is (236,188,216). Sum of RGB (Red+Green+Blue) = 236+188+216=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD8 is #134327. Grayscale: #CDCDCD. Windows color (decimal): -1262376 or 14204140. OLE color: 14204140.
HSL color Cylindrical-coordinate representation of color #ECBCD8: hue angle of 325º 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 #ECBCD8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 216 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.07 |
| HSL | 325º | 0.56% | 0.83% | - |
| HSV(B) | 325º | 0.2% | 0.93% | - |
| XYZ | 64.97 | 58.76 | 72.88 | - |
| YUV | 205.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 216 | 0 | 0.20 | 0.08 | 0.07 | 325 | 0.56 | 0.83 |
| Hex | EC | BC | D8 | 0 | 14 | 8 | 7 | 145 | 38 | 53 |
| Octal | 354 | 274 | 330 | 0 | 24 | 10 | 7 | 505 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11011000 | 0 | 10100 | 1000 | 111 | 101000101 | 111000 | 1010011 |
Color Harmonies of #ECBCD8
Complementary color
Monochromatic Colors of #ECBCD8
Black with #ECBCD8
Text Example
Text Example
White with #ECBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCD8; }
p { color: rgb(236,188,216); }
H1.HeaderClassName
{
color: #ECBCD8;
}
.AnyTagClassName
{
color: #ECBCD8;
}
</style>
background-color css
<style>
a { background-color: #ECBCD8; }
a { background-color: rgb(236,188,216); }
div.DivClassName
{
background-color: #ECBCD8;
}
.BgClassName
{
background-color: #ECBCD8;
}
</style>
border-color css
<style>
span { border-color: #ECBCD8; }
span { border-color: rgb(236,188,216); }
td.TdClassName
{
border-color: #ECBCD8;
}
.TagClassName
{
border-color: #ECBCD8;
}
</style>