Shades of Lavender Rose #EDA6D7
Tints of Lavender Rose #EDA6D7
RGB
CMYK
RGB Variations
Color information
#EDA6D7 (or 0xEDA6D7) is known color: Lavender Rose. HEX triplet: ED, A6 and D7. RGB value is (237,166,215). Sum of RGB (Red+Green+Blue) = 237+166+215=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6D7 is #125928. Grayscale: #C0C0C0. Windows color (decimal): -1202473 or 14132973. OLE color: 14132973.
HSL color Cylindrical-coordinate representation of color #EDA6D7: hue angle of 318.59º 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 #EDA6D7 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 215 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.07 |
| HSL | 318.59º | 0.66% | 0.79% | - |
| HSV(B) | 318.59º | 0.3% | 0.93% | - |
| XYZ | 60.83 | 50.18 | 70.77 | - |
| YUV | 192.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 215 | 0 | 0.30 | 0.09 | 0.07 | 318.59 | 0.66 | 0.79 |
| Hex | ED | A6 | D7 | 0 | 1E | 9 | 7 | 13F | 42 | 4F |
| Octal | 355 | 246 | 327 | 0 | 36 | 11 | 7 | 477 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11010111 | 0 | 11110 | 1001 | 111 | 100111111 | 1000010 | 1001111 |
Color Harmonies of #EDA6D7
Complementary color
Monochromatic Colors of #EDA6D7
Black with #EDA6D7
Text Example
Text Example
White with #EDA6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6D7; }
p { color: rgb(237,166,215); }
H1.HeaderClassName
{
color: #EDA6D7;
}
.AnyTagClassName
{
color: #EDA6D7;
}
</style>
background-color css
<style>
a { background-color: #EDA6D7; }
a { background-color: rgb(237,166,215); }
div.DivClassName
{
background-color: #EDA6D7;
}
.BgClassName
{
background-color: #EDA6D7;
}
</style>
border-color css
<style>
span { border-color: #EDA6D7; }
span { border-color: rgb(237,166,215); }
td.TdClassName
{
border-color: #EDA6D7;
}
.TagClassName
{
border-color: #EDA6D7;
}
</style>