Shades of Lavender Rose #EDA4DB
Tints of Lavender Rose #EDA4DB
RGB
CMYK
RGB Variations
Color information
#EDA4DB (or 0xEDA4DB) is known color: Lavender Rose. HEX triplet: ED, A4 and DB. RGB value is (237,164,219). Sum of RGB (Red+Green+Blue) = 237+164+219=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4DB is #125B24. Grayscale: #BFBFBF. Windows color (decimal): -1202981 or 14394605. OLE color: 14394605.
HSL color Cylindrical-coordinate representation of color #EDA4DB: hue angle of 314.79º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4DB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 219 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.07 |
| HSL | 314.79º | 0.67% | 0.79% | - |
| HSV(B) | 314.79º | 0.31% | 0.93% | - |
| XYZ | 60.99 | 49.67 | 73.39 | - |
| YUV | 192.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 219 | 0 | 0.31 | 0.08 | 0.07 | 314.79 | 0.67 | 0.79 |
| Hex | ED | A4 | DB | 0 | 1F | 8 | 7 | 13B | 43 | 4F |
| Octal | 355 | 244 | 333 | 0 | 37 | 10 | 7 | 473 | 103 | 117 |
| Binary | 11101101 | 10100100 | 11011011 | 0 | 11111 | 1000 | 111 | 100111011 | 1000011 | 1001111 |
Color Harmonies of #EDA4DB
Complementary color
Monochromatic Colors of #EDA4DB
Black with #EDA4DB
Text Example
Text Example
White with #EDA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4DB; }
p { color: rgb(237,164,219); }
H1.HeaderClassName
{
color: #EDA4DB;
}
.AnyTagClassName
{
color: #EDA4DB;
}
</style>
background-color css
<style>
a { background-color: #EDA4DB; }
a { background-color: rgb(237,164,219); }
div.DivClassName
{
background-color: #EDA4DB;
}
.BgClassName
{
background-color: #EDA4DB;
}
</style>
border-color css
<style>
span { border-color: #EDA4DB; }
span { border-color: rgb(237,164,219); }
td.TdClassName
{
border-color: #EDA4DB;
}
.TagClassName
{
border-color: #EDA4DB;
}
</style>