Shades of Lavender Pink #EBAED5
Tints of Lavender Pink #EBAED5
RGB
CMYK
RGB Variations
Color information
#EBAED5 (or 0xEBAED5) is known color: Lavender Pink. HEX triplet: EB, AE and D5. RGB value is (235,174,213). Sum of RGB (Red+Green+Blue) = 235+174+213=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED5 is #14512A. Grayscale: #C4C4C4. Windows color (decimal): -1331499 or 14003947. OLE color: 14003947.
HSL color Cylindrical-coordinate representation of color #EBAED5: hue angle of 321.64º degrees, saturation: 0.6, 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 #EBAED5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 213 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.08 |
| HSL | 321.64º | 0.6% | 0.8% | - |
| HSV(B) | 321.64º | 0.26% | 0.92% | - |
| XYZ | 61.41 | 52.74 | 69.89 | - |
| YUV | 196.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 213 | 0 | 0.26 | 0.09 | 0.08 | 321.64 | 0.6 | 0.8 |
| Hex | EB | AE | D5 | 0 | 1A | 9 | 8 | 142 | 3C | 50 |
| Octal | 353 | 256 | 325 | 0 | 32 | 11 | 10 | 502 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11010101 | 0 | 11010 | 1001 | 1000 | 101000010 | 111100 | 1010000 |
Color Harmonies of #EBAED5
Complementary color
Monochromatic Colors of #EBAED5
Black with #EBAED5
Text Example
Text Example
White with #EBAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAED5; }
p { color: rgb(235,174,213); }
H1.HeaderClassName
{
color: #EBAED5;
}
.AnyTagClassName
{
color: #EBAED5;
}
</style>
background-color css
<style>
a { background-color: #EBAED5; }
a { background-color: rgb(235,174,213); }
div.DivClassName
{
background-color: #EBAED5;
}
.BgClassName
{
background-color: #EBAED5;
}
</style>
border-color css
<style>
span { border-color: #EBAED5; }
span { border-color: rgb(235,174,213); }
td.TdClassName
{
border-color: #EBAED5;
}
.TagClassName
{
border-color: #EBAED5;
}
</style>