Shades of Lavender Rose #ECAADB
Tints of Lavender Rose #ECAADB
RGB
CMYK
RGB Variations
Color information
#ECAADB (or 0xECAADB) is known color: Lavender Rose. HEX triplet: EC, AA and DB. RGB value is (236,170,219). Sum of RGB (Red+Green+Blue) = 236+170+219=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAADB is #135524. Grayscale: #C3C3C3. Windows color (decimal): -1266981 or 14396140. OLE color: 14396140.
HSL color Cylindrical-coordinate representation of color #ECAADB: hue angle of 315.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAADB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 219 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.07 |
| HSL | 315.45º | 0.63% | 0.8% | - |
| HSV(B) | 315.45º | 0.28% | 0.93% | - |
| XYZ | 61.75 | 51.7 | 73.74 | - |
| YUV | 195.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 219 | 0 | 0.28 | 0.07 | 0.07 | 315.45 | 0.63 | 0.8 |
| Hex | EC | AA | DB | 0 | 1C | 7 | 7 | 13B | 3F | 50 |
| Octal | 354 | 252 | 333 | 0 | 34 | 7 | 7 | 473 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11011011 | 0 | 11100 | 111 | 111 | 100111011 | 111111 | 1010000 |
Color Harmonies of #ECAADB
Complementary color
Monochromatic Colors of #ECAADB
Black with #ECAADB
Text Example
Text Example
White with #ECAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAADB; }
p { color: rgb(236,170,219); }
H1.HeaderClassName
{
color: #ECAADB;
}
.AnyTagClassName
{
color: #ECAADB;
}
</style>
background-color css
<style>
a { background-color: #ECAADB; }
a { background-color: rgb(236,170,219); }
div.DivClassName
{
background-color: #ECAADB;
}
.BgClassName
{
background-color: #ECAADB;
}
</style>
border-color css
<style>
span { border-color: #ECAADB; }
span { border-color: rgb(236,170,219); }
td.TdClassName
{
border-color: #ECAADB;
}
.TagClassName
{
border-color: #ECAADB;
}
</style>