Shades of Lavender Pink #EBABCF
Tints of Lavender Pink #EBABCF
RGB
CMYK
RGB Variations
Color information
#EBABCF (or 0xEBABCF) is known color: Lavender Pink. HEX triplet: EB, AB and CF. RGB value is (235,171,207). Sum of RGB (Red+Green+Blue) = 235+171+207=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABCF is #145430. Grayscale: #C2C2C2. Windows color (decimal): -1332273 or 13609963. OLE color: 13609963.
HSL color Cylindrical-coordinate representation of color #EBABCF: hue angle of 326.25º degrees, saturation: 0.62, 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 #EBABCF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 207 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.08 |
| HSL | 326.25º | 0.62% | 0.8% | - |
| HSV(B) | 326.25º | 0.27% | 0.92% | - |
| XYZ | 60.09 | 51.29 | 65.77 | - |
| YUV | 194.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 207 | 0 | 0.27 | 0.12 | 0.08 | 326.25 | 0.62 | 0.8 |
| Hex | EB | AB | CF | 0 | 1B | C | 8 | 146 | 3E | 50 |
| Octal | 353 | 253 | 317 | 0 | 33 | 14 | 10 | 506 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11001111 | 0 | 11011 | 1100 | 1000 | 101000110 | 111110 | 1010000 |
Color Harmonies of #EBABCF
Complementary color
Monochromatic Colors of #EBABCF
Black with #EBABCF
Text Example
Text Example
White with #EBABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABCF; }
p { color: rgb(235,171,207); }
H1.HeaderClassName
{
color: #EBABCF;
}
.AnyTagClassName
{
color: #EBABCF;
}
</style>
background-color css
<style>
a { background-color: #EBABCF; }
a { background-color: rgb(235,171,207); }
div.DivClassName
{
background-color: #EBABCF;
}
.BgClassName
{
background-color: #EBABCF;
}
</style>
border-color css
<style>
span { border-color: #EBABCF; }
span { border-color: rgb(235,171,207); }
td.TdClassName
{
border-color: #EBABCF;
}
.TagClassName
{
border-color: #EBABCF;
}
</style>