Shades of Lavender Rose #EDABDD
Tints of Lavender Rose #EDABDD
RGB
CMYK
RGB Variations
Color information
#EDABDD (or 0xEDABDD) is known color: Lavender Rose. HEX triplet: ED, AB and DD. RGB value is (237,171,221). Sum of RGB (Red+Green+Blue) = 237+171+221=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABDD is #125422. Grayscale: #C4C4C4. Windows color (decimal): -1201187 or 14527469. OLE color: 14527469.
HSL color Cylindrical-coordinate representation of color #EDABDD: hue angle of 314.55º 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 #EDABDD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 221 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.07 |
| HSL | 314.55º | 0.65% | 0.8% | - |
| HSV(B) | 314.55º | 0.28% | 0.93% | - |
| XYZ | 62.54 | 52.35 | 75.22 | - |
| YUV | 196.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 221 | 0 | 0.28 | 0.07 | 0.07 | 314.55 | 0.65 | 0.8 |
| Hex | ED | AB | DD | 0 | 1C | 7 | 7 | 13B | 41 | 50 |
| Octal | 355 | 253 | 335 | 0 | 34 | 7 | 7 | 473 | 101 | 120 |
| Binary | 11101101 | 10101011 | 11011101 | 0 | 11100 | 111 | 111 | 100111011 | 1000001 | 1010000 |
Color Harmonies of #EDABDD
Complementary color
Monochromatic Colors of #EDABDD
Black with #EDABDD
Text Example
Text Example
White with #EDABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABDD; }
p { color: rgb(237,171,221); }
H1.HeaderClassName
{
color: #EDABDD;
}
.AnyTagClassName
{
color: #EDABDD;
}
</style>
background-color css
<style>
a { background-color: #EDABDD; }
a { background-color: rgb(237,171,221); }
div.DivClassName
{
background-color: #EDABDD;
}
.BgClassName
{
background-color: #EDABDD;
}
</style>
border-color css
<style>
span { border-color: #EDABDD; }
span { border-color: rgb(237,171,221); }
td.TdClassName
{
border-color: #EDABDD;
}
.TagClassName
{
border-color: #EDABDD;
}
</style>