Shades of Classic Rose #ECCDDC
Tints of Classic Rose #ECCDDC
RGB
CMYK
RGB Variations
Color information
#ECCDDC (or 0xECCDDC) is known color: Classic Rose. HEX triplet: EC, CD and DC. RGB value is (236,205,220). Sum of RGB (Red+Green+Blue) = 236+205+220=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDC is #133223. Grayscale: #D7D7D7. Windows color (decimal): -1258020 or 14470636. OLE color: 14470636.
HSL color Cylindrical-coordinate representation of color #ECCDDC: hue angle of 330.97º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDDC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 220 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.07 |
| HSL | 330.97º | 0.45% | 0.86% | - |
| HSV(B) | 330.97º | 0.13% | 0.93% | - |
| XYZ | 69.34 | 66.66 | 76.92 | - |
| YUV | 215.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 220 | 0 | 0.13 | 0.07 | 0.07 | 330.97 | 0.45 | 0.86 |
| Hex | EC | CD | DC | 0 | D | 7 | 7 | 14B | 2D | 56 |
| Octal | 354 | 315 | 334 | 0 | 15 | 7 | 7 | 513 | 55 | 126 |
| Binary | 11101100 | 11001101 | 11011100 | 0 | 1101 | 111 | 111 | 101001011 | 101101 | 1010110 |
Color Harmonies of #ECCDDC
Complementary color
Monochromatic Colors of #ECCDDC
Black with #ECCDDC
Text Example
Text Example
White with #ECCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDDC; }
p { color: rgb(236,205,220); }
H1.HeaderClassName
{
color: #ECCDDC;
}
.AnyTagClassName
{
color: #ECCDDC;
}
</style>
background-color css
<style>
a { background-color: #ECCDDC; }
a { background-color: rgb(236,205,220); }
div.DivClassName
{
background-color: #ECCDDC;
}
.BgClassName
{
background-color: #ECCDDC;
}
</style>
border-color css
<style>
span { border-color: #ECCDDC; }
span { border-color: rgb(236,205,220); }
td.TdClassName
{
border-color: #ECCDDC;
}
.TagClassName
{
border-color: #ECCDDC;
}
</style>