Shades of Lavender Pink #EBACD2
Tints of Lavender Pink #EBACD2
RGB
CMYK
RGB Variations
Color information
#EBACD2 (or 0xEBACD2) is known color: Lavender Pink. HEX triplet: EB, AC and D2. RGB value is (235,172,210). Sum of RGB (Red+Green+Blue) = 235+172+210=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD2 is #14532D. Grayscale: #C3C3C3. Windows color (decimal): -1332014 or 13806827. OLE color: 13806827.
HSL color Cylindrical-coordinate representation of color #EBACD2: hue angle of 323.81º 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 #EBACD2 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 210 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.08 |
| HSL | 323.81º | 0.61% | 0.8% | - |
| HSV(B) | 323.81º | 0.27% | 0.92% | - |
| XYZ | 60.65 | 51.82 | 67.78 | - |
| YUV | 195.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 210 | 0 | 0.27 | 0.11 | 0.08 | 323.81 | 0.61 | 0.8 |
| Hex | EB | AC | D2 | 0 | 1B | B | 8 | 144 | 3D | 50 |
| Octal | 353 | 254 | 322 | 0 | 33 | 13 | 10 | 504 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11010010 | 0 | 11011 | 1011 | 1000 | 101000100 | 111101 | 1010000 |
Color Harmonies of #EBACD2
Complementary color
Monochromatic Colors of #EBACD2
Black with #EBACD2
Text Example
Text Example
White with #EBACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACD2; }
p { color: rgb(235,172,210); }
H1.HeaderClassName
{
color: #EBACD2;
}
.AnyTagClassName
{
color: #EBACD2;
}
</style>
background-color css
<style>
a { background-color: #EBACD2; }
a { background-color: rgb(235,172,210); }
div.DivClassName
{
background-color: #EBACD2;
}
.BgClassName
{
background-color: #EBACD2;
}
</style>
border-color css
<style>
span { border-color: #EBACD2; }
span { border-color: rgb(235,172,210); }
td.TdClassName
{
border-color: #EBACD2;
}
.TagClassName
{
border-color: #EBACD2;
}
</style>