Shades of Lavender Pink #EFABCE
Tints of Lavender Pink #EFABCE
RGB
CMYK
RGB Variations
Color information
#EFABCE (or 0xEFABCE) is known color: Lavender Pink. HEX triplet: EF, AB and CE. RGB value is (239,171,206). Sum of RGB (Red+Green+Blue) = 239+171+206=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCE is #105431. Grayscale: #C3C3C3. Windows color (decimal): -1070130 or 13544431. OLE color: 13544431.
HSL color Cylindrical-coordinate representation of color #EFABCE: hue angle of 329.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABCE is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 206 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 329.12º | 0.68% | 0.8% | - |
| HSV(B) | 329.12º | 0.28% | 0.94% | - |
| XYZ | 61.3 | 51.93 | 65.19 | - |
| YUV | 195.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 206 | 0 | 0.28 | 0.14 | 0.06 | 329.12 | 0.68 | 0.8 |
| Hex | EF | AB | CE | 0 | 1C | E | 6 | 149 | 44 | 50 |
| Octal | 357 | 253 | 316 | 0 | 34 | 16 | 6 | 511 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11001110 | 0 | 11100 | 1110 | 110 | 101001001 | 1000100 | 1010000 |
Color Harmonies of #EFABCE
Complementary color
Monochromatic Colors of #EFABCE
Black with #EFABCE
Text Example
Text Example
White with #EFABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABCE; }
p { color: rgb(239,171,206); }
H1.HeaderClassName
{
color: #EFABCE;
}
.AnyTagClassName
{
color: #EFABCE;
}
</style>
background-color css
<style>
a { background-color: #EFABCE; }
a { background-color: rgb(239,171,206); }
div.DivClassName
{
background-color: #EFABCE;
}
.BgClassName
{
background-color: #EFABCE;
}
</style>
border-color css
<style>
span { border-color: #EFABCE; }
span { border-color: rgb(239,171,206); }
td.TdClassName
{
border-color: #EFABCE;
}
.TagClassName
{
border-color: #EFABCE;
}
</style>