Shades of Lavender Rose #ECAADF
Tints of Lavender Rose #ECAADF
RGB
CMYK
RGB Variations
Color information
#ECAADF (or 0xECAADF) is known color: Lavender Rose. HEX triplet: EC, AA and DF. RGB value is (236,170,223). Sum of RGB (Red+Green+Blue) = 236+170+223=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAADF is #135520. Grayscale: #C3C3C3. Windows color (decimal): -1266977 or 14658284. OLE color: 14658284.
HSL color Cylindrical-coordinate representation of color #ECAADF: hue angle of 311.82º 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 #ECAADF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 223 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.07 |
| HSL | 311.82º | 0.63% | 0.8% | - |
| HSV(B) | 311.82º | 0.28% | 0.93% | - |
| XYZ | 62.29 | 51.91 | 76.55 | - |
| YUV | 195.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 223 | 0 | 0.28 | 0.06 | 0.07 | 311.82 | 0.63 | 0.8 |
| Hex | EC | AA | DF | 0 | 1C | 6 | 7 | 138 | 3F | 50 |
| Octal | 354 | 252 | 337 | 0 | 34 | 6 | 7 | 470 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11011111 | 0 | 11100 | 110 | 111 | 100111000 | 111111 | 1010000 |
Color Harmonies of #ECAADF
Complementary color
Monochromatic Colors of #ECAADF
Black with #ECAADF
Text Example
Text Example
White with #ECAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAADF; }
p { color: rgb(236,170,223); }
H1.HeaderClassName
{
color: #ECAADF;
}
.AnyTagClassName
{
color: #ECAADF;
}
</style>
background-color css
<style>
a { background-color: #ECAADF; }
a { background-color: rgb(236,170,223); }
div.DivClassName
{
background-color: #ECAADF;
}
.BgClassName
{
background-color: #ECAADF;
}
</style>
border-color css
<style>
span { border-color: #ECAADF; }
span { border-color: rgb(236,170,223); }
td.TdClassName
{
border-color: #ECAADF;
}
.TagClassName
{
border-color: #ECAADF;
}
</style>