Shades of Lavender Rose #ECACDB
Tints of Lavender Rose #ECACDB
RGB
CMYK
RGB Variations
Color information
#ECACDB (or 0xECACDB) is known color: Lavender Rose. HEX triplet: EC, AC and DB. RGB value is (236,172,219). Sum of RGB (Red+Green+Blue) = 236+172+219=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACDB is #135324. Grayscale: #C4C4C4. Windows color (decimal): -1266469 or 14396652. OLE color: 14396652.
HSL color Cylindrical-coordinate representation of color #ECACDB: hue angle of 315.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACDB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 219 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.07 |
| HSL | 315.94º | 0.63% | 0.8% | - |
| HSV(B) | 315.94º | 0.27% | 0.93% | - |
| XYZ | 62.13 | 52.45 | 73.87 | - |
| YUV | 196.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 219 | 0 | 0.27 | 0.07 | 0.07 | 315.94 | 0.63 | 0.8 |
| Hex | EC | AC | DB | 0 | 1B | 7 | 7 | 13C | 3F | 50 |
| Octal | 354 | 254 | 333 | 0 | 33 | 7 | 7 | 474 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11011011 | 0 | 11011 | 111 | 111 | 100111100 | 111111 | 1010000 |
Color Harmonies of #ECACDB
Complementary color
Monochromatic Colors of #ECACDB
Black with #ECACDB
Text Example
Text Example
White with #ECACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACDB; }
p { color: rgb(236,172,219); }
H1.HeaderClassName
{
color: #ECACDB;
}
.AnyTagClassName
{
color: #ECACDB;
}
</style>
background-color css
<style>
a { background-color: #ECACDB; }
a { background-color: rgb(236,172,219); }
div.DivClassName
{
background-color: #ECACDB;
}
.BgClassName
{
background-color: #ECACDB;
}
</style>
border-color css
<style>
span { border-color: #ECACDB; }
span { border-color: rgb(236,172,219); }
td.TdClassName
{
border-color: #ECACDB;
}
.TagClassName
{
border-color: #ECACDB;
}
</style>