Shades of Lavender Rose #EFADDB
Tints of Lavender Rose #EFADDB
RGB
CMYK
RGB Variations
Color information
#EFADDB (or 0xEFADDB) is known color: Lavender Rose. HEX triplet: EF, AD and DB. RGB value is (239,173,219). Sum of RGB (Red+Green+Blue) = 239+173+219=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADDB is #105224. Grayscale: #C5C5C5. Windows color (decimal): -1069605 or 14396911. OLE color: 14396911.
HSL color Cylindrical-coordinate representation of color #EFADDB: hue angle of 318.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADDB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 219 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.06 |
| HSL | 318.18º | 0.67% | 0.81% | - |
| HSV(B) | 318.18º | 0.28% | 0.94% | - |
| XYZ | 63.33 | 53.35 | 73.98 | - |
| YUV | 197.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 219 | 0 | 0.28 | 0.08 | 0.06 | 318.18 | 0.67 | 0.81 |
| Hex | EF | AD | DB | 0 | 1C | 8 | 6 | 13E | 43 | 51 |
| Octal | 357 | 255 | 333 | 0 | 34 | 10 | 6 | 476 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11011011 | 0 | 11100 | 1000 | 110 | 100111110 | 1000011 | 1010001 |
Color Harmonies of #EFADDB
Complementary color
Monochromatic Colors of #EFADDB
Black with #EFADDB
Text Example
Text Example
White with #EFADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADDB; }
p { color: rgb(239,173,219); }
H1.HeaderClassName
{
color: #EFADDB;
}
.AnyTagClassName
{
color: #EFADDB;
}
</style>
background-color css
<style>
a { background-color: #EFADDB; }
a { background-color: rgb(239,173,219); }
div.DivClassName
{
background-color: #EFADDB;
}
.BgClassName
{
background-color: #EFADDB;
}
</style>
border-color css
<style>
span { border-color: #EFADDB; }
span { border-color: rgb(239,173,219); }
td.TdClassName
{
border-color: #EFADDB;
}
.TagClassName
{
border-color: #EFADDB;
}
</style>