Shades of Classic Rose #ECC1DC
Tints of Classic Rose #ECC1DC
RGB
CMYK
RGB Variations
Color information
#ECC1DC (or 0xECC1DC) is known color: Classic Rose. HEX triplet: EC, C1 and DC. RGB value is (236,193,220). Sum of RGB (Red+Green+Blue) = 236+193+220=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DC is #133E23. Grayscale: #D0D0D0. Windows color (decimal): -1261092 or 14467564. OLE color: 14467564.
HSL color Cylindrical-coordinate representation of color #ECC1DC: hue angle of 322.33º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1DC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 220 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.07 |
| HSL | 322.33º | 0.53% | 0.84% | - |
| HSV(B) | 322.33º | 0.18% | 0.93% | - |
| XYZ | 66.58 | 61.14 | 76 | - |
| YUV | 208.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 220 | 0 | 0.18 | 0.07 | 0.07 | 322.33 | 0.53 | 0.84 |
| Hex | EC | C1 | DC | 0 | 12 | 7 | 7 | 142 | 35 | 54 |
| Octal | 354 | 301 | 334 | 0 | 22 | 7 | 7 | 502 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11011100 | 0 | 10010 | 111 | 111 | 101000010 | 110101 | 1010100 |
Color Harmonies of #ECC1DC
Complementary color
Monochromatic Colors of #ECC1DC
Black with #ECC1DC
Text Example
Text Example
White with #ECC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1DC; }
p { color: rgb(236,193,220); }
H1.HeaderClassName
{
color: #ECC1DC;
}
.AnyTagClassName
{
color: #ECC1DC;
}
</style>
background-color css
<style>
a { background-color: #ECC1DC; }
a { background-color: rgb(236,193,220); }
div.DivClassName
{
background-color: #ECC1DC;
}
.BgClassName
{
background-color: #ECC1DC;
}
</style>
border-color css
<style>
span { border-color: #ECC1DC; }
span { border-color: rgb(236,193,220); }
td.TdClassName
{
border-color: #ECC1DC;
}
.TagClassName
{
border-color: #ECC1DC;
}
</style>