Shades of Lavender Rose #EDA9DC
Tints of Lavender Rose #EDA9DC
RGB
CMYK
RGB Variations
Color information
#EDA9DC (or 0xEDA9DC) is known color: Lavender Rose. HEX triplet: ED, A9 and DC. RGB value is (237,169,220). Sum of RGB (Red+Green+Blue) = 237+169+220=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9DC is #125623. Grayscale: #C3C3C3. Windows color (decimal): -1201700 or 14461421. OLE color: 14461421.
HSL color Cylindrical-coordinate representation of color #EDA9DC: hue angle of 315º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9DC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 220 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.07 |
| HSL | 315º | 0.65% | 0.8% | - |
| HSV(B) | 315º | 0.29% | 0.93% | - |
| XYZ | 62.03 | 51.55 | 74.39 | - |
| YUV | 195.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 220 | 0 | 0.29 | 0.07 | 0.07 | 315 | 0.65 | 0.8 |
| Hex | ED | A9 | DC | 0 | 1D | 7 | 7 | 13B | 41 | 50 |
| Octal | 355 | 251 | 334 | 0 | 35 | 7 | 7 | 473 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11011100 | 0 | 11101 | 111 | 111 | 100111011 | 1000001 | 1010000 |
Color Harmonies of #EDA9DC
Complementary color
Monochromatic Colors of #EDA9DC
Black with #EDA9DC
Text Example
Text Example
White with #EDA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9DC; }
p { color: rgb(237,169,220); }
H1.HeaderClassName
{
color: #EDA9DC;
}
.AnyTagClassName
{
color: #EDA9DC;
}
</style>
background-color css
<style>
a { background-color: #EDA9DC; }
a { background-color: rgb(237,169,220); }
div.DivClassName
{
background-color: #EDA9DC;
}
.BgClassName
{
background-color: #EDA9DC;
}
</style>
border-color css
<style>
span { border-color: #EDA9DC; }
span { border-color: rgb(237,169,220); }
td.TdClassName
{
border-color: #EDA9DC;
}
.TagClassName
{
border-color: #EDA9DC;
}
</style>