Shades of Lavender Pink #EBABD1
Tints of Lavender Pink #EBABD1
RGB
CMYK
RGB Variations
Color information
#EBABD1 (or 0xEBABD1) is known color: Lavender Pink. HEX triplet: EB, AB and D1. RGB value is (235,171,209). Sum of RGB (Red+Green+Blue) = 235+171+209=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABD1 is #14542E. Grayscale: #C2C2C2. Windows color (decimal): -1332271 or 13741035. OLE color: 13741035.
HSL color Cylindrical-coordinate representation of color #EBABD1: hue angle of 324.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABD1 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 209 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.08 |
| HSL | 324.38º | 0.62% | 0.8% | - |
| HSV(B) | 324.38º | 0.27% | 0.92% | - |
| XYZ | 60.33 | 51.39 | 67.06 | - |
| YUV | 194.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 209 | 0 | 0.27 | 0.11 | 0.08 | 324.38 | 0.62 | 0.8 |
| Hex | EB | AB | D1 | 0 | 1B | B | 8 | 144 | 3E | 50 |
| Octal | 353 | 253 | 321 | 0 | 33 | 13 | 10 | 504 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11010001 | 0 | 11011 | 1011 | 1000 | 101000100 | 111110 | 1010000 |
Color Harmonies of #EBABD1
Complementary color
Monochromatic Colors of #EBABD1
Black with #EBABD1
Text Example
Text Example
White with #EBABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABD1; }
p { color: rgb(235,171,209); }
H1.HeaderClassName
{
color: #EBABD1;
}
.AnyTagClassName
{
color: #EBABD1;
}
</style>
background-color css
<style>
a { background-color: #EBABD1; }
a { background-color: rgb(235,171,209); }
div.DivClassName
{
background-color: #EBABD1;
}
.BgClassName
{
background-color: #EBABD1;
}
</style>
border-color css
<style>
span { border-color: #EBABD1; }
span { border-color: rgb(235,171,209); }
td.TdClassName
{
border-color: #EBABD1;
}
.TagClassName
{
border-color: #EBABD1;
}
</style>