Shades of Classic Rose #ECC5D5
Tints of Classic Rose #ECC5D5
RGB
CMYK
RGB Variations
Color information
#ECC5D5 (or 0xECC5D5) is known color: Classic Rose. HEX triplet: EC, C5 and D5. RGB value is (236,197,213). Sum of RGB (Red+Green+Blue) = 236+197+213=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D5 is #133A2A. Grayscale: #D2D2D2. Windows color (decimal): -1260075 or 14009836. OLE color: 14009836.
HSL color Cylindrical-coordinate representation of color #ECC5D5: hue angle of 335.38º 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 #ECC5D5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 197 | 213 | - |
CMYK | 0 | 0.17 | 0.10 | 0.07 |
HSL | 335.38º | 0.51% | 0.85% | - |
HSV(B) | 335.38º | 0.17% | 0.93% | - |
XYZ | 66.57 | 62.57 | 71.52 | - |
YUV | 210.49 | 129.42 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 197 | 213 | 0 | 0.17 | 0.10 | 0.07 | 335.38 | 0.51 | 0.85 |
Hex | EC | C5 | D5 | 0 | 11 | A | 7 | 14F | 33 | 55 |
Octal | 354 | 305 | 325 | 0 | 21 | 12 | 7 | 517 | 63 | 125 |
Binary | 11101100 | 11000101 | 11010101 | 0 | 10001 | 1010 | 111 | 101001111 | 110011 | 1010101 |
Color Harmonies of #ECC5D5
Complementary color
Monochromatic Colors of #ECC5D5
Black with #ECC5D5
Text Example
Text Example
White with #ECC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5D5; }
p { color: rgb(236,197,213); }
H1.HeaderClassName
{
color: #ECC5D5;
}
.AnyTagClassName
{
color: #ECC5D5;
}
</style>
background-color css
<style>
a { background-color: #ECC5D5; }
a { background-color: rgb(236,197,213); }
div.DivClassName
{
background-color: #ECC5D5;
}
.BgClassName
{
background-color: #ECC5D5;
}
</style>
border-color css
<style>
span { border-color: #ECC5D5; }
span { border-color: rgb(236,197,213); }
td.TdClassName
{
border-color: #ECC5D5;
}
.TagClassName
{
border-color: #ECC5D5;
}
</style>