Shades of Lavender Pink #EFABCD
Tints of Lavender Pink #EFABCD
RGB
CMYK
RGB Variations
Color information
#EFABCD (or 0xEFABCD) is known color: Lavender Pink. HEX triplet: EF, AB and CD. RGB value is (239,171,205). Sum of RGB (Red+Green+Blue) = 239+171+205=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABCD is #105432. Grayscale: #C3C3C3. Windows color (decimal): -1070131 or 13478895. OLE color: 13478895.
HSL color Cylindrical-coordinate representation of color #EFABCD: hue angle of 330º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABCD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 205 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 330º | 0.68% | 0.8% | - |
| HSV(B) | 330º | 0.28% | 0.94% | - |
| XYZ | 61.18 | 51.88 | 64.55 | - |
| YUV | 195.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 205 | 0 | 0.28 | 0.14 | 0.06 | 330 | 0.68 | 0.8 |
| Hex | EF | AB | CD | 0 | 1C | E | 6 | 14A | 44 | 50 |
| Octal | 357 | 253 | 315 | 0 | 34 | 16 | 6 | 512 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11001101 | 0 | 11100 | 1110 | 110 | 101001010 | 1000100 | 1010000 |
Color Harmonies of #EFABCD
Complementary color
Monochromatic Colors of #EFABCD
Black with #EFABCD
Text Example
Text Example
White with #EFABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABCD; }
p { color: rgb(239,171,205); }
H1.HeaderClassName
{
color: #EFABCD;
}
.AnyTagClassName
{
color: #EFABCD;
}
</style>
background-color css
<style>
a { background-color: #EFABCD; }
a { background-color: rgb(239,171,205); }
div.DivClassName
{
background-color: #EFABCD;
}
.BgClassName
{
background-color: #EFABCD;
}
</style>
border-color css
<style>
span { border-color: #EFABCD; }
span { border-color: rgb(239,171,205); }
td.TdClassName
{
border-color: #EFABCD;
}
.TagClassName
{
border-color: #EFABCD;
}
</style>