Shades of Lavender Rose #EFACDA
Tints of Lavender Rose #EFACDA
RGB
CMYK
RGB Variations
Color information
#EFACDA (or 0xEFACDA) is known color: Lavender Rose. HEX triplet: EF, AC and DA. RGB value is (239,172,218). Sum of RGB (Red+Green+Blue) = 239+172+218=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACDA is #105325. Grayscale: #C5C5C5. Windows color (decimal): -1069862 or 14331119. OLE color: 14331119.
HSL color Cylindrical-coordinate representation of color #EFACDA: hue angle of 318.81º degrees, saturation: 0.68, 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 #EFACDA is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 218 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.06 |
| HSL | 318.81º | 0.68% | 0.81% | - |
| HSV(B) | 318.81º | 0.28% | 0.94% | - |
| XYZ | 63 | 52.92 | 73.22 | - |
| YUV | 197.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 218 | 0 | 0.28 | 0.09 | 0.06 | 318.81 | 0.68 | 0.81 |
| Hex | EF | AC | DA | 0 | 1C | 9 | 6 | 13F | 44 | 51 |
| Octal | 357 | 254 | 332 | 0 | 34 | 11 | 6 | 477 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11011010 | 0 | 11100 | 1001 | 110 | 100111111 | 1000100 | 1010001 |
Color Harmonies of #EFACDA
Complementary color
Monochromatic Colors of #EFACDA
Black with #EFACDA
Text Example
Text Example
White with #EFACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACDA; }
p { color: rgb(239,172,218); }
H1.HeaderClassName
{
color: #EFACDA;
}
.AnyTagClassName
{
color: #EFACDA;
}
</style>
background-color css
<style>
a { background-color: #EFACDA; }
a { background-color: rgb(239,172,218); }
div.DivClassName
{
background-color: #EFACDA;
}
.BgClassName
{
background-color: #EFACDA;
}
</style>
border-color css
<style>
span { border-color: #EFACDA; }
span { border-color: rgb(239,172,218); }
td.TdClassName
{
border-color: #EFACDA;
}
.TagClassName
{
border-color: #EFACDA;
}
</style>