Shades of Classic Rose #ECC9DD
Tints of Classic Rose #ECC9DD
RGB
CMYK
RGB Variations
Color information
#ECC9DD (or 0xECC9DD) is known color: Classic Rose. HEX triplet: EC, C9 and DD. RGB value is (236,201,221). Sum of RGB (Red+Green+Blue) = 236+201+221=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9DD is #133622. Grayscale: #D5D5D5. Windows color (decimal): -1259043 or 14535148. OLE color: 14535148.
HSL color Cylindrical-coordinate representation of color #ECC9DD: hue angle of 325.71º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9DD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 221 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.07 |
| HSL | 325.71º | 0.48% | 0.86% | - |
| HSV(B) | 325.71º | 0.15% | 0.93% | - |
| XYZ | 68.53 | 64.83 | 77.31 | - |
| YUV | 213.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 221 | 0 | 0.15 | 0.06 | 0.07 | 325.71 | 0.48 | 0.86 |
| Hex | EC | C9 | DD | 0 | F | 6 | 7 | 146 | 30 | 56 |
| Octal | 354 | 311 | 335 | 0 | 17 | 6 | 7 | 506 | 60 | 126 |
| Binary | 11101100 | 11001001 | 11011101 | 0 | 1111 | 110 | 111 | 101000110 | 110000 | 1010110 |
Color Harmonies of #ECC9DD
Complementary color
Monochromatic Colors of #ECC9DD
Black with #ECC9DD
Text Example
Text Example
White with #ECC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9DD; }
p { color: rgb(236,201,221); }
H1.HeaderClassName
{
color: #ECC9DD;
}
.AnyTagClassName
{
color: #ECC9DD;
}
</style>
background-color css
<style>
a { background-color: #ECC9DD; }
a { background-color: rgb(236,201,221); }
div.DivClassName
{
background-color: #ECC9DD;
}
.BgClassName
{
background-color: #ECC9DD;
}
</style>
border-color css
<style>
span { border-color: #ECC9DD; }
span { border-color: rgb(236,201,221); }
td.TdClassName
{
border-color: #ECC9DD;
}
.TagClassName
{
border-color: #ECC9DD;
}
</style>