Shades of Classic Rose #ECBCD9
Tints of Classic Rose #ECBCD9
RGB
CMYK
RGB Variations
Color information
#ECBCD9 (or 0xECBCD9) is known color: Classic Rose. HEX triplet: EC, BC and D9. RGB value is (236,188,217). Sum of RGB (Red+Green+Blue) = 236+188+217=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCD9 is #134326. Grayscale: #CDCDCD. Windows color (decimal): -1262375 or 14269676. OLE color: 14269676.
HSL color Cylindrical-coordinate representation of color #ECBCD9: hue angle of 323.75º 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 #ECBCD9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 188 | 217 | - |
CMYK | 0 | 0.20 | 0.08 | 0.07 |
HSL | 323.75º | 0.56% | 0.83% | - |
HSV(B) | 323.75º | 0.2% | 0.93% | - |
XYZ | 65.1 | 58.81 | 73.57 | - |
YUV | 205.66 | 134.4 | 149.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 188 | 217 | 0 | 0.20 | 0.08 | 0.07 | 323.75 | 0.56 | 0.83 |
Hex | EC | BC | D9 | 0 | 14 | 8 | 7 | 144 | 38 | 53 |
Octal | 354 | 274 | 331 | 0 | 24 | 10 | 7 | 504 | 70 | 123 |
Binary | 11101100 | 10111100 | 11011001 | 0 | 10100 | 1000 | 111 | 101000100 | 111000 | 1010011 |
Color Harmonies of #ECBCD9
Complementary color
Monochromatic Colors of #ECBCD9
Black with #ECBCD9
Text Example
Text Example
White with #ECBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCD9; }
p { color: rgb(236,188,217); }
H1.HeaderClassName
{
color: #ECBCD9;
}
.AnyTagClassName
{
color: #ECBCD9;
}
</style>
background-color css
<style>
a { background-color: #ECBCD9; }
a { background-color: rgb(236,188,217); }
div.DivClassName
{
background-color: #ECBCD9;
}
.BgClassName
{
background-color: #ECBCD9;
}
</style>
border-color css
<style>
span { border-color: #ECBCD9; }
span { border-color: rgb(236,188,217); }
td.TdClassName
{
border-color: #ECBCD9;
}
.TagClassName
{
border-color: #ECBCD9;
}
</style>