Shades of Classic Rose #ECC2DB
Tints of Classic Rose #ECC2DB
RGB
CMYK
RGB Variations
Color information
#ECC2DB (or 0xECC2DB) is known color: Classic Rose. HEX triplet: EC, C2 and DB. RGB value is (236,194,219). Sum of RGB (Red+Green+Blue) = 236+194+219=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DB is #133D24. Grayscale: #D1D1D1. Windows color (decimal): -1260837 or 14402284. OLE color: 14402284.
HSL color Cylindrical-coordinate representation of color #ECC2DB: hue angle of 324.29º degrees, saturation: 0.52, 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 #ECC2DB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 219 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.07 |
| HSL | 324.29º | 0.53% | 0.84% | - |
| HSV(B) | 324.29º | 0.18% | 0.93% | - |
| XYZ | 66.67 | 61.53 | 75.38 | - |
| YUV | 209.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 219 | 0 | 0.18 | 0.07 | 0.07 | 324.29 | 0.53 | 0.84 |
| Hex | EC | C2 | DB | 0 | 12 | 7 | 7 | 144 | 34 | 54 |
| Octal | 354 | 302 | 333 | 0 | 22 | 7 | 7 | 504 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11011011 | 0 | 10010 | 111 | 111 | 101000100 | 110100 | 1010100 |
Color Harmonies of #ECC2DB
Complementary color
Monochromatic Colors of #ECC2DB
Black with #ECC2DB
Text Example
Text Example
White with #ECC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2DB; }
p { color: rgb(236,194,219); }
H1.HeaderClassName
{
color: #ECC2DB;
}
.AnyTagClassName
{
color: #ECC2DB;
}
</style>
background-color css
<style>
a { background-color: #ECC2DB; }
a { background-color: rgb(236,194,219); }
div.DivClassName
{
background-color: #ECC2DB;
}
.BgClassName
{
background-color: #ECC2DB;
}
</style>
border-color css
<style>
span { border-color: #ECC2DB; }
span { border-color: rgb(236,194,219); }
td.TdClassName
{
border-color: #ECC2DB;
}
.TagClassName
{
border-color: #ECC2DB;
}
</style>