Shades of Lavender Rose #EDA7DE
Tints of Lavender Rose #EDA7DE
RGB
CMYK
RGB Variations
Color information
#EDA7DE (or 0xEDA7DE) is known color: Lavender Rose. HEX triplet: ED, A7 and DE. RGB value is (237,167,222). Sum of RGB (Red+Green+Blue) = 237+167+222=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7DE is #125821. Grayscale: #C2C2C2. Windows color (decimal): -1202210 or 14591981. OLE color: 14591981.
HSL color Cylindrical-coordinate representation of color #EDA7DE: hue angle of 312.86º 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 #EDA7DE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 222 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 312.86º | 0.66% | 0.79% | - |
| HSV(B) | 312.86º | 0.3% | 0.93% | - |
| XYZ | 61.93 | 50.92 | 75.67 | - |
| YUV | 194.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 222 | 0 | 0.30 | 0.06 | 0.07 | 312.86 | 0.66 | 0.79 |
| Hex | ED | A7 | DE | 0 | 1E | 6 | 7 | 139 | 42 | 4F |
| Octal | 355 | 247 | 336 | 0 | 36 | 6 | 7 | 471 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11011110 | 0 | 11110 | 110 | 111 | 100111001 | 1000010 | 1001111 |
Color Harmonies of #EDA7DE
Complementary color
Monochromatic Colors of #EDA7DE
Black with #EDA7DE
Text Example
Text Example
White with #EDA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7DE; }
p { color: rgb(237,167,222); }
H1.HeaderClassName
{
color: #EDA7DE;
}
.AnyTagClassName
{
color: #EDA7DE;
}
</style>
background-color css
<style>
a { background-color: #EDA7DE; }
a { background-color: rgb(237,167,222); }
div.DivClassName
{
background-color: #EDA7DE;
}
.BgClassName
{
background-color: #EDA7DE;
}
</style>
border-color css
<style>
span { border-color: #EDA7DE; }
span { border-color: rgb(237,167,222); }
td.TdClassName
{
border-color: #EDA7DE;
}
.TagClassName
{
border-color: #EDA7DE;
}
</style>