Shades of Lavender Rose #ECADD9
Tints of Lavender Rose #ECADD9
RGB
CMYK
RGB Variations
Color information
#ECADD9 (or 0xECADD9) is known color: Lavender Rose. HEX triplet: EC, AD and D9. RGB value is (236,173,217). Sum of RGB (Red+Green+Blue) = 236+173+217=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD9 is #135226. Grayscale: #C4C4C4. Windows color (decimal): -1266215 or 14265836. OLE color: 14265836.
HSL color Cylindrical-coordinate representation of color #ECADD9: hue angle of 318.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADD9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 217 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 318.1º | 0.62% | 0.8% | - |
| HSV(B) | 318.1º | 0.27% | 0.93% | - |
| XYZ | 62.06 | 52.73 | 72.55 | - |
| YUV | 196.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 217 | 0 | 0.27 | 0.08 | 0.07 | 318.1 | 0.62 | 0.8 |
| Hex | EC | AD | D9 | 0 | 1B | 8 | 7 | 13E | 3E | 50 |
| Octal | 354 | 255 | 331 | 0 | 33 | 10 | 7 | 476 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11011001 | 0 | 11011 | 1000 | 111 | 100111110 | 111110 | 1010000 |
Color Harmonies of #ECADD9
Complementary color
Monochromatic Colors of #ECADD9
Black with #ECADD9
Text Example
Text Example
White with #ECADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD9; }
p { color: rgb(236,173,217); }
H1.HeaderClassName
{
color: #ECADD9;
}
.AnyTagClassName
{
color: #ECADD9;
}
</style>
background-color css
<style>
a { background-color: #ECADD9; }
a { background-color: rgb(236,173,217); }
div.DivClassName
{
background-color: #ECADD9;
}
.BgClassName
{
background-color: #ECADD9;
}
</style>
border-color css
<style>
span { border-color: #ECADD9; }
span { border-color: rgb(236,173,217); }
td.TdClassName
{
border-color: #ECADD9;
}
.TagClassName
{
border-color: #ECADD9;
}
</style>