Shades of Lavender Pink #EFABD2
Tints of Lavender Pink #EFABD2
RGB
CMYK
RGB Variations
Color information
#EFABD2 (or 0xEFABD2) is known color: Lavender Pink. HEX triplet: EF, AB and D2. RGB value is (239,171,210). Sum of RGB (Red+Green+Blue) = 239+171+210=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABD2 is #10542D. Grayscale: #C3C3C3. Windows color (decimal): -1070126 or 13806575. OLE color: 13806575.
HSL color Cylindrical-coordinate representation of color #EFABD2: hue angle of 325.59º 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 #EFABD2 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 210 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.06 |
| HSL | 325.59º | 0.68% | 0.8% | - |
| HSV(B) | 325.59º | 0.28% | 0.94% | - |
| XYZ | 61.79 | 52.13 | 67.78 | - |
| YUV | 195.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 210 | 0 | 0.28 | 0.12 | 0.06 | 325.59 | 0.68 | 0.8 |
| Hex | EF | AB | D2 | 0 | 1C | C | 6 | 146 | 44 | 50 |
| Octal | 357 | 253 | 322 | 0 | 34 | 14 | 6 | 506 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11010010 | 0 | 11100 | 1100 | 110 | 101000110 | 1000100 | 1010000 |
Color Harmonies of #EFABD2
Complementary color
Monochromatic Colors of #EFABD2
Black with #EFABD2
Text Example
Text Example
White with #EFABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABD2; }
p { color: rgb(239,171,210); }
H1.HeaderClassName
{
color: #EFABD2;
}
.AnyTagClassName
{
color: #EFABD2;
}
</style>
background-color css
<style>
a { background-color: #EFABD2; }
a { background-color: rgb(239,171,210); }
div.DivClassName
{
background-color: #EFABD2;
}
.BgClassName
{
background-color: #EFABD2;
}
</style>
border-color css
<style>
span { border-color: #EFABD2; }
span { border-color: rgb(239,171,210); }
td.TdClassName
{
border-color: #EFABD2;
}
.TagClassName
{
border-color: #EFABD2;
}
</style>