Shades of Classic Rose #ECC0DD
Tints of Classic Rose #ECC0DD
RGB
CMYK
RGB Variations
Color information
#ECC0DD (or 0xECC0DD) is known color: Classic Rose. HEX triplet: EC, C0 and DD. RGB value is (236,192,221). Sum of RGB (Red+Green+Blue) = 236+192+221=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DD is #133F22. Grayscale: #D0D0D0. Windows color (decimal): -1261347 or 14532844. OLE color: 14532844.
HSL color Cylindrical-coordinate representation of color #ECC0DD: hue angle of 320.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0DD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 221 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.07 |
| HSL | 320.45º | 0.54% | 0.84% | - |
| HSV(B) | 320.45º | 0.19% | 0.93% | - |
| XYZ | 66.49 | 60.75 | 76.63 | - |
| YUV | 208.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 221 | 0 | 0.19 | 0.06 | 0.07 | 320.45 | 0.54 | 0.84 |
| Hex | EC | C0 | DD | 0 | 13 | 6 | 7 | 140 | 36 | 54 |
| Octal | 354 | 300 | 335 | 0 | 23 | 6 | 7 | 500 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11011101 | 0 | 10011 | 110 | 111 | 101000000 | 110110 | 1010100 |
Color Harmonies of #ECC0DD
Complementary color
Monochromatic Colors of #ECC0DD
Black with #ECC0DD
Text Example
Text Example
White with #ECC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0DD; }
p { color: rgb(236,192,221); }
H1.HeaderClassName
{
color: #ECC0DD;
}
.AnyTagClassName
{
color: #ECC0DD;
}
</style>
background-color css
<style>
a { background-color: #ECC0DD; }
a { background-color: rgb(236,192,221); }
div.DivClassName
{
background-color: #ECC0DD;
}
.BgClassName
{
background-color: #ECC0DD;
}
</style>
border-color css
<style>
span { border-color: #ECC0DD; }
span { border-color: rgb(236,192,221); }
td.TdClassName
{
border-color: #ECC0DD;
}
.TagClassName
{
border-color: #ECC0DD;
}
</style>