Shades of Lavender Rose #EDA6DE
Tints of Lavender Rose #EDA6DE
RGB
CMYK
RGB Variations
Color information
#EDA6DE (or 0xEDA6DE) is known color: Lavender Rose. HEX triplet: ED, A6 and DE. RGB value is (237,166,222). Sum of RGB (Red+Green+Blue) = 237+166+222=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6DE is #125921. Grayscale: #C1C1C1. Windows color (decimal): -1202466 or 14591725. OLE color: 14591725.
HSL color Cylindrical-coordinate representation of color #EDA6DE: hue angle of 312.68º 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 #EDA6DE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 222 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 312.68º | 0.66% | 0.79% | - |
| HSV(B) | 312.68º | 0.3% | 0.93% | - |
| XYZ | 61.75 | 50.55 | 75.61 | - |
| YUV | 193.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 222 | 0 | 0.30 | 0.06 | 0.07 | 312.68 | 0.66 | 0.79 |
| Hex | ED | A6 | DE | 0 | 1E | 6 | 7 | 139 | 42 | 4F |
| Octal | 355 | 246 | 336 | 0 | 36 | 6 | 7 | 471 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11011110 | 0 | 11110 | 110 | 111 | 100111001 | 1000010 | 1001111 |
Color Harmonies of #EDA6DE
Complementary color
Monochromatic Colors of #EDA6DE
Black with #EDA6DE
Text Example
Text Example
White with #EDA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6DE; }
p { color: rgb(237,166,222); }
H1.HeaderClassName
{
color: #EDA6DE;
}
.AnyTagClassName
{
color: #EDA6DE;
}
</style>
background-color css
<style>
a { background-color: #EDA6DE; }
a { background-color: rgb(237,166,222); }
div.DivClassName
{
background-color: #EDA6DE;
}
.BgClassName
{
background-color: #EDA6DE;
}
</style>
border-color css
<style>
span { border-color: #EDA6DE; }
span { border-color: rgb(237,166,222); }
td.TdClassName
{
border-color: #EDA6DE;
}
.TagClassName
{
border-color: #EDA6DE;
}
</style>