Shades of Lavender Pink #EBADD6
Tints of Lavender Pink #EBADD6
RGB
CMYK
RGB Variations
Color information
#EBADD6 (or 0xEBADD6) is known color: Lavender Pink. HEX triplet: EB, AD and D6. RGB value is (235,173,214). Sum of RGB (Red+Green+Blue) = 235+173+214=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD6 is #145229. Grayscale: #C4C4C4. Windows color (decimal): -1331754 or 14069227. OLE color: 14069227.
HSL color Cylindrical-coordinate representation of color #EBADD6: hue angle of 320.32º 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 #EBADD6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 214 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.08 |
| HSL | 320.32º | 0.61% | 0.8% | - |
| HSV(B) | 320.32º | 0.26% | 0.92% | - |
| XYZ | 61.34 | 52.4 | 70.5 | - |
| YUV | 196.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 214 | 0 | 0.26 | 0.09 | 0.08 | 320.32 | 0.61 | 0.8 |
| Hex | EB | AD | D6 | 0 | 1A | 9 | 8 | 140 | 3D | 50 |
| Octal | 353 | 255 | 326 | 0 | 32 | 11 | 10 | 500 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11010110 | 0 | 11010 | 1001 | 1000 | 101000000 | 111101 | 1010000 |
Color Harmonies of #EBADD6
Complementary color
Monochromatic Colors of #EBADD6
Black with #EBADD6
Text Example
Text Example
White with #EBADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADD6; }
p { color: rgb(235,173,214); }
H1.HeaderClassName
{
color: #EBADD6;
}
.AnyTagClassName
{
color: #EBADD6;
}
</style>
background-color css
<style>
a { background-color: #EBADD6; }
a { background-color: rgb(235,173,214); }
div.DivClassName
{
background-color: #EBADD6;
}
.BgClassName
{
background-color: #EBADD6;
}
</style>
border-color css
<style>
span { border-color: #EBADD6; }
span { border-color: rgb(235,173,214); }
td.TdClassName
{
border-color: #EBADD6;
}
.TagClassName
{
border-color: #EBADD6;
}
</style>