Shades of Lavender Rose #ECADD8
Tints of Lavender Rose #ECADD8
RGB
CMYK
RGB Variations
Color information
#ECADD8 (or 0xECADD8) is known color: Lavender Rose. HEX triplet: EC, AD and D8. RGB value is (236,173,216). Sum of RGB (Red+Green+Blue) = 236+173+216=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD8 is #135227. Grayscale: #C4C4C4. Windows color (decimal): -1266216 or 14200300. OLE color: 14200300.
HSL color Cylindrical-coordinate representation of color #ECADD8: hue angle of 319.05º 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 #ECADD8 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 216 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 319.05º | 0.62% | 0.8% | - |
| HSV(B) | 319.05º | 0.27% | 0.93% | - |
| XYZ | 61.93 | 52.68 | 71.87 | - |
| YUV | 196.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 216 | 0 | 0.27 | 0.08 | 0.07 | 319.05 | 0.62 | 0.8 |
| Hex | EC | AD | D8 | 0 | 1B | 8 | 7 | 13F | 3E | 50 |
| Octal | 354 | 255 | 330 | 0 | 33 | 10 | 7 | 477 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11011000 | 0 | 11011 | 1000 | 111 | 100111111 | 111110 | 1010000 |
Color Harmonies of #ECADD8
Complementary color
Monochromatic Colors of #ECADD8
Black with #ECADD8
Text Example
Text Example
White with #ECADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD8; }
p { color: rgb(236,173,216); }
H1.HeaderClassName
{
color: #ECADD8;
}
.AnyTagClassName
{
color: #ECADD8;
}
</style>
background-color css
<style>
a { background-color: #ECADD8; }
a { background-color: rgb(236,173,216); }
div.DivClassName
{
background-color: #ECADD8;
}
.BgClassName
{
background-color: #ECADD8;
}
</style>
border-color css
<style>
span { border-color: #ECADD8; }
span { border-color: rgb(236,173,216); }
td.TdClassName
{
border-color: #ECADD8;
}
.TagClassName
{
border-color: #ECADD8;
}
</style>