Shades of Lavender Rose #EDAADD
Tints of Lavender Rose #EDAADD
RGB
CMYK
RGB Variations
Color information
#EDAADD (or 0xEDAADD) is known color: Lavender Rose. HEX triplet: ED, AA and DD. RGB value is (237,170,221). Sum of RGB (Red+Green+Blue) = 237+170+221=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAADD is #125522. Grayscale: #C3C3C3. Windows color (decimal): -1201443 or 14527213. OLE color: 14527213.
HSL color Cylindrical-coordinate representation of color #EDAADD: hue angle of 314.33º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAADD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 221 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.07 |
| HSL | 314.33º | 0.65% | 0.8% | - |
| HSV(B) | 314.33º | 0.28% | 0.93% | - |
| XYZ | 62.35 | 51.97 | 75.15 | - |
| YUV | 195.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 221 | 0 | 0.28 | 0.07 | 0.07 | 314.33 | 0.65 | 0.8 |
| Hex | ED | AA | DD | 0 | 1C | 7 | 7 | 13A | 41 | 50 |
| Octal | 355 | 252 | 335 | 0 | 34 | 7 | 7 | 472 | 101 | 120 |
| Binary | 11101101 | 10101010 | 11011101 | 0 | 11100 | 111 | 111 | 100111010 | 1000001 | 1010000 |
Color Harmonies of #EDAADD
Complementary color
Monochromatic Colors of #EDAADD
Black with #EDAADD
Text Example
Text Example
White with #EDAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAADD; }
p { color: rgb(237,170,221); }
H1.HeaderClassName
{
color: #EDAADD;
}
.AnyTagClassName
{
color: #EDAADD;
}
</style>
background-color css
<style>
a { background-color: #EDAADD; }
a { background-color: rgb(237,170,221); }
div.DivClassName
{
background-color: #EDAADD;
}
.BgClassName
{
background-color: #EDAADD;
}
</style>
border-color css
<style>
span { border-color: #EDAADD; }
span { border-color: rgb(237,170,221); }
td.TdClassName
{
border-color: #EDAADD;
}
.TagClassName
{
border-color: #EDAADD;
}
</style>