Shades of Lavender Rose #EDA8DB
Tints of Lavender Rose #EDA8DB
RGB
CMYK
RGB Variations
Color information
#EDA8DB (or 0xEDA8DB) is known color: Lavender Rose. HEX triplet: ED, A8 and DB. RGB value is (237,168,219). Sum of RGB (Red+Green+Blue) = 237+168+219=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8DB is #125724. Grayscale: #C2C2C2. Windows color (decimal): -1201957 or 14395629. OLE color: 14395629.
HSL color Cylindrical-coordinate representation of color #EDA8DB: hue angle of 315.65º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8DB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 219 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.07 |
| HSL | 315.65º | 0.66% | 0.79% | - |
| HSV(B) | 315.65º | 0.29% | 0.93% | - |
| XYZ | 61.71 | 51.12 | 73.63 | - |
| YUV | 194.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 219 | 0 | 0.29 | 0.08 | 0.07 | 315.65 | 0.66 | 0.79 |
| Hex | ED | A8 | DB | 0 | 1D | 8 | 7 | 13C | 42 | 4F |
| Octal | 355 | 250 | 333 | 0 | 35 | 10 | 7 | 474 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11011011 | 0 | 11101 | 1000 | 111 | 100111100 | 1000010 | 1001111 |
Color Harmonies of #EDA8DB
Complementary color
Monochromatic Colors of #EDA8DB
Black with #EDA8DB
Text Example
Text Example
White with #EDA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8DB; }
p { color: rgb(237,168,219); }
H1.HeaderClassName
{
color: #EDA8DB;
}
.AnyTagClassName
{
color: #EDA8DB;
}
</style>
background-color css
<style>
a { background-color: #EDA8DB; }
a { background-color: rgb(237,168,219); }
div.DivClassName
{
background-color: #EDA8DB;
}
.BgClassName
{
background-color: #EDA8DB;
}
</style>
border-color css
<style>
span { border-color: #EDA8DB; }
span { border-color: rgb(237,168,219); }
td.TdClassName
{
border-color: #EDA8DB;
}
.TagClassName
{
border-color: #EDA8DB;
}
</style>