Shades of Lavender Rose #EFAADB
Tints of Lavender Rose #EFAADB
RGB
CMYK
RGB Variations
Color information
#EFAADB (or 0xEFAADB) is known color: Lavender Rose. HEX triplet: EF, AA and DB. RGB value is (239,170,219). Sum of RGB (Red+Green+Blue) = 239+170+219=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADB is #105524. Grayscale: #C4C4C4. Windows color (decimal): -1070373 or 14396143. OLE color: 14396143.
HSL color Cylindrical-coordinate representation of color #EFAADB: hue angle of 317.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAADB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 219 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.06 |
| HSL | 317.39º | 0.68% | 0.8% | - |
| HSV(B) | 317.39º | 0.29% | 0.94% | - |
| XYZ | 62.76 | 52.21 | 73.79 | - |
| YUV | 196.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 219 | 0 | 0.29 | 0.08 | 0.06 | 317.39 | 0.68 | 0.8 |
| Hex | EF | AA | DB | 0 | 1D | 8 | 6 | 13D | 44 | 50 |
| Octal | 357 | 252 | 333 | 0 | 35 | 10 | 6 | 475 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11011011 | 0 | 11101 | 1000 | 110 | 100111101 | 1000100 | 1010000 |
Color Harmonies of #EFAADB
Complementary color
Monochromatic Colors of #EFAADB
Black with #EFAADB
Text Example
Text Example
White with #EFAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAADB; }
p { color: rgb(239,170,219); }
H1.HeaderClassName
{
color: #EFAADB;
}
.AnyTagClassName
{
color: #EFAADB;
}
</style>
background-color css
<style>
a { background-color: #EFAADB; }
a { background-color: rgb(239,170,219); }
div.DivClassName
{
background-color: #EFAADB;
}
.BgClassName
{
background-color: #EFAADB;
}
</style>
border-color css
<style>
span { border-color: #EFAADB; }
span { border-color: rgb(239,170,219); }
td.TdClassName
{
border-color: #EFAADB;
}
.TagClassName
{
border-color: #EFAADB;
}
</style>