Shades of Lavender Pink #EBACD6
Tints of Lavender Pink #EBACD6
RGB
CMYK
RGB Variations
Color information
#EBACD6 (or 0xEBACD6) is known color: Lavender Pink. HEX triplet: EB, AC and D6. RGB value is (235,172,214). Sum of RGB (Red+Green+Blue) = 235+172+214=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD6 is #145329. Grayscale: #C3C3C3. Windows color (decimal): -1332010 or 14068971. OLE color: 14068971.
HSL color Cylindrical-coordinate representation of color #EBACD6: hue angle of 320º 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 #EBACD6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 214 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.08 |
| HSL | 320º | 0.61% | 0.8% | - |
| HSV(B) | 320º | 0.27% | 0.92% | - |
| XYZ | 61.15 | 52.02 | 70.44 | - |
| YUV | 195.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 214 | 0 | 0.27 | 0.09 | 0.08 | 320 | 0.61 | 0.8 |
| Hex | EB | AC | D6 | 0 | 1B | 9 | 8 | 140 | 3D | 50 |
| Octal | 353 | 254 | 326 | 0 | 33 | 11 | 10 | 500 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11010110 | 0 | 11011 | 1001 | 1000 | 101000000 | 111101 | 1010000 |
Color Harmonies of #EBACD6
Complementary color
Monochromatic Colors of #EBACD6
Black with #EBACD6
Text Example
Text Example
White with #EBACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACD6; }
p { color: rgb(235,172,214); }
H1.HeaderClassName
{
color: #EBACD6;
}
.AnyTagClassName
{
color: #EBACD6;
}
</style>
background-color css
<style>
a { background-color: #EBACD6; }
a { background-color: rgb(235,172,214); }
div.DivClassName
{
background-color: #EBACD6;
}
.BgClassName
{
background-color: #EBACD6;
}
</style>
border-color css
<style>
span { border-color: #EBACD6; }
span { border-color: rgb(235,172,214); }
td.TdClassName
{
border-color: #EBACD6;
}
.TagClassName
{
border-color: #EBACD6;
}
</style>