Shades of Lavender Rose #EDACDB
Tints of Lavender Rose #EDACDB
RGB
CMYK
RGB Variations
Color information
#EDACDB (or 0xEDACDB) is known color: Lavender Rose. HEX triplet: ED, AC and DB. RGB value is (237,172,219). Sum of RGB (Red+Green+Blue) = 237+172+219=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDB is #125324. Grayscale: #C4C4C4. Windows color (decimal): -1200933 or 14396653. OLE color: 14396653.
HSL color Cylindrical-coordinate representation of color #EDACDB: hue angle of 316.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACDB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 219 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 316.62º | 0.64% | 0.8% | - |
| HSV(B) | 316.62º | 0.27% | 0.93% | - |
| XYZ | 62.46 | 52.62 | 73.88 | - |
| YUV | 196.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 219 | 0 | 0.27 | 0.08 | 0.07 | 316.62 | 0.64 | 0.8 |
| Hex | ED | AC | DB | 0 | 1B | 8 | 7 | 13D | 40 | 50 |
| Octal | 355 | 254 | 333 | 0 | 33 | 10 | 7 | 475 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11011011 | 0 | 11011 | 1000 | 111 | 100111101 | 1000000 | 1010000 |
Color Harmonies of #EDACDB
Complementary color
Monochromatic Colors of #EDACDB
Black with #EDACDB
Text Example
Text Example
White with #EDACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACDB; }
p { color: rgb(237,172,219); }
H1.HeaderClassName
{
color: #EDACDB;
}
.AnyTagClassName
{
color: #EDACDB;
}
</style>
background-color css
<style>
a { background-color: #EDACDB; }
a { background-color: rgb(237,172,219); }
div.DivClassName
{
background-color: #EDACDB;
}
.BgClassName
{
background-color: #EDACDB;
}
</style>
border-color css
<style>
span { border-color: #EDACDB; }
span { border-color: rgb(237,172,219); }
td.TdClassName
{
border-color: #EDACDB;
}
.TagClassName
{
border-color: #EDACDB;
}
</style>