Shades of Lavender Rose #ECABDA
Tints of Lavender Rose #ECABDA
RGB
CMYK
RGB Variations
Color information
#ECABDA (or 0xECABDA) is known color: Lavender Rose. HEX triplet: EC, AB and DA. RGB value is (236,171,218). Sum of RGB (Red+Green+Blue) = 236+171+218=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABDA is #135425. Grayscale: #C3C3C3. Windows color (decimal): -1266726 or 14330860. OLE color: 14330860.
HSL color Cylindrical-coordinate representation of color #ECABDA: hue angle of 316.62º 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 #ECABDA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 218 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.07 |
| HSL | 316.62º | 0.63% | 0.8% | - |
| HSV(B) | 316.62º | 0.28% | 0.93% | - |
| XYZ | 61.81 | 52.02 | 73.11 | - |
| YUV | 195.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 218 | 0 | 0.28 | 0.08 | 0.07 | 316.62 | 0.63 | 0.8 |
| Hex | EC | AB | DA | 0 | 1C | 8 | 7 | 13D | 3F | 50 |
| Octal | 354 | 253 | 332 | 0 | 34 | 10 | 7 | 475 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11011010 | 0 | 11100 | 1000 | 111 | 100111101 | 111111 | 1010000 |
Color Harmonies of #ECABDA
Complementary color
Monochromatic Colors of #ECABDA
Black with #ECABDA
Text Example
Text Example
White with #ECABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABDA; }
p { color: rgb(236,171,218); }
H1.HeaderClassName
{
color: #ECABDA;
}
.AnyTagClassName
{
color: #ECABDA;
}
</style>
background-color css
<style>
a { background-color: #ECABDA; }
a { background-color: rgb(236,171,218); }
div.DivClassName
{
background-color: #ECABDA;
}
.BgClassName
{
background-color: #ECABDA;
}
</style>
border-color css
<style>
span { border-color: #ECABDA; }
span { border-color: rgb(236,171,218); }
td.TdClassName
{
border-color: #ECABDA;
}
.TagClassName
{
border-color: #ECABDA;
}
</style>