Shades of Lavender Rose #EDABDA
Tints of Lavender Rose #EDABDA
RGB
CMYK
RGB Variations
Color information
#EDABDA (or 0xEDABDA) is known color: Lavender Rose. HEX triplet: ED, AB and DA. RGB value is (237,171,218). Sum of RGB (Red+Green+Blue) = 237+171+218=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABDA is #125425. Grayscale: #C3C3C3. Windows color (decimal): -1201190 or 14330861. OLE color: 14330861.
HSL color Cylindrical-coordinate representation of color #EDABDA: hue angle of 317.27º 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 #EDABDA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 218 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.07 |
| HSL | 317.27º | 0.65% | 0.8% | - |
| HSV(B) | 317.27º | 0.28% | 0.93% | - |
| XYZ | 62.14 | 52.19 | 73.13 | - |
| YUV | 196.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 218 | 0 | 0.28 | 0.08 | 0.07 | 317.27 | 0.65 | 0.8 |
| Hex | ED | AB | DA | 0 | 1C | 8 | 7 | 13D | 41 | 50 |
| Octal | 355 | 253 | 332 | 0 | 34 | 10 | 7 | 475 | 101 | 120 |
| Binary | 11101101 | 10101011 | 11011010 | 0 | 11100 | 1000 | 111 | 100111101 | 1000001 | 1010000 |
Color Harmonies of #EDABDA
Complementary color
Monochromatic Colors of #EDABDA
Black with #EDABDA
Text Example
Text Example
White with #EDABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABDA; }
p { color: rgb(237,171,218); }
H1.HeaderClassName
{
color: #EDABDA;
}
.AnyTagClassName
{
color: #EDABDA;
}
</style>
background-color css
<style>
a { background-color: #EDABDA; }
a { background-color: rgb(237,171,218); }
div.DivClassName
{
background-color: #EDABDA;
}
.BgClassName
{
background-color: #EDABDA;
}
</style>
border-color css
<style>
span { border-color: #EDABDA; }
span { border-color: rgb(237,171,218); }
td.TdClassName
{
border-color: #EDABDA;
}
.TagClassName
{
border-color: #EDABDA;
}
</style>