Shades of Lavender Rose #EDA7D8
Tints of Lavender Rose #EDA7D8
RGB
CMYK
RGB Variations
Color information
#EDA7D8 (or 0xEDA7D8) is known color: Lavender Rose. HEX triplet: ED, A7 and D8. RGB value is (237,167,216). Sum of RGB (Red+Green+Blue) = 237+167+216=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7D8 is #125827. Grayscale: #C1C1C1. Windows color (decimal): -1202216 or 14198765. OLE color: 14198765.
HSL color Cylindrical-coordinate representation of color #EDA7D8: hue angle of 318º 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 #EDA7D8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 216 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.07 |
| HSL | 318º | 0.66% | 0.79% | - |
| HSV(B) | 318º | 0.3% | 0.93% | - |
| XYZ | 61.14 | 50.6 | 71.51 | - |
| YUV | 193.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 216 | 0 | 0.30 | 0.09 | 0.07 | 318 | 0.66 | 0.79 |
| Hex | ED | A7 | D8 | 0 | 1E | 9 | 7 | 13E | 42 | 4F |
| Octal | 355 | 247 | 330 | 0 | 36 | 11 | 7 | 476 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11011000 | 0 | 11110 | 1001 | 111 | 100111110 | 1000010 | 1001111 |
Color Harmonies of #EDA7D8
Complementary color
Monochromatic Colors of #EDA7D8
Black with #EDA7D8
Text Example
Text Example
White with #EDA7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7D8; }
p { color: rgb(237,167,216); }
H1.HeaderClassName
{
color: #EDA7D8;
}
.AnyTagClassName
{
color: #EDA7D8;
}
</style>
background-color css
<style>
a { background-color: #EDA7D8; }
a { background-color: rgb(237,167,216); }
div.DivClassName
{
background-color: #EDA7D8;
}
.BgClassName
{
background-color: #EDA7D8;
}
</style>
border-color css
<style>
span { border-color: #EDA7D8; }
span { border-color: rgb(237,167,216); }
td.TdClassName
{
border-color: #EDA7D8;
}
.TagClassName
{
border-color: #EDA7D8;
}
</style>