Shades of Lavender Rose #ED9DDB
Tints of Lavender Rose #ED9DDB
RGB
CMYK
RGB Variations
Color information
#ED9DDB (or 0xED9DDB) is known color: Lavender Rose. HEX triplet: ED, 9D and DB. RGB value is (237,157,219). Sum of RGB (Red+Green+Blue) = 237+157+219=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9DDB is #126224. Grayscale: #BBBBBB. Windows color (decimal): -1204773 or 14392813. OLE color: 14392813.
HSL color Cylindrical-coordinate representation of color #ED9DDB: hue angle of 313.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9DDB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 219 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.07 |
| HSL | 313.5º | 0.69% | 0.77% | - |
| HSV(B) | 313.5º | 0.34% | 0.93% | - |
| XYZ | 59.77 | 47.23 | 72.98 | - |
| YUV | 187.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 219 | 0 | 0.34 | 0.08 | 0.07 | 313.5 | 0.69 | 0.77 |
| Hex | ED | 9D | DB | 0 | 22 | 8 | 7 | 13A | 45 | 4D |
| Octal | 355 | 235 | 333 | 0 | 42 | 10 | 7 | 472 | 105 | 115 |
| Binary | 11101101 | 10011101 | 11011011 | 0 | 100010 | 1000 | 111 | 100111010 | 1000101 | 1001101 |
Color Harmonies of #ED9DDB
Complementary color
Monochromatic Colors of #ED9DDB
Black with #ED9DDB
Text Example
Text Example
White with #ED9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9DDB; }
p { color: rgb(237,157,219); }
H1.HeaderClassName
{
color: #ED9DDB;
}
.AnyTagClassName
{
color: #ED9DDB;
}
</style>
background-color css
<style>
a { background-color: #ED9DDB; }
a { background-color: rgb(237,157,219); }
div.DivClassName
{
background-color: #ED9DDB;
}
.BgClassName
{
background-color: #ED9DDB;
}
</style>
border-color css
<style>
span { border-color: #ED9DDB; }
span { border-color: rgb(237,157,219); }
td.TdClassName
{
border-color: #ED9DDB;
}
.TagClassName
{
border-color: #ED9DDB;
}
</style>