Shades of Lavender Rose #EDA1DC
Tints of Lavender Rose #EDA1DC
RGB
CMYK
RGB Variations
Color information
#EDA1DC (or 0xEDA1DC) is known color: Lavender Rose. HEX triplet: ED, A1 and DC. RGB value is (237,161,220). Sum of RGB (Red+Green+Blue) = 237+161+220=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DC is #125E23. Grayscale: #BEBEBE. Windows color (decimal): -1203748 or 14459373. OLE color: 14459373.
HSL color Cylindrical-coordinate representation of color #EDA1DC: hue angle of 313.42º 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 #EDA1DC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 220 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.07 |
| HSL | 313.42º | 0.68% | 0.78% | - |
| HSV(B) | 313.42º | 0.32% | 0.93% | - |
| XYZ | 60.59 | 48.66 | 73.91 | - |
| YUV | 190.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 220 | 0 | 0.32 | 0.07 | 0.07 | 313.42 | 0.68 | 0.78 |
| Hex | ED | A1 | DC | 0 | 20 | 7 | 7 | 139 | 44 | 4E |
| Octal | 355 | 241 | 334 | 0 | 40 | 7 | 7 | 471 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11011100 | 0 | 100000 | 111 | 111 | 100111001 | 1000100 | 1001110 |
Color Harmonies of #EDA1DC
Complementary color
Monochromatic Colors of #EDA1DC
Black with #EDA1DC
Text Example
Text Example
White with #EDA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1DC; }
p { color: rgb(237,161,220); }
H1.HeaderClassName
{
color: #EDA1DC;
}
.AnyTagClassName
{
color: #EDA1DC;
}
</style>
background-color css
<style>
a { background-color: #EDA1DC; }
a { background-color: rgb(237,161,220); }
div.DivClassName
{
background-color: #EDA1DC;
}
.BgClassName
{
background-color: #EDA1DC;
}
</style>
border-color css
<style>
span { border-color: #EDA1DC; }
span { border-color: rgb(237,161,220); }
td.TdClassName
{
border-color: #EDA1DC;
}
.TagClassName
{
border-color: #EDA1DC;
}
</style>