Shades of Lavender Pink #EBACCD
Tints of Lavender Pink #EBACCD
RGB
CMYK
RGB Variations
Color information
#EBACCD (or 0xEBACCD) is known color: Lavender Pink. HEX triplet: EB, AC and CD. RGB value is (235,172,205). Sum of RGB (Red+Green+Blue) = 235+172+205=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACCD is #145332. Grayscale: #C2C2C2. Windows color (decimal): -1332019 or 13479147. OLE color: 13479147.
HSL color Cylindrical-coordinate representation of color #EBACCD: hue angle of 328.57º 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 #EBACCD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 205 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.08 |
| HSL | 328.57º | 0.61% | 0.8% | - |
| HSV(B) | 328.57º | 0.27% | 0.92% | - |
| XYZ | 60.03 | 51.57 | 64.55 | - |
| YUV | 194.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 205 | 0 | 0.27 | 0.13 | 0.08 | 328.57 | 0.61 | 0.8 |
| Hex | EB | AC | CD | 0 | 1B | D | 8 | 149 | 3D | 50 |
| Octal | 353 | 254 | 315 | 0 | 33 | 15 | 10 | 511 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11001101 | 0 | 11011 | 1101 | 1000 | 101001001 | 111101 | 1010000 |
Color Harmonies of #EBACCD
Complementary color
Monochromatic Colors of #EBACCD
Black with #EBACCD
Text Example
Text Example
White with #EBACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACCD; }
p { color: rgb(235,172,205); }
H1.HeaderClassName
{
color: #EBACCD;
}
.AnyTagClassName
{
color: #EBACCD;
}
</style>
background-color css
<style>
a { background-color: #EBACCD; }
a { background-color: rgb(235,172,205); }
div.DivClassName
{
background-color: #EBACCD;
}
.BgClassName
{
background-color: #EBACCD;
}
</style>
border-color css
<style>
span { border-color: #EBACCD; }
span { border-color: rgb(235,172,205); }
td.TdClassName
{
border-color: #EBACCD;
}
.TagClassName
{
border-color: #EBACCD;
}
</style>