Shades of Lavender Pink #EFAACD
Tints of Lavender Pink #EFAACD
RGB
CMYK
RGB Variations
Color information
#EFAACD (or 0xEFAACD) is known color: Lavender Pink. HEX triplet: EF, AA and CD. RGB value is (239,170,205). Sum of RGB (Red+Green+Blue) = 239+170+205=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACD is #105532. Grayscale: #C2C2C2. Windows color (decimal): -1070387 or 13478639. OLE color: 13478639.
HSL color Cylindrical-coordinate representation of color #EFAACD: hue angle of 329.57º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAACD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 205 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.06 |
| HSL | 329.57º | 0.68% | 0.8% | - |
| HSV(B) | 329.57º | 0.29% | 0.94% | - |
| XYZ | 60.99 | 51.51 | 64.49 | - |
| YUV | 194.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 205 | 0 | 0.29 | 0.14 | 0.06 | 329.57 | 0.68 | 0.8 |
| Hex | EF | AA | CD | 0 | 1D | E | 6 | 14A | 44 | 50 |
| Octal | 357 | 252 | 315 | 0 | 35 | 16 | 6 | 512 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11001101 | 0 | 11101 | 1110 | 110 | 101001010 | 1000100 | 1010000 |
Color Harmonies of #EFAACD
Complementary color
Monochromatic Colors of #EFAACD
Black with #EFAACD
Text Example
Text Example
White with #EFAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAACD; }
p { color: rgb(239,170,205); }
H1.HeaderClassName
{
color: #EFAACD;
}
.AnyTagClassName
{
color: #EFAACD;
}
</style>
background-color css
<style>
a { background-color: #EFAACD; }
a { background-color: rgb(239,170,205); }
div.DivClassName
{
background-color: #EFAACD;
}
.BgClassName
{
background-color: #EFAACD;
}
</style>
border-color css
<style>
span { border-color: #EFAACD; }
span { border-color: rgb(239,170,205); }
td.TdClassName
{
border-color: #EFAACD;
}
.TagClassName
{
border-color: #EFAACD;
}
</style>