Shades of Lavender Rose #EDA5DF
Tints of Lavender Rose #EDA5DF
RGB
CMYK
RGB Variations
Color information
#EDA5DF (or 0xEDA5DF) is known color: Lavender Rose. HEX triplet: ED, A5 and DF. RGB value is (237,165,223). Sum of RGB (Red+Green+Blue) = 237+165+223=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5DF is #125A20. Grayscale: #C0C0C0. Windows color (decimal): -1202721 or 14657005. OLE color: 14657005.
HSL color Cylindrical-coordinate representation of color #EDA5DF: hue angle of 311.67º 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 #EDA5DF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 223 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 311.67º | 0.67% | 0.79% | - |
| HSV(B) | 311.67º | 0.3% | 0.93% | - |
| XYZ | 61.7 | 50.24 | 76.26 | - |
| YUV | 193.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 223 | 0 | 0.30 | 0.06 | 0.07 | 311.67 | 0.67 | 0.79 |
| Hex | ED | A5 | DF | 0 | 1E | 6 | 7 | 138 | 43 | 4F |
| Octal | 355 | 245 | 337 | 0 | 36 | 6 | 7 | 470 | 103 | 117 |
| Binary | 11101101 | 10100101 | 11011111 | 0 | 11110 | 110 | 111 | 100111000 | 1000011 | 1001111 |
Color Harmonies of #EDA5DF
Complementary color
Monochromatic Colors of #EDA5DF
Black with #EDA5DF
Text Example
Text Example
White with #EDA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5DF; }
p { color: rgb(237,165,223); }
H1.HeaderClassName
{
color: #EDA5DF;
}
.AnyTagClassName
{
color: #EDA5DF;
}
</style>
background-color css
<style>
a { background-color: #EDA5DF; }
a { background-color: rgb(237,165,223); }
div.DivClassName
{
background-color: #EDA5DF;
}
.BgClassName
{
background-color: #EDA5DF;
}
</style>
border-color css
<style>
span { border-color: #EDA5DF; }
span { border-color: rgb(237,165,223); }
td.TdClassName
{
border-color: #EDA5DF;
}
.TagClassName
{
border-color: #EDA5DF;
}
</style>