Shades of Lavender Rose #EDA3DB
Tints of Lavender Rose #EDA3DB
RGB
CMYK
RGB Variations
Color information
#EDA3DB (or 0xEDA3DB) is known color: Lavender Rose. HEX triplet: ED, A3 and DB. RGB value is (237,163,219). Sum of RGB (Red+Green+Blue) = 237+163+219=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3DB is #125C24. Grayscale: #BFBFBF. Windows color (decimal): -1203237 or 14394349. OLE color: 14394349.
HSL color Cylindrical-coordinate representation of color #EDA3DB: hue angle of 314.59º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3DB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 219 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.07 |
| HSL | 314.59º | 0.67% | 0.78% | - |
| HSV(B) | 314.59º | 0.31% | 0.93% | - |
| XYZ | 60.81 | 49.31 | 73.33 | - |
| YUV | 191.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 219 | 0 | 0.31 | 0.08 | 0.07 | 314.59 | 0.67 | 0.78 |
| Hex | ED | A3 | DB | 0 | 1F | 8 | 7 | 13B | 43 | 4E |
| Octal | 355 | 243 | 333 | 0 | 37 | 10 | 7 | 473 | 103 | 116 |
| Binary | 11101101 | 10100011 | 11011011 | 0 | 11111 | 1000 | 111 | 100111011 | 1000011 | 1001110 |
Color Harmonies of #EDA3DB
Complementary color
Monochromatic Colors of #EDA3DB
Black with #EDA3DB
Text Example
Text Example
White with #EDA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3DB; }
p { color: rgb(237,163,219); }
H1.HeaderClassName
{
color: #EDA3DB;
}
.AnyTagClassName
{
color: #EDA3DB;
}
</style>
background-color css
<style>
a { background-color: #EDA3DB; }
a { background-color: rgb(237,163,219); }
div.DivClassName
{
background-color: #EDA3DB;
}
.BgClassName
{
background-color: #EDA3DB;
}
</style>
border-color css
<style>
span { border-color: #EDA3DB; }
span { border-color: rgb(237,163,219); }
td.TdClassName
{
border-color: #EDA3DB;
}
.TagClassName
{
border-color: #EDA3DB;
}
</style>