Shades of Lavender Pink #EBAED1
Tints of Lavender Pink #EBAED1
RGB
CMYK
RGB Variations
Color information
#EBAED1 (or 0xEBAED1) is known color: Lavender Pink. HEX triplet: EB, AE and D1. RGB value is (235,174,209). Sum of RGB (Red+Green+Blue) = 235+174+209=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED1 is #14512E. Grayscale: #C4C4C4. Windows color (decimal): -1331503 or 13741803. OLE color: 13741803.
HSL color Cylindrical-coordinate representation of color #EBAED1: hue angle of 325.57º 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 #EBAED1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 209 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.08 |
| HSL | 325.57º | 0.6% | 0.8% | - |
| HSV(B) | 325.57º | 0.26% | 0.92% | - |
| XYZ | 60.91 | 52.54 | 67.25 | - |
| YUV | 196.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 209 | 0 | 0.26 | 0.11 | 0.08 | 325.57 | 0.6 | 0.8 |
| Hex | EB | AE | D1 | 0 | 1A | B | 8 | 146 | 3C | 50 |
| Octal | 353 | 256 | 321 | 0 | 32 | 13 | 10 | 506 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11010001 | 0 | 11010 | 1011 | 1000 | 101000110 | 111100 | 1010000 |
Color Harmonies of #EBAED1
Complementary color
Monochromatic Colors of #EBAED1
Black with #EBAED1
Text Example
Text Example
White with #EBAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAED1; }
p { color: rgb(235,174,209); }
H1.HeaderClassName
{
color: #EBAED1;
}
.AnyTagClassName
{
color: #EBAED1;
}
</style>
background-color css
<style>
a { background-color: #EBAED1; }
a { background-color: rgb(235,174,209); }
div.DivClassName
{
background-color: #EBAED1;
}
.BgClassName
{
background-color: #EBAED1;
}
</style>
border-color css
<style>
span { border-color: #EBAED1; }
span { border-color: rgb(235,174,209); }
td.TdClassName
{
border-color: #EBAED1;
}
.TagClassName
{
border-color: #EBAED1;
}
</style>