Shades of Lavender Rose #EDA6DB
Tints of Lavender Rose #EDA6DB
RGB
CMYK
RGB Variations
Color information
#EDA6DB (or 0xEDA6DB) is known color: Lavender Rose. HEX triplet: ED, A6 and DB. RGB value is (237,166,219). Sum of RGB (Red+Green+Blue) = 237+166+219=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6DB is #125924. Grayscale: #C1C1C1. Windows color (decimal): -1202469 or 14395117. OLE color: 14395117.
HSL color Cylindrical-coordinate representation of color #EDA6DB: hue angle of 315.21º 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 #EDA6DB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 219 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.07 |
| HSL | 315.21º | 0.66% | 0.79% | - |
| HSV(B) | 315.21º | 0.3% | 0.93% | - |
| XYZ | 61.35 | 50.39 | 73.51 | - |
| YUV | 193.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 219 | 0 | 0.30 | 0.08 | 0.07 | 315.21 | 0.66 | 0.79 |
| Hex | ED | A6 | DB | 0 | 1E | 8 | 7 | 13B | 42 | 4F |
| Octal | 355 | 246 | 333 | 0 | 36 | 10 | 7 | 473 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11011011 | 0 | 11110 | 1000 | 111 | 100111011 | 1000010 | 1001111 |
Color Harmonies of #EDA6DB
Complementary color
Monochromatic Colors of #EDA6DB
Black with #EDA6DB
Text Example
Text Example
White with #EDA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6DB; }
p { color: rgb(237,166,219); }
H1.HeaderClassName
{
color: #EDA6DB;
}
.AnyTagClassName
{
color: #EDA6DB;
}
</style>
background-color css
<style>
a { background-color: #EDA6DB; }
a { background-color: rgb(237,166,219); }
div.DivClassName
{
background-color: #EDA6DB;
}
.BgClassName
{
background-color: #EDA6DB;
}
</style>
border-color css
<style>
span { border-color: #EDA6DB; }
span { border-color: rgb(237,166,219); }
td.TdClassName
{
border-color: #EDA6DB;
}
.TagClassName
{
border-color: #EDA6DB;
}
</style>