Shades of Lavender Pink #EFACD3
Tints of Lavender Pink #EFACD3
RGB
CMYK
RGB Variations
Color information
#EFACD3 (or 0xEFACD3) is known color: Lavender Pink. HEX triplet: EF, AC and D3. RGB value is (239,172,211). Sum of RGB (Red+Green+Blue) = 239+172+211=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACD3 is #10532C. Grayscale: #C4C4C4. Windows color (decimal): -1069869 or 13872367. OLE color: 13872367.
HSL color Cylindrical-coordinate representation of color #EFACD3: hue angle of 325.07º 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 #EFACD3 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 211 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.06 |
| HSL | 325.07º | 0.68% | 0.81% | - |
| HSV(B) | 325.07º | 0.28% | 0.94% | - |
| XYZ | 62.11 | 52.56 | 68.5 | - |
| YUV | 196.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 211 | 0 | 0.28 | 0.12 | 0.06 | 325.07 | 0.68 | 0.81 |
| Hex | EF | AC | D3 | 0 | 1C | C | 6 | 145 | 44 | 51 |
| Octal | 357 | 254 | 323 | 0 | 34 | 14 | 6 | 505 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11010011 | 0 | 11100 | 1100 | 110 | 101000101 | 1000100 | 1010001 |
Color Harmonies of #EFACD3
Complementary color
Monochromatic Colors of #EFACD3
Black with #EFACD3
Text Example
Text Example
White with #EFACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACD3; }
p { color: rgb(239,172,211); }
H1.HeaderClassName
{
color: #EFACD3;
}
.AnyTagClassName
{
color: #EFACD3;
}
</style>
background-color css
<style>
a { background-color: #EFACD3; }
a { background-color: rgb(239,172,211); }
div.DivClassName
{
background-color: #EFACD3;
}
.BgClassName
{
background-color: #EFACD3;
}
</style>
border-color css
<style>
span { border-color: #EFACD3; }
span { border-color: rgb(239,172,211); }
td.TdClassName
{
border-color: #EFACD3;
}
.TagClassName
{
border-color: #EFACD3;
}
</style>