Shades of Lavender Rose #EDA7DA
Tints of Lavender Rose #EDA7DA
RGB
CMYK
RGB Variations
Color information
#EDA7DA (or 0xEDA7DA) is known color: Lavender Rose. HEX triplet: ED, A7 and DA. RGB value is (237,167,218). Sum of RGB (Red+Green+Blue) = 237+167+218=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DA is #125825. Grayscale: #C1C1C1. Windows color (decimal): -1202214 or 14329837. OLE color: 14329837.
HSL color Cylindrical-coordinate representation of color #EDA7DA: hue angle of 316.29º 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 #EDA7DA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 218 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.07 |
| HSL | 316.29º | 0.66% | 0.79% | - |
| HSV(B) | 316.29º | 0.3% | 0.93% | - |
| XYZ | 61.4 | 50.7 | 72.88 | - |
| YUV | 193.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 218 | 0 | 0.30 | 0.08 | 0.07 | 316.29 | 0.66 | 0.79 |
| Hex | ED | A7 | DA | 0 | 1E | 8 | 7 | 13C | 42 | 4F |
| Octal | 355 | 247 | 332 | 0 | 36 | 10 | 7 | 474 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11011010 | 0 | 11110 | 1000 | 111 | 100111100 | 1000010 | 1001111 |
Color Harmonies of #EDA7DA
Complementary color
Monochromatic Colors of #EDA7DA
Black with #EDA7DA
Text Example
Text Example
White with #EDA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7DA; }
p { color: rgb(237,167,218); }
H1.HeaderClassName
{
color: #EDA7DA;
}
.AnyTagClassName
{
color: #EDA7DA;
}
</style>
background-color css
<style>
a { background-color: #EDA7DA; }
a { background-color: rgb(237,167,218); }
div.DivClassName
{
background-color: #EDA7DA;
}
.BgClassName
{
background-color: #EDA7DA;
}
</style>
border-color css
<style>
span { border-color: #EDA7DA; }
span { border-color: rgb(237,167,218); }
td.TdClassName
{
border-color: #EDA7DA;
}
.TagClassName
{
border-color: #EDA7DA;
}
</style>