Shades of Lavender Rose #EDA7DB
Tints of Lavender Rose #EDA7DB
RGB
CMYK
RGB Variations
Color information
#EDA7DB (or 0xEDA7DB) is known color: Lavender Rose. HEX triplet: ED, A7 and DB. RGB value is (237,167,219). Sum of RGB (Red+Green+Blue) = 237+167+219=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DB is #125824. Grayscale: #C1C1C1. Windows color (decimal): -1202213 or 14395373. OLE color: 14395373.
HSL color Cylindrical-coordinate representation of color #EDA7DB: hue angle of 315.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7DB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 219 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.07 |
| HSL | 315.43º | 0.66% | 0.79% | - |
| HSV(B) | 315.43º | 0.3% | 0.93% | - |
| XYZ | 61.53 | 50.76 | 73.57 | - |
| YUV | 193.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 219 | 0 | 0.30 | 0.08 | 0.07 | 315.43 | 0.66 | 0.79 |
| Hex | ED | A7 | DB | 0 | 1E | 8 | 7 | 13B | 42 | 4F |
| Octal | 355 | 247 | 333 | 0 | 36 | 10 | 7 | 473 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11011011 | 0 | 11110 | 1000 | 111 | 100111011 | 1000010 | 1001111 |
Color Harmonies of #EDA7DB
Complementary color
Monochromatic Colors of #EDA7DB
Black with #EDA7DB
Text Example
Text Example
White with #EDA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7DB; }
p { color: rgb(237,167,219); }
H1.HeaderClassName
{
color: #EDA7DB;
}
.AnyTagClassName
{
color: #EDA7DB;
}
</style>
background-color css
<style>
a { background-color: #EDA7DB; }
a { background-color: rgb(237,167,219); }
div.DivClassName
{
background-color: #EDA7DB;
}
.BgClassName
{
background-color: #EDA7DB;
}
</style>
border-color css
<style>
span { border-color: #EDA7DB; }
span { border-color: rgb(237,167,219); }
td.TdClassName
{
border-color: #EDA7DB;
}
.TagClassName
{
border-color: #EDA7DB;
}
</style>