Shades of Classic Rose #ECC4DE
Tints of Classic Rose #ECC4DE
RGB
CMYK
RGB Variations
Color information
#ECC4DE (or 0xECC4DE) is known color: Classic Rose. HEX triplet: EC, C4 and DE. RGB value is (236,196,222). Sum of RGB (Red+Green+Blue) = 236+196+222=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4DE is #133B21. Grayscale: #D2D2D2. Windows color (decimal): -1260322 or 14599404. OLE color: 14599404.
HSL color Cylindrical-coordinate representation of color #ECC4DE: hue angle of 321º 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 #ECC4DE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 222 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.07 |
| HSL | 321º | 0.51% | 0.85% | - |
| HSV(B) | 321º | 0.17% | 0.93% | - |
| XYZ | 67.52 | 62.59 | 77.63 | - |
| YUV | 210.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 222 | 0 | 0.17 | 0.06 | 0.07 | 321 | 0.51 | 0.85 |
| Hex | EC | C4 | DE | 0 | 11 | 6 | 7 | 141 | 33 | 55 |
| Octal | 354 | 304 | 336 | 0 | 21 | 6 | 7 | 501 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11011110 | 0 | 10001 | 110 | 111 | 101000001 | 110011 | 1010101 |
Color Harmonies of #ECC4DE
Complementary color
Monochromatic Colors of #ECC4DE
Black with #ECC4DE
Text Example
Text Example
White with #ECC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4DE; }
p { color: rgb(236,196,222); }
H1.HeaderClassName
{
color: #ECC4DE;
}
.AnyTagClassName
{
color: #ECC4DE;
}
</style>
background-color css
<style>
a { background-color: #ECC4DE; }
a { background-color: rgb(236,196,222); }
div.DivClassName
{
background-color: #ECC4DE;
}
.BgClassName
{
background-color: #ECC4DE;
}
</style>
border-color css
<style>
span { border-color: #ECC4DE; }
span { border-color: rgb(236,196,222); }
td.TdClassName
{
border-color: #ECC4DE;
}
.TagClassName
{
border-color: #ECC4DE;
}
</style>