Shades of Classic Rose #ECC7DD
Tints of Classic Rose #ECC7DD
RGB
CMYK
RGB Variations
Color information
#ECC7DD (or 0xECC7DD) is known color: Classic Rose. HEX triplet: EC, C7 and DD. RGB value is (236,199,221). Sum of RGB (Red+Green+Blue) = 236+199+221=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7DD is #133822. Grayscale: #D4D4D4. Windows color (decimal): -1259555 or 14534636. OLE color: 14534636.
HSL color Cylindrical-coordinate representation of color #ECC7DD: hue angle of 324.32º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7DD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 221 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.07 |
| HSL | 324.32º | 0.49% | 0.85% | - |
| HSV(B) | 324.32º | 0.16% | 0.93% | - |
| XYZ | 68.07 | 63.9 | 77.15 | - |
| YUV | 212.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 221 | 0 | 0.16 | 0.06 | 0.07 | 324.32 | 0.49 | 0.85 |
| Hex | EC | C7 | DD | 0 | 10 | 6 | 7 | 144 | 31 | 55 |
| Octal | 354 | 307 | 335 | 0 | 20 | 6 | 7 | 504 | 61 | 125 |
| Binary | 11101100 | 11000111 | 11011101 | 0 | 10000 | 110 | 111 | 101000100 | 110001 | 1010101 |
Color Harmonies of #ECC7DD
Complementary color
Monochromatic Colors of #ECC7DD
Black with #ECC7DD
Text Example
Text Example
White with #ECC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7DD; }
p { color: rgb(236,199,221); }
H1.HeaderClassName
{
color: #ECC7DD;
}
.AnyTagClassName
{
color: #ECC7DD;
}
</style>
background-color css
<style>
a { background-color: #ECC7DD; }
a { background-color: rgb(236,199,221); }
div.DivClassName
{
background-color: #ECC7DD;
}
.BgClassName
{
background-color: #ECC7DD;
}
</style>
border-color css
<style>
span { border-color: #ECC7DD; }
span { border-color: rgb(236,199,221); }
td.TdClassName
{
border-color: #ECC7DD;
}
.TagClassName
{
border-color: #ECC7DD;
}
</style>