Shades of Classic Rose #ECC0DC
Tints of Classic Rose #ECC0DC
RGB
CMYK
RGB Variations
Color information
#ECC0DC (or 0xECC0DC) is known color: Classic Rose. HEX triplet: EC, C0 and DC. RGB value is (236,192,220). Sum of RGB (Red+Green+Blue) = 236+192+220=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DC is #133F23. Grayscale: #D0D0D0. Windows color (decimal): -1261348 or 14467308. OLE color: 14467308.
HSL color Cylindrical-coordinate representation of color #ECC0DC: hue angle of 321.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0DC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 192 | 220 | - |
CMYK | 0 | 0.19 | 0.07 | 0.07 |
HSL | 321.82º | 0.54% | 0.84% | - |
HSV(B) | 321.82º | 0.19% | 0.93% | - |
XYZ | 66.36 | 60.7 | 75.93 | - |
YUV | 208.35 | 134.58 | 147.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 192 | 220 | 0 | 0.19 | 0.07 | 0.07 | 321.82 | 0.54 | 0.84 |
Hex | EC | C0 | DC | 0 | 13 | 7 | 7 | 142 | 36 | 54 |
Octal | 354 | 300 | 334 | 0 | 23 | 7 | 7 | 502 | 66 | 124 |
Binary | 11101100 | 11000000 | 11011100 | 0 | 10011 | 111 | 111 | 101000010 | 110110 | 1010100 |
Color Harmonies of #ECC0DC
Complementary color
Monochromatic Colors of #ECC0DC
Black with #ECC0DC
Text Example
Text Example
White with #ECC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0DC; }
p { color: rgb(236,192,220); }
H1.HeaderClassName
{
color: #ECC0DC;
}
.AnyTagClassName
{
color: #ECC0DC;
}
</style>
background-color css
<style>
a { background-color: #ECC0DC; }
a { background-color: rgb(236,192,220); }
div.DivClassName
{
background-color: #ECC0DC;
}
.BgClassName
{
background-color: #ECC0DC;
}
</style>
border-color css
<style>
span { border-color: #ECC0DC; }
span { border-color: rgb(236,192,220); }
td.TdClassName
{
border-color: #ECC0DC;
}
.TagClassName
{
border-color: #ECC0DC;
}
</style>