Shades of Classic Rose #ECC5D9
Tints of Classic Rose #ECC5D9
RGB
CMYK
RGB Variations
Color information
#ECC5D9 (or 0xECC5D9) is known color: Classic Rose. HEX triplet: EC, C5 and D9. RGB value is (236,197,217). Sum of RGB (Red+Green+Blue) = 236+197+217=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D9 is #133A26. Grayscale: #D2D2D2. Windows color (decimal): -1260071 or 14271980. OLE color: 14271980.
HSL color Cylindrical-coordinate representation of color #ECC5D9: hue angle of 329.23º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC5D9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 197 | 217 | - |
CMYK | 0 | 0.17 | 0.08 | 0.07 |
HSL | 329.23º | 0.51% | 0.85% | - |
HSV(B) | 329.23º | 0.17% | 0.93% | - |
XYZ | 67.08 | 62.78 | 74.23 | - |
YUV | 210.94 | 131.42 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 197 | 217 | 0 | 0.17 | 0.08 | 0.07 | 329.23 | 0.51 | 0.85 |
Hex | EC | C5 | D9 | 0 | 11 | 8 | 7 | 149 | 33 | 55 |
Octal | 354 | 305 | 331 | 0 | 21 | 10 | 7 | 511 | 63 | 125 |
Binary | 11101100 | 11000101 | 11011001 | 0 | 10001 | 1000 | 111 | 101001001 | 110011 | 1010101 |
Color Harmonies of #ECC5D9
Complementary color
Monochromatic Colors of #ECC5D9
Black with #ECC5D9
Text Example
Text Example
White with #ECC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5D9; }
p { color: rgb(236,197,217); }
H1.HeaderClassName
{
color: #ECC5D9;
}
.AnyTagClassName
{
color: #ECC5D9;
}
</style>
background-color css
<style>
a { background-color: #ECC5D9; }
a { background-color: rgb(236,197,217); }
div.DivClassName
{
background-color: #ECC5D9;
}
.BgClassName
{
background-color: #ECC5D9;
}
</style>
border-color css
<style>
span { border-color: #ECC5D9; }
span { border-color: rgb(236,197,217); }
td.TdClassName
{
border-color: #ECC5D9;
}
.TagClassName
{
border-color: #ECC5D9;
}
</style>