Shades of Classic Rose #ECC4DD
Tints of Classic Rose #ECC4DD
RGB
CMYK
RGB Variations
Color information
#ECC4DD (or 0xECC4DD) is known color: Classic Rose. HEX triplet: EC, C4 and DD. RGB value is (236,196,221). Sum of RGB (Red+Green+Blue) = 236+196+221=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4DD is #133B22. Grayscale: #D2D2D2. Windows color (decimal): -1260323 or 14533868. OLE color: 14533868.
HSL color Cylindrical-coordinate representation of color #ECC4DD: hue angle of 322.5º 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 #ECC4DD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 221 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.07 |
| HSL | 322.5º | 0.51% | 0.85% | - |
| HSV(B) | 322.5º | 0.17% | 0.93% | - |
| XYZ | 67.38 | 62.53 | 76.93 | - |
| YUV | 210.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 221 | 0 | 0.17 | 0.06 | 0.07 | 322.5 | 0.51 | 0.85 |
| Hex | EC | C4 | DD | 0 | 11 | 6 | 7 | 142 | 33 | 55 |
| Octal | 354 | 304 | 335 | 0 | 21 | 6 | 7 | 502 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11011101 | 0 | 10001 | 110 | 111 | 101000010 | 110011 | 1010101 |
Color Harmonies of #ECC4DD
Complementary color
Monochromatic Colors of #ECC4DD
Black with #ECC4DD
Text Example
Text Example
White with #ECC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4DD; }
p { color: rgb(236,196,221); }
H1.HeaderClassName
{
color: #ECC4DD;
}
.AnyTagClassName
{
color: #ECC4DD;
}
</style>
background-color css
<style>
a { background-color: #ECC4DD; }
a { background-color: rgb(236,196,221); }
div.DivClassName
{
background-color: #ECC4DD;
}
.BgClassName
{
background-color: #ECC4DD;
}
</style>
border-color css
<style>
span { border-color: #ECC4DD; }
span { border-color: rgb(236,196,221); }
td.TdClassName
{
border-color: #ECC4DD;
}
.TagClassName
{
border-color: #ECC4DD;
}
</style>