Shades of Lavender Pink #EFACD1
Tints of Lavender Pink #EFACD1
RGB
CMYK
RGB Variations
Color information
#EFACD1 (or 0xEFACD1) is known color: Lavender Pink. HEX triplet: EF, AC and D1. RGB value is (239,172,209). Sum of RGB (Red+Green+Blue) = 239+172+209=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD1 is #10532E. Grayscale: #C4C4C4. Windows color (decimal): -1069871 or 13741295. OLE color: 13741295.
HSL color Cylindrical-coordinate representation of color #EFACD1: hue angle of 326.87º 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 #EFACD1 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 209 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.06 |
| HSL | 326.87º | 0.68% | 0.81% | - |
| HSV(B) | 326.87º | 0.28% | 0.94% | - |
| XYZ | 61.86 | 52.46 | 67.19 | - |
| YUV | 196.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 209 | 0 | 0.28 | 0.13 | 0.06 | 326.87 | 0.68 | 0.81 |
| Hex | EF | AC | D1 | 0 | 1C | D | 6 | 147 | 44 | 51 |
| Octal | 357 | 254 | 321 | 0 | 34 | 15 | 6 | 507 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11010001 | 0 | 11100 | 1101 | 110 | 101000111 | 1000100 | 1010001 |
Color Harmonies of #EFACD1
Complementary color
Monochromatic Colors of #EFACD1
Black with #EFACD1
Text Example
Text Example
White with #EFACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACD1; }
p { color: rgb(239,172,209); }
H1.HeaderClassName
{
color: #EFACD1;
}
.AnyTagClassName
{
color: #EFACD1;
}
</style>
background-color css
<style>
a { background-color: #EFACD1; }
a { background-color: rgb(239,172,209); }
div.DivClassName
{
background-color: #EFACD1;
}
.BgClassName
{
background-color: #EFACD1;
}
</style>
border-color css
<style>
span { border-color: #EFACD1; }
span { border-color: rgb(239,172,209); }
td.TdClassName
{
border-color: #EFACD1;
}
.TagClassName
{
border-color: #EFACD1;
}
</style>