Shades of Lavender Pink #EFACD6
Tints of Lavender Pink #EFACD6
RGB
CMYK
RGB Variations
Color information
#EFACD6 (or 0xEFACD6) is known color: Lavender Pink. HEX triplet: EF, AC and D6. RGB value is (239,172,214). Sum of RGB (Red+Green+Blue) = 239+172+214=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD6 is #105329. Grayscale: #C4C4C4. Windows color (decimal): -1069866 or 14068975. OLE color: 14068975.
HSL color Cylindrical-coordinate representation of color #EFACD6: hue angle of 322.39º 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 #EFACD6 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 214 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.06 |
| HSL | 322.39º | 0.68% | 0.81% | - |
| HSV(B) | 322.39º | 0.28% | 0.94% | - |
| XYZ | 62.49 | 52.71 | 70.5 | - |
| YUV | 196.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 214 | 0 | 0.28 | 0.10 | 0.06 | 322.39 | 0.68 | 0.81 |
| Hex | EF | AC | D6 | 0 | 1C | A | 6 | 142 | 44 | 51 |
| Octal | 357 | 254 | 326 | 0 | 34 | 12 | 6 | 502 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11010110 | 0 | 11100 | 1010 | 110 | 101000010 | 1000100 | 1010001 |
Color Harmonies of #EFACD6
Complementary color
Monochromatic Colors of #EFACD6
Black with #EFACD6
Text Example
Text Example
White with #EFACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACD6; }
p { color: rgb(239,172,214); }
H1.HeaderClassName
{
color: #EFACD6;
}
.AnyTagClassName
{
color: #EFACD6;
}
</style>
background-color css
<style>
a { background-color: #EFACD6; }
a { background-color: rgb(239,172,214); }
div.DivClassName
{
background-color: #EFACD6;
}
.BgClassName
{
background-color: #EFACD6;
}
</style>
border-color css
<style>
span { border-color: #EFACD6; }
span { border-color: rgb(239,172,214); }
td.TdClassName
{
border-color: #EFACD6;
}
.TagClassName
{
border-color: #EFACD6;
}
</style>