Shades of Lavender Pink #EBADCD
Tints of Lavender Pink #EBADCD
RGB
CMYK
RGB Variations
Color information
#EBADCD (or 0xEBADCD) is known color: Lavender Pink. HEX triplet: EB, AD and CD. RGB value is (235,173,205). Sum of RGB (Red+Green+Blue) = 235+173+205=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADCD is #145232. Grayscale: #C3C3C3. Windows color (decimal): -1331763 or 13479403. OLE color: 13479403.
HSL color Cylindrical-coordinate representation of color #EBADCD: hue angle of 329.03º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADCD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 205 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.08 |
| HSL | 329.03º | 0.61% | 0.8% | - |
| HSV(B) | 329.03º | 0.26% | 0.92% | - |
| XYZ | 60.22 | 51.96 | 64.61 | - |
| YUV | 195.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 205 | 0 | 0.26 | 0.13 | 0.08 | 329.03 | 0.61 | 0.8 |
| Hex | EB | AD | CD | 0 | 1A | D | 8 | 149 | 3D | 50 |
| Octal | 353 | 255 | 315 | 0 | 32 | 15 | 10 | 511 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11001101 | 0 | 11010 | 1101 | 1000 | 101001001 | 111101 | 1010000 |
Color Harmonies of #EBADCD
Complementary color
Monochromatic Colors of #EBADCD
Black with #EBADCD
Text Example
Text Example
White with #EBADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADCD; }
p { color: rgb(235,173,205); }
H1.HeaderClassName
{
color: #EBADCD;
}
.AnyTagClassName
{
color: #EBADCD;
}
</style>
background-color css
<style>
a { background-color: #EBADCD; }
a { background-color: rgb(235,173,205); }
div.DivClassName
{
background-color: #EBADCD;
}
.BgClassName
{
background-color: #EBADCD;
}
</style>
border-color css
<style>
span { border-color: #EBADCD; }
span { border-color: rgb(235,173,205); }
td.TdClassName
{
border-color: #EBADCD;
}
.TagClassName
{
border-color: #EBADCD;
}
</style>