Shades of Lavender Pink #EBADD3
Tints of Lavender Pink #EBADD3
RGB
CMYK
RGB Variations
Color information
#EBADD3 (or 0xEBADD3) is known color: Lavender Pink. HEX triplet: EB, AD and D3. RGB value is (235,173,211). Sum of RGB (Red+Green+Blue) = 235+173+211=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD3 is #14522C. Grayscale: #C3C3C3. Windows color (decimal): -1331757 or 13872619. OLE color: 13872619.
HSL color Cylindrical-coordinate representation of color #EBADD3: hue angle of 323.23º 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 #EBADD3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 211 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.08 |
| HSL | 323.23º | 0.61% | 0.8% | - |
| HSV(B) | 323.23º | 0.26% | 0.92% | - |
| XYZ | 60.96 | 52.25 | 68.5 | - |
| YUV | 195.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 211 | 0 | 0.26 | 0.10 | 0.08 | 323.23 | 0.61 | 0.8 |
| Hex | EB | AD | D3 | 0 | 1A | A | 8 | 143 | 3D | 50 |
| Octal | 353 | 255 | 323 | 0 | 32 | 12 | 10 | 503 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11010011 | 0 | 11010 | 1010 | 1000 | 101000011 | 111101 | 1010000 |
Color Harmonies of #EBADD3
Complementary color
Monochromatic Colors of #EBADD3
Black with #EBADD3
Text Example
Text Example
White with #EBADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADD3; }
p { color: rgb(235,173,211); }
H1.HeaderClassName
{
color: #EBADD3;
}
.AnyTagClassName
{
color: #EBADD3;
}
</style>
background-color css
<style>
a { background-color: #EBADD3; }
a { background-color: rgb(235,173,211); }
div.DivClassName
{
background-color: #EBADD3;
}
.BgClassName
{
background-color: #EBADD3;
}
</style>
border-color css
<style>
span { border-color: #EBADD3; }
span { border-color: rgb(235,173,211); }
td.TdClassName
{
border-color: #EBADD3;
}
.TagClassName
{
border-color: #EBADD3;
}
</style>