Shades of Lavender Rose #EFABDD
Tints of Lavender Rose #EFABDD
RGB
CMYK
RGB Variations
Color information
#EFABDD (or 0xEFABDD) is known color: Lavender Rose. HEX triplet: EF, AB and DD. RGB value is (239,171,221). Sum of RGB (Red+Green+Blue) = 239+171+221=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABDD is #105422. Grayscale: #C4C4C4. Windows color (decimal): -1070115 or 14527471. OLE color: 14527471.
HSL color Cylindrical-coordinate representation of color #EFABDD: hue angle of 315.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABDD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 221 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.06 |
| HSL | 315.88º | 0.68% | 0.8% | - |
| HSV(B) | 315.88º | 0.28% | 0.94% | - |
| XYZ | 63.21 | 52.7 | 75.25 | - |
| YUV | 197.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 221 | 0 | 0.28 | 0.08 | 0.06 | 315.88 | 0.68 | 0.8 |
| Hex | EF | AB | DD | 0 | 1C | 8 | 6 | 13C | 44 | 50 |
| Octal | 357 | 253 | 335 | 0 | 34 | 10 | 6 | 474 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11011101 | 0 | 11100 | 1000 | 110 | 100111100 | 1000100 | 1010000 |
Color Harmonies of #EFABDD
Complementary color
Monochromatic Colors of #EFABDD
Black with #EFABDD
Text Example
Text Example
White with #EFABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABDD; }
p { color: rgb(239,171,221); }
H1.HeaderClassName
{
color: #EFABDD;
}
.AnyTagClassName
{
color: #EFABDD;
}
</style>
background-color css
<style>
a { background-color: #EFABDD; }
a { background-color: rgb(239,171,221); }
div.DivClassName
{
background-color: #EFABDD;
}
.BgClassName
{
background-color: #EFABDD;
}
</style>
border-color css
<style>
span { border-color: #EFABDD; }
span { border-color: rgb(239,171,221); }
td.TdClassName
{
border-color: #EFABDD;
}
.TagClassName
{
border-color: #EFABDD;
}
</style>