Shades of Lavender Rose #EBAAD9
Tints of Lavender Rose #EBAAD9
RGB
CMYK
RGB Variations
Color information
#EBAAD9 (or 0xEBAAD9) is known color: Lavender Rose. HEX triplet: EB, AA and D9. RGB value is (235,170,217). Sum of RGB (Red+Green+Blue) = 235+170+217=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAD9 is #145526. Grayscale: #C2C2C2. Windows color (decimal): -1332519 or 14265067. OLE color: 14265067.
HSL color Cylindrical-coordinate representation of color #EBAAD9: hue angle of 316.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAD9 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 170 | 217 | - |
CMYK | 0 | 0.28 | 0.08 | 0.08 |
HSL | 316.62º | 0.62% | 0.79% | - |
HSV(B) | 316.62º | 0.28% | 0.92% | - |
XYZ | 61.16 | 51.42 | 72.35 | - |
YUV | 194.79 | 140.53 | 156.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 170 | 217 | 0 | 0.28 | 0.08 | 0.08 | 316.62 | 0.62 | 0.79 |
Hex | EB | AA | D9 | 0 | 1C | 8 | 8 | 13D | 3E | 4F |
Octal | 353 | 252 | 331 | 0 | 34 | 10 | 10 | 475 | 76 | 117 |
Binary | 11101011 | 10101010 | 11011001 | 0 | 11100 | 1000 | 1000 | 100111101 | 111110 | 1001111 |
Color Harmonies of #EBAAD9
Complementary color
Monochromatic Colors of #EBAAD9
Black with #EBAAD9
Text Example
Text Example
White with #EBAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAD9; }
p { color: rgb(235,170,217); }
H1.HeaderClassName
{
color: #EBAAD9;
}
.AnyTagClassName
{
color: #EBAAD9;
}
</style>
background-color css
<style>
a { background-color: #EBAAD9; }
a { background-color: rgb(235,170,217); }
div.DivClassName
{
background-color: #EBAAD9;
}
.BgClassName
{
background-color: #EBAAD9;
}
</style>
border-color css
<style>
span { border-color: #EBAAD9; }
span { border-color: rgb(235,170,217); }
td.TdClassName
{
border-color: #EBAAD9;
}
.TagClassName
{
border-color: #EBAAD9;
}
</style>