Shades of Lavender Pink #EBACCC
Tints of Lavender Pink #EBACCC
RGB
CMYK
RGB Variations
Color information
#EBACCC (or 0xEBACCC) is known color: Lavender Pink. HEX triplet: EB, AC and CC. RGB value is (235,172,204). Sum of RGB (Red+Green+Blue) = 235+172+204=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACCC is #145333. Grayscale: #C2C2C2. Windows color (decimal): -1332020 or 13413611. OLE color: 13413611.
HSL color Cylindrical-coordinate representation of color #EBACCC: hue angle of 329.52º 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 #EBACCC is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 204 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.08 |
| HSL | 329.52º | 0.61% | 0.8% | - |
| HSV(B) | 329.52º | 0.27% | 0.92% | - |
| XYZ | 59.91 | 51.53 | 63.91 | - |
| YUV | 194.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 204 | 0 | 0.27 | 0.13 | 0.08 | 329.52 | 0.61 | 0.8 |
| Hex | EB | AC | CC | 0 | 1B | D | 8 | 14A | 3D | 50 |
| Octal | 353 | 254 | 314 | 0 | 33 | 15 | 10 | 512 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11001100 | 0 | 11011 | 1101 | 1000 | 101001010 | 111101 | 1010000 |
Color Harmonies of #EBACCC
Complementary color
Monochromatic Colors of #EBACCC
Black with #EBACCC
Text Example
Text Example
White with #EBACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACCC; }
p { color: rgb(235,172,204); }
H1.HeaderClassName
{
color: #EBACCC;
}
.AnyTagClassName
{
color: #EBACCC;
}
</style>
background-color css
<style>
a { background-color: #EBACCC; }
a { background-color: rgb(235,172,204); }
div.DivClassName
{
background-color: #EBACCC;
}
.BgClassName
{
background-color: #EBACCC;
}
</style>
border-color css
<style>
span { border-color: #EBACCC; }
span { border-color: rgb(235,172,204); }
td.TdClassName
{
border-color: #EBACCC;
}
.TagClassName
{
border-color: #EBACCC;
}
</style>