Shades of Lavender Rose #EDA9DB
Tints of Lavender Rose #EDA9DB
RGB
CMYK
RGB Variations
Color information
#EDA9DB (or 0xEDA9DB) is known color: Lavender Rose. HEX triplet: ED, A9 and DB. RGB value is (237,169,219). Sum of RGB (Red+Green+Blue) = 237+169+219=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9DB is #125624. Grayscale: #C2C2C2. Windows color (decimal): -1201701 or 14395885. OLE color: 14395885.
HSL color Cylindrical-coordinate representation of color #EDA9DB: hue angle of 315.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9DB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 219 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.07 |
| HSL | 315.88º | 0.65% | 0.8% | - |
| HSV(B) | 315.88º | 0.29% | 0.93% | - |
| XYZ | 61.9 | 51.49 | 73.69 | - |
| YUV | 195.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 219 | 0 | 0.29 | 0.08 | 0.07 | 315.88 | 0.65 | 0.8 |
| Hex | ED | A9 | DB | 0 | 1D | 8 | 7 | 13C | 41 | 50 |
| Octal | 355 | 251 | 333 | 0 | 35 | 10 | 7 | 474 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11011011 | 0 | 11101 | 1000 | 111 | 100111100 | 1000001 | 1010000 |
Color Harmonies of #EDA9DB
Complementary color
Monochromatic Colors of #EDA9DB
Black with #EDA9DB
Text Example
Text Example
White with #EDA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9DB; }
p { color: rgb(237,169,219); }
H1.HeaderClassName
{
color: #EDA9DB;
}
.AnyTagClassName
{
color: #EDA9DB;
}
</style>
background-color css
<style>
a { background-color: #EDA9DB; }
a { background-color: rgb(237,169,219); }
div.DivClassName
{
background-color: #EDA9DB;
}
.BgClassName
{
background-color: #EDA9DB;
}
</style>
border-color css
<style>
span { border-color: #EDA9DB; }
span { border-color: rgb(237,169,219); }
td.TdClassName
{
border-color: #EDA9DB;
}
.TagClassName
{
border-color: #EDA9DB;
}
</style>