Shades of Lavender Rose #EFAADC
Tints of Lavender Rose #EFAADC
RGB
CMYK
RGB Variations
Color information
#EFAADC (or 0xEFAADC) is known color: Lavender Rose. HEX triplet: EF, AA and DC. RGB value is (239,170,220). Sum of RGB (Red+Green+Blue) = 239+170+220=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAADC is #105523. Grayscale: #C4C4C4. Windows color (decimal): -1070372 or 14461679. OLE color: 14461679.
HSL color Cylindrical-coordinate representation of color #EFAADC: hue angle of 316.52º 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 #EFAADC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 220 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.06 |
| HSL | 316.52º | 0.68% | 0.8% | - |
| HSV(B) | 316.52º | 0.29% | 0.94% | - |
| XYZ | 62.89 | 52.27 | 74.48 | - |
| YUV | 196.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 220 | 0 | 0.29 | 0.08 | 0.06 | 316.52 | 0.68 | 0.8 |
| Hex | EF | AA | DC | 0 | 1D | 8 | 6 | 13D | 44 | 50 |
| Octal | 357 | 252 | 334 | 0 | 35 | 10 | 6 | 475 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11011100 | 0 | 11101 | 1000 | 110 | 100111101 | 1000100 | 1010000 |
Color Harmonies of #EFAADC
Complementary color
Monochromatic Colors of #EFAADC
Black with #EFAADC
Text Example
Text Example
White with #EFAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAADC; }
p { color: rgb(239,170,220); }
H1.HeaderClassName
{
color: #EFAADC;
}
.AnyTagClassName
{
color: #EFAADC;
}
</style>
background-color css
<style>
a { background-color: #EFAADC; }
a { background-color: rgb(239,170,220); }
div.DivClassName
{
background-color: #EFAADC;
}
.BgClassName
{
background-color: #EFAADC;
}
</style>
border-color css
<style>
span { border-color: #EFAADC; }
span { border-color: rgb(239,170,220); }
td.TdClassName
{
border-color: #EFAADC;
}
.TagClassName
{
border-color: #EFAADC;
}
</style>