Shades of Lavender Pink #EBAED3
Tints of Lavender Pink #EBAED3
RGB
CMYK
RGB Variations
Color information
#EBAED3 (or 0xEBAED3) is known color: Lavender Pink. HEX triplet: EB, AE and D3. RGB value is (235,174,211). Sum of RGB (Red+Green+Blue) = 235+174+211=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED3 is #14512C. Grayscale: #C4C4C4. Windows color (decimal): -1331501 or 13872875. OLE color: 13872875.
HSL color Cylindrical-coordinate representation of color #EBAED3: hue angle of 323.61º 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 #EBAED3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 211 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.08 |
| HSL | 323.61º | 0.6% | 0.8% | - |
| HSV(B) | 323.61º | 0.26% | 0.92% | - |
| XYZ | 61.15 | 52.64 | 68.56 | - |
| YUV | 196.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 211 | 0 | 0.26 | 0.10 | 0.08 | 323.61 | 0.6 | 0.8 |
| Hex | EB | AE | D3 | 0 | 1A | A | 8 | 144 | 3C | 50 |
| Octal | 353 | 256 | 323 | 0 | 32 | 12 | 10 | 504 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11010011 | 0 | 11010 | 1010 | 1000 | 101000100 | 111100 | 1010000 |
Color Harmonies of #EBAED3
Complementary color
Monochromatic Colors of #EBAED3
Black with #EBAED3
Text Example
Text Example
White with #EBAED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAED3; }
p { color: rgb(235,174,211); }
H1.HeaderClassName
{
color: #EBAED3;
}
.AnyTagClassName
{
color: #EBAED3;
}
</style>
background-color css
<style>
a { background-color: #EBAED3; }
a { background-color: rgb(235,174,211); }
div.DivClassName
{
background-color: #EBAED3;
}
.BgClassName
{
background-color: #EBAED3;
}
</style>
border-color css
<style>
span { border-color: #EBAED3; }
span { border-color: rgb(235,174,211); }
td.TdClassName
{
border-color: #EBAED3;
}
.TagClassName
{
border-color: #EBAED3;
}
</style>