Shades of Classic Rose #ECC4D9
Tints of Classic Rose #ECC4D9
RGB
CMYK
RGB Variations
Color information
#ECC4D9 (or 0xECC4D9) is known color: Classic Rose. HEX triplet: EC, C4 and D9. RGB value is (236,196,217). Sum of RGB (Red+Green+Blue) = 236+196+217=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4D9 is #133B26. Grayscale: #D2D2D2. Windows color (decimal): -1260327 or 14271724. OLE color: 14271724.
HSL color Cylindrical-coordinate representation of color #ECC4D9: hue angle of 328.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 #ECC4D9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 196 | 217 | - |
CMYK | 0 | 0.17 | 0.08 | 0.07 |
HSL | 328.5º | 0.51% | 0.85% | - |
HSV(B) | 328.5º | 0.17% | 0.93% | - |
XYZ | 66.86 | 62.32 | 74.15 | - |
YUV | 210.35 | 131.75 | 146.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 196 | 217 | 0 | 0.17 | 0.08 | 0.07 | 328.5 | 0.51 | 0.85 |
Hex | EC | C4 | D9 | 0 | 11 | 8 | 7 | 148 | 33 | 55 |
Octal | 354 | 304 | 331 | 0 | 21 | 10 | 7 | 510 | 63 | 125 |
Binary | 11101100 | 11000100 | 11011001 | 0 | 10001 | 1000 | 111 | 101001000 | 110011 | 1010101 |
Color Harmonies of #ECC4D9
Complementary color
Monochromatic Colors of #ECC4D9
Black with #ECC4D9
Text Example
Text Example
White with #ECC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4D9; }
p { color: rgb(236,196,217); }
H1.HeaderClassName
{
color: #ECC4D9;
}
.AnyTagClassName
{
color: #ECC4D9;
}
</style>
background-color css
<style>
a { background-color: #ECC4D9; }
a { background-color: rgb(236,196,217); }
div.DivClassName
{
background-color: #ECC4D9;
}
.BgClassName
{
background-color: #ECC4D9;
}
</style>
border-color css
<style>
span { border-color: #ECC4D9; }
span { border-color: rgb(236,196,217); }
td.TdClassName
{
border-color: #ECC4D9;
}
.TagClassName
{
border-color: #ECC4D9;
}
</style>