Shades of Lavender Pink #EBACD3
Tints of Lavender Pink #EBACD3
RGB
CMYK
RGB Variations
Color information
#EBACD3 (or 0xEBACD3) is known color: Lavender Pink. HEX triplet: EB, AC and D3. RGB value is (235,172,211). Sum of RGB (Red+Green+Blue) = 235+172+211=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD3 is #14532C. Grayscale: #C3C3C3. Windows color (decimal): -1332013 or 13872363. OLE color: 13872363.
HSL color Cylindrical-coordinate representation of color #EBACD3: hue angle of 322.86º degrees, saturation: 0.61, 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 #EBACD3 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 211 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.08 |
| HSL | 322.86º | 0.61% | 0.8% | - |
| HSV(B) | 322.86º | 0.27% | 0.92% | - |
| XYZ | 60.77 | 51.87 | 68.44 | - |
| YUV | 195.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 211 | 0 | 0.27 | 0.10 | 0.08 | 322.86 | 0.61 | 0.8 |
| Hex | EB | AC | D3 | 0 | 1B | A | 8 | 143 | 3D | 50 |
| Octal | 353 | 254 | 323 | 0 | 33 | 12 | 10 | 503 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11010011 | 0 | 11011 | 1010 | 1000 | 101000011 | 111101 | 1010000 |
Color Harmonies of #EBACD3
Complementary color
Monochromatic Colors of #EBACD3
Black with #EBACD3
Text Example
Text Example
White with #EBACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACD3; }
p { color: rgb(235,172,211); }
H1.HeaderClassName
{
color: #EBACD3;
}
.AnyTagClassName
{
color: #EBACD3;
}
</style>
background-color css
<style>
a { background-color: #EBACD3; }
a { background-color: rgb(235,172,211); }
div.DivClassName
{
background-color: #EBACD3;
}
.BgClassName
{
background-color: #EBACD3;
}
</style>
border-color css
<style>
span { border-color: #EBACD3; }
span { border-color: rgb(235,172,211); }
td.TdClassName
{
border-color: #EBACD3;
}
.TagClassName
{
border-color: #EBACD3;
}
</style>