Shades of Lavender Rose #EFACDE
Tints of Lavender Rose #EFACDE
RGB
CMYK
RGB Variations
Color information
#EFACDE (or 0xEFACDE) is known color: Lavender Rose. HEX triplet: EF, AC and DE. RGB value is (239,172,222). Sum of RGB (Red+Green+Blue) = 239+172+222=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACDE is #105321. Grayscale: #C5C5C5. Windows color (decimal): -1069858 or 14593263. OLE color: 14593263.
HSL color Cylindrical-coordinate representation of color #EFACDE: hue angle of 315.22º 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 #EFACDE is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 222 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.06 |
| HSL | 315.22º | 0.68% | 0.81% | - |
| HSV(B) | 315.22º | 0.28% | 0.94% | - |
| XYZ | 63.53 | 53.13 | 76.01 | - |
| YUV | 197.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 222 | 0 | 0.28 | 0.07 | 0.06 | 315.22 | 0.68 | 0.81 |
| Hex | EF | AC | DE | 0 | 1C | 7 | 6 | 13B | 44 | 51 |
| Octal | 357 | 254 | 336 | 0 | 34 | 7 | 6 | 473 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11011110 | 0 | 11100 | 111 | 110 | 100111011 | 1000100 | 1010001 |
Color Harmonies of #EFACDE
Complementary color
Monochromatic Colors of #EFACDE
Black with #EFACDE
Text Example
Text Example
White with #EFACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACDE; }
p { color: rgb(239,172,222); }
H1.HeaderClassName
{
color: #EFACDE;
}
.AnyTagClassName
{
color: #EFACDE;
}
</style>
background-color css
<style>
a { background-color: #EFACDE; }
a { background-color: rgb(239,172,222); }
div.DivClassName
{
background-color: #EFACDE;
}
.BgClassName
{
background-color: #EFACDE;
}
</style>
border-color css
<style>
span { border-color: #EFACDE; }
span { border-color: rgb(239,172,222); }
td.TdClassName
{
border-color: #EFACDE;
}
.TagClassName
{
border-color: #EFACDE;
}
</style>