Shades of Lavender Rose #EDA9D7
Tints of Lavender Rose #EDA9D7
RGB
CMYK
RGB Variations
Color information
#EDA9D7 (or 0xEDA9D7) is known color: Lavender Rose. HEX triplet: ED, A9 and D7. RGB value is (237,169,215). Sum of RGB (Red+Green+Blue) = 237+169+215=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9D7 is #125628. Grayscale: #C2C2C2. Windows color (decimal): -1201705 or 14133741. OLE color: 14133741.
HSL color Cylindrical-coordinate representation of color #EDA9D7: hue angle of 319.41º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9D7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 215 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.07 |
| HSL | 319.41º | 0.65% | 0.8% | - |
| HSV(B) | 319.41º | 0.29% | 0.93% | - |
| XYZ | 61.38 | 51.29 | 70.95 | - |
| YUV | 194.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 215 | 0 | 0.29 | 0.09 | 0.07 | 319.41 | 0.65 | 0.8 |
| Hex | ED | A9 | D7 | 0 | 1D | 9 | 7 | 13F | 41 | 50 |
| Octal | 355 | 251 | 327 | 0 | 35 | 11 | 7 | 477 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11010111 | 0 | 11101 | 1001 | 111 | 100111111 | 1000001 | 1010000 |
Color Harmonies of #EDA9D7
Complementary color
Monochromatic Colors of #EDA9D7
Black with #EDA9D7
Text Example
Text Example
White with #EDA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9D7; }
p { color: rgb(237,169,215); }
H1.HeaderClassName
{
color: #EDA9D7;
}
.AnyTagClassName
{
color: #EDA9D7;
}
</style>
background-color css
<style>
a { background-color: #EDA9D7; }
a { background-color: rgb(237,169,215); }
div.DivClassName
{
background-color: #EDA9D7;
}
.BgClassName
{
background-color: #EDA9D7;
}
</style>
border-color css
<style>
span { border-color: #EDA9D7; }
span { border-color: rgb(237,169,215); }
td.TdClassName
{
border-color: #EDA9D7;
}
.TagClassName
{
border-color: #EDA9D7;
}
</style>