Shades of Lavender Rose #ECABDE
Tints of Lavender Rose #ECABDE
RGB
CMYK
RGB Variations
Color information
#ECABDE (or 0xECABDE) is known color: Lavender Rose. HEX triplet: EC, AB and DE. RGB value is (236,171,222). Sum of RGB (Red+Green+Blue) = 236+171+222=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABDE is #135421. Grayscale: #C4C4C4. Windows color (decimal): -1266722 or 14593004. OLE color: 14593004.
HSL color Cylindrical-coordinate representation of color #ECABDE: hue angle of 312.92º 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 #ECABDE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 222 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.07 |
| HSL | 312.92º | 0.63% | 0.8% | - |
| HSV(B) | 312.92º | 0.28% | 0.93% | - |
| XYZ | 62.34 | 52.23 | 75.9 | - |
| YUV | 196.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 222 | 0 | 0.28 | 0.06 | 0.07 | 312.92 | 0.63 | 0.8 |
| Hex | EC | AB | DE | 0 | 1C | 6 | 7 | 139 | 3F | 50 |
| Octal | 354 | 253 | 336 | 0 | 34 | 6 | 7 | 471 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11011110 | 0 | 11100 | 110 | 111 | 100111001 | 111111 | 1010000 |
Color Harmonies of #ECABDE
Complementary color
Monochromatic Colors of #ECABDE
Black with #ECABDE
Text Example
Text Example
White with #ECABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABDE; }
p { color: rgb(236,171,222); }
H1.HeaderClassName
{
color: #ECABDE;
}
.AnyTagClassName
{
color: #ECABDE;
}
</style>
background-color css
<style>
a { background-color: #ECABDE; }
a { background-color: rgb(236,171,222); }
div.DivClassName
{
background-color: #ECABDE;
}
.BgClassName
{
background-color: #ECABDE;
}
</style>
border-color css
<style>
span { border-color: #ECABDE; }
span { border-color: rgb(236,171,222); }
td.TdClassName
{
border-color: #ECABDE;
}
.TagClassName
{
border-color: #ECABDE;
}
</style>