Shades of Classic Rose #ECC4DC
Tints of Classic Rose #ECC4DC
RGB
CMYK
RGB Variations
Color information
#ECC4DC (or 0xECC4DC) is known color: Classic Rose. HEX triplet: EC, C4 and DC. RGB value is (236,196,220). Sum of RGB (Red+Green+Blue) = 236+196+220=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4DC is #133B23. Grayscale: #D2D2D2. Windows color (decimal): -1260324 or 14468332. OLE color: 14468332.
HSL color Cylindrical-coordinate representation of color #ECC4DC: hue angle of 324º 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 #ECC4DC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 220 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.07 |
| HSL | 324º | 0.51% | 0.85% | - |
| HSV(B) | 324º | 0.17% | 0.93% | - |
| XYZ | 67.25 | 62.48 | 76.23 | - |
| YUV | 210.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 220 | 0 | 0.17 | 0.07 | 0.07 | 324 | 0.51 | 0.85 |
| Hex | EC | C4 | DC | 0 | 11 | 7 | 7 | 144 | 33 | 55 |
| Octal | 354 | 304 | 334 | 0 | 21 | 7 | 7 | 504 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11011100 | 0 | 10001 | 111 | 111 | 101000100 | 110011 | 1010101 |
Color Harmonies of #ECC4DC
Complementary color
Monochromatic Colors of #ECC4DC
Black with #ECC4DC
Text Example
Text Example
White with #ECC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4DC; }
p { color: rgb(236,196,220); }
H1.HeaderClassName
{
color: #ECC4DC;
}
.AnyTagClassName
{
color: #ECC4DC;
}
</style>
background-color css
<style>
a { background-color: #ECC4DC; }
a { background-color: rgb(236,196,220); }
div.DivClassName
{
background-color: #ECC4DC;
}
.BgClassName
{
background-color: #ECC4DC;
}
</style>
border-color css
<style>
span { border-color: #ECC4DC; }
span { border-color: rgb(236,196,220); }
td.TdClassName
{
border-color: #ECC4DC;
}
.TagClassName
{
border-color: #ECC4DC;
}
</style>