Shades of Lavender Rose #ECABDD
Tints of Lavender Rose #ECABDD
RGB
CMYK
RGB Variations
Color information
#ECABDD (or 0xECABDD) is known color: Lavender Rose. HEX triplet: EC, AB and DD. RGB value is (236,171,221). Sum of RGB (Red+Green+Blue) = 236+171+221=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABDD is #135422. Grayscale: #C4C4C4. Windows color (decimal): -1266723 or 14527468. OLE color: 14527468.
HSL color Cylindrical-coordinate representation of color #ECABDD: hue angle of 313.85º 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 #ECABDD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 221 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.07 |
| HSL | 313.85º | 0.63% | 0.8% | - |
| HSV(B) | 313.85º | 0.28% | 0.93% | - |
| XYZ | 62.21 | 52.18 | 75.2 | - |
| YUV | 196.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 221 | 0 | 0.28 | 0.06 | 0.07 | 313.85 | 0.63 | 0.8 |
| Hex | EC | AB | DD | 0 | 1C | 6 | 7 | 13A | 3F | 50 |
| Octal | 354 | 253 | 335 | 0 | 34 | 6 | 7 | 472 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11011101 | 0 | 11100 | 110 | 111 | 100111010 | 111111 | 1010000 |
Color Harmonies of #ECABDD
Complementary color
Monochromatic Colors of #ECABDD
Black with #ECABDD
Text Example
Text Example
White with #ECABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABDD; }
p { color: rgb(236,171,221); }
H1.HeaderClassName
{
color: #ECABDD;
}
.AnyTagClassName
{
color: #ECABDD;
}
</style>
background-color css
<style>
a { background-color: #ECABDD; }
a { background-color: rgb(236,171,221); }
div.DivClassName
{
background-color: #ECABDD;
}
.BgClassName
{
background-color: #ECABDD;
}
</style>
border-color css
<style>
span { border-color: #ECABDD; }
span { border-color: rgb(236,171,221); }
td.TdClassName
{
border-color: #ECABDD;
}
.TagClassName
{
border-color: #ECABDD;
}
</style>