Shades of Lavender Rose #EFACDF
Tints of Lavender Rose #EFACDF
RGB
CMYK
RGB Variations
Color information
#EFACDF (or 0xEFACDF) is known color: Lavender Rose. HEX triplet: EF, AC and DF. RGB value is (239,172,223). Sum of RGB (Red+Green+Blue) = 239+172+223=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACDF is #105320. Grayscale: #C5C5C5. Windows color (decimal): -1069857 or 14658799. OLE color: 14658799.
HSL color Cylindrical-coordinate representation of color #EFACDF: hue angle of 314.33º 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 #EFACDF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 223 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.06 |
| HSL | 314.33º | 0.68% | 0.81% | - |
| HSV(B) | 314.33º | 0.28% | 0.94% | - |
| XYZ | 63.67 | 53.18 | 76.72 | - |
| YUV | 197.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 223 | 0 | 0.28 | 0.07 | 0.06 | 314.33 | 0.68 | 0.81 |
| Hex | EF | AC | DF | 0 | 1C | 7 | 6 | 13A | 44 | 51 |
| Octal | 357 | 254 | 337 | 0 | 34 | 7 | 6 | 472 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11011111 | 0 | 11100 | 111 | 110 | 100111010 | 1000100 | 1010001 |
Color Harmonies of #EFACDF
Complementary color
Monochromatic Colors of #EFACDF
Black with #EFACDF
Text Example
Text Example
White with #EFACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACDF; }
p { color: rgb(239,172,223); }
H1.HeaderClassName
{
color: #EFACDF;
}
.AnyTagClassName
{
color: #EFACDF;
}
</style>
background-color css
<style>
a { background-color: #EFACDF; }
a { background-color: rgb(239,172,223); }
div.DivClassName
{
background-color: #EFACDF;
}
.BgClassName
{
background-color: #EFACDF;
}
</style>
border-color css
<style>
span { border-color: #EFACDF; }
span { border-color: rgb(239,172,223); }
td.TdClassName
{
border-color: #EFACDF;
}
.TagClassName
{
border-color: #EFACDF;
}
</style>