Shades of Lavender Rose #EDAADB
Tints of Lavender Rose #EDAADB
RGB
CMYK
RGB Variations
Color information
#EDAADB (or 0xEDAADB) is known color: Lavender Rose. HEX triplet: ED, AA and DB. RGB value is (237,170,219). Sum of RGB (Red+Green+Blue) = 237+170+219=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAADB is #125524. Grayscale: #C3C3C3. Windows color (decimal): -1201445 or 14396141. OLE color: 14396141.
HSL color Cylindrical-coordinate representation of color #EDAADB: hue angle of 316.12º 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 #EDAADB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 219 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.07 |
| HSL | 316.12º | 0.65% | 0.8% | - |
| HSV(B) | 316.12º | 0.28% | 0.93% | - |
| XYZ | 62.09 | 51.87 | 73.76 | - |
| YUV | 195.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 219 | 0 | 0.28 | 0.08 | 0.07 | 316.12 | 0.65 | 0.8 |
| Hex | ED | AA | DB | 0 | 1C | 8 | 7 | 13C | 41 | 50 |
| Octal | 355 | 252 | 333 | 0 | 34 | 10 | 7 | 474 | 101 | 120 |
| Binary | 11101101 | 10101010 | 11011011 | 0 | 11100 | 1000 | 111 | 100111100 | 1000001 | 1010000 |
Color Harmonies of #EDAADB
Complementary color
Monochromatic Colors of #EDAADB
Black with #EDAADB
Text Example
Text Example
White with #EDAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAADB; }
p { color: rgb(237,170,219); }
H1.HeaderClassName
{
color: #EDAADB;
}
.AnyTagClassName
{
color: #EDAADB;
}
</style>
background-color css
<style>
a { background-color: #EDAADB; }
a { background-color: rgb(237,170,219); }
div.DivClassName
{
background-color: #EDAADB;
}
.BgClassName
{
background-color: #EDAADB;
}
</style>
border-color css
<style>
span { border-color: #EDAADB; }
span { border-color: rgb(237,170,219); }
td.TdClassName
{
border-color: #EDAADB;
}
.TagClassName
{
border-color: #EDAADB;
}
</style>