Shades of Lavender Rose #EDA5D8
Tints of Lavender Rose #EDA5D8
RGB
CMYK
RGB Variations
Color information
#EDA5D8 (or 0xEDA5D8) is known color: Lavender Rose. HEX triplet: ED, A5 and D8. RGB value is (237,165,216). Sum of RGB (Red+Green+Blue) = 237+165+216=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5D8 is #125A27. Grayscale: #C0C0C0. Windows color (decimal): -1202728 or 14198253. OLE color: 14198253.
HSL color Cylindrical-coordinate representation of color #EDA5D8: hue angle of 317.5º degrees, saturation: 0.67, 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 #EDA5D8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 216 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.07 |
| HSL | 317.5º | 0.67% | 0.79% | - |
| HSV(B) | 317.5º | 0.3% | 0.93% | - |
| XYZ | 60.77 | 49.87 | 71.39 | - |
| YUV | 192.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 216 | 0 | 0.30 | 0.09 | 0.07 | 317.5 | 0.67 | 0.79 |
| Hex | ED | A5 | D8 | 0 | 1E | 9 | 7 | 13E | 43 | 4F |
| Octal | 355 | 245 | 330 | 0 | 36 | 11 | 7 | 476 | 103 | 117 |
| Binary | 11101101 | 10100101 | 11011000 | 0 | 11110 | 1001 | 111 | 100111110 | 1000011 | 1001111 |
Color Harmonies of #EDA5D8
Complementary color
Monochromatic Colors of #EDA5D8
Black with #EDA5D8
Text Example
Text Example
White with #EDA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5D8; }
p { color: rgb(237,165,216); }
H1.HeaderClassName
{
color: #EDA5D8;
}
.AnyTagClassName
{
color: #EDA5D8;
}
</style>
background-color css
<style>
a { background-color: #EDA5D8; }
a { background-color: rgb(237,165,216); }
div.DivClassName
{
background-color: #EDA5D8;
}
.BgClassName
{
background-color: #EDA5D8;
}
</style>
border-color css
<style>
span { border-color: #EDA5D8; }
span { border-color: rgb(237,165,216); }
td.TdClassName
{
border-color: #EDA5D8;
}
.TagClassName
{
border-color: #EDA5D8;
}
</style>