Shades of Lavender Rose #EDA1DB
Tints of Lavender Rose #EDA1DB
RGB
CMYK
RGB Variations
Color information
#EDA1DB (or 0xEDA1DB) is known color: Lavender Rose. HEX triplet: ED, A1 and DB. RGB value is (237,161,219). Sum of RGB (Red+Green+Blue) = 237+161+219=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DB is #125E24. Grayscale: #BEBEBE. Windows color (decimal): -1203749 or 14393837. OLE color: 14393837.
HSL color Cylindrical-coordinate representation of color #EDA1DB: hue angle of 314.21º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1DB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 219 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 314.21º | 0.68% | 0.78% | - |
| HSV(B) | 314.21º | 0.32% | 0.93% | - |
| XYZ | 60.46 | 48.61 | 73.21 | - |
| YUV | 190.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 219 | 0 | 0.32 | 0.08 | 0.07 | 314.21 | 0.68 | 0.78 |
| Hex | ED | A1 | DB | 0 | 20 | 8 | 7 | 13A | 44 | 4E |
| Octal | 355 | 241 | 333 | 0 | 40 | 10 | 7 | 472 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11011011 | 0 | 100000 | 1000 | 111 | 100111010 | 1000100 | 1001110 |
Color Harmonies of #EDA1DB
Complementary color
Monochromatic Colors of #EDA1DB
Black with #EDA1DB
Text Example
Text Example
White with #EDA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1DB; }
p { color: rgb(237,161,219); }
H1.HeaderClassName
{
color: #EDA1DB;
}
.AnyTagClassName
{
color: #EDA1DB;
}
</style>
background-color css
<style>
a { background-color: #EDA1DB; }
a { background-color: rgb(237,161,219); }
div.DivClassName
{
background-color: #EDA1DB;
}
.BgClassName
{
background-color: #EDA1DB;
}
</style>
border-color css
<style>
span { border-color: #EDA1DB; }
span { border-color: rgb(237,161,219); }
td.TdClassName
{
border-color: #EDA1DB;
}
.TagClassName
{
border-color: #EDA1DB;
}
</style>