Shades of Lavender Rose #EFACEB
Tints of Lavender Rose #EFACEB
RGB
CMYK
RGB Variations
Color information
#EFACEB (or 0xEFACEB) is known color: Lavender Rose. HEX triplet: EF, AC and EB. RGB value is (239,172,235). Sum of RGB (Red+Green+Blue) = 239+172+235=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACEB is #105314. Grayscale: #C7C7C7. Windows color (decimal): -1069845 or 15445231. OLE color: 15445231.
HSL color Cylindrical-coordinate representation of color #EFACEB: hue angle of 303.58º 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 #EFACEB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 235 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.06 |
| HSL | 303.58º | 0.68% | 0.81% | - |
| HSV(B) | 303.58º | 0.28% | 0.94% | - |
| XYZ | 65.34 | 53.85 | 85.55 | - |
| YUV | 199.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 235 | 0 | 0.28 | 0.02 | 0.06 | 303.58 | 0.68 | 0.81 |
| Hex | EF | AC | EB | 0 | 1C | 2 | 6 | 130 | 44 | 51 |
| Octal | 357 | 254 | 353 | 0 | 34 | 2 | 6 | 460 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11101011 | 0 | 11100 | 10 | 110 | 100110000 | 1000100 | 1010001 |
Color Harmonies of #EFACEB
Complementary color
Monochromatic Colors of #EFACEB
Black with #EFACEB
Text Example
Text Example
White with #EFACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACEB; }
p { color: rgb(239,172,235); }
H1.HeaderClassName
{
color: #EFACEB;
}
.AnyTagClassName
{
color: #EFACEB;
}
</style>
background-color css
<style>
a { background-color: #EFACEB; }
a { background-color: rgb(239,172,235); }
div.DivClassName
{
background-color: #EFACEB;
}
.BgClassName
{
background-color: #EFACEB;
}
</style>
border-color css
<style>
span { border-color: #EFACEB; }
span { border-color: rgb(239,172,235); }
td.TdClassName
{
border-color: #EFACEB;
}
.TagClassName
{
border-color: #EFACEB;
}
</style>