Shades of Lavender Rose #EDA7DF
Tints of Lavender Rose #EDA7DF
RGB
CMYK
RGB Variations
Color information
#EDA7DF (or 0xEDA7DF) is known color: Lavender Rose. HEX triplet: ED, A7 and DF. RGB value is (237,167,223). Sum of RGB (Red+Green+Blue) = 237+167+223=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DF is #125820. Grayscale: #C2C2C2. Windows color (decimal): -1202209 or 14657517. OLE color: 14657517.
HSL color Cylindrical-coordinate representation of color #EDA7DF: hue angle of 312º 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 #EDA7DF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 223 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 312º | 0.66% | 0.79% | - |
| HSV(B) | 312º | 0.3% | 0.93% | - |
| XYZ | 62.06 | 50.97 | 76.38 | - |
| YUV | 194.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 223 | 0 | 0.30 | 0.06 | 0.07 | 312 | 0.66 | 0.79 |
| Hex | ED | A7 | DF | 0 | 1E | 6 | 7 | 138 | 42 | 4F |
| Octal | 355 | 247 | 337 | 0 | 36 | 6 | 7 | 470 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11011111 | 0 | 11110 | 110 | 111 | 100111000 | 1000010 | 1001111 |
Color Harmonies of #EDA7DF
Complementary color
Monochromatic Colors of #EDA7DF
Black with #EDA7DF
Text Example
Text Example
White with #EDA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7DF; }
p { color: rgb(237,167,223); }
H1.HeaderClassName
{
color: #EDA7DF;
}
.AnyTagClassName
{
color: #EDA7DF;
}
</style>
background-color css
<style>
a { background-color: #EDA7DF; }
a { background-color: rgb(237,167,223); }
div.DivClassName
{
background-color: #EDA7DF;
}
.BgClassName
{
background-color: #EDA7DF;
}
</style>
border-color css
<style>
span { border-color: #EDA7DF; }
span { border-color: rgb(237,167,223); }
td.TdClassName
{
border-color: #EDA7DF;
}
.TagClassName
{
border-color: #EDA7DF;
}
</style>