Shades of Lavender Pink #EFACD5
Tints of Lavender Pink #EFACD5
RGB
CMYK
RGB Variations
Color information
#EFACD5 (or 0xEFACD5) is known color: Lavender Pink. HEX triplet: EF, AC and D5. RGB value is (239,172,213). Sum of RGB (Red+Green+Blue) = 239+172+213=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD5 is #10532A. Grayscale: #C4C4C4. Windows color (decimal): -1069867 or 14003439. OLE color: 14003439.
HSL color Cylindrical-coordinate representation of color #EFACD5: hue angle of 323.28º 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 #EFACD5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 213 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.06 |
| HSL | 323.28º | 0.68% | 0.81% | - |
| HSV(B) | 323.28º | 0.28% | 0.94% | - |
| XYZ | 62.36 | 52.66 | 69.83 | - |
| YUV | 196.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 213 | 0 | 0.28 | 0.11 | 0.06 | 323.28 | 0.68 | 0.81 |
| Hex | EF | AC | D5 | 0 | 1C | B | 6 | 143 | 44 | 51 |
| Octal | 357 | 254 | 325 | 0 | 34 | 13 | 6 | 503 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11010101 | 0 | 11100 | 1011 | 110 | 101000011 | 1000100 | 1010001 |
Color Harmonies of #EFACD5
Complementary color
Monochromatic Colors of #EFACD5
Black with #EFACD5
Text Example
Text Example
White with #EFACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACD5; }
p { color: rgb(239,172,213); }
H1.HeaderClassName
{
color: #EFACD5;
}
.AnyTagClassName
{
color: #EFACD5;
}
</style>
background-color css
<style>
a { background-color: #EFACD5; }
a { background-color: rgb(239,172,213); }
div.DivClassName
{
background-color: #EFACD5;
}
.BgClassName
{
background-color: #EFACD5;
}
</style>
border-color css
<style>
span { border-color: #EFACD5; }
span { border-color: rgb(239,172,213); }
td.TdClassName
{
border-color: #EFACD5;
}
.TagClassName
{
border-color: #EFACD5;
}
</style>