Shades of Lavender Rose #EDA8DC
Tints of Lavender Rose #EDA8DC
RGB
CMYK
RGB Variations
Color information
#EDA8DC (or 0xEDA8DC) is known color: Lavender Rose. HEX triplet: ED, A8 and DC. RGB value is (237,168,220). Sum of RGB (Red+Green+Blue) = 237+168+220=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8DC is #125723. Grayscale: #C2C2C2. Windows color (decimal): -1201956 or 14461165. OLE color: 14461165.
HSL color Cylindrical-coordinate representation of color #EDA8DC: hue angle of 314.78º 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 #EDA8DC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 220 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.07 |
| HSL | 314.78º | 0.66% | 0.79% | - |
| HSV(B) | 314.78º | 0.29% | 0.93% | - |
| XYZ | 61.85 | 51.18 | 74.33 | - |
| YUV | 194.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 220 | 0 | 0.29 | 0.07 | 0.07 | 314.78 | 0.66 | 0.79 |
| Hex | ED | A8 | DC | 0 | 1D | 7 | 7 | 13B | 42 | 4F |
| Octal | 355 | 250 | 334 | 0 | 35 | 7 | 7 | 473 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11011100 | 0 | 11101 | 111 | 111 | 100111011 | 1000010 | 1001111 |
Color Harmonies of #EDA8DC
Complementary color
Monochromatic Colors of #EDA8DC
Black with #EDA8DC
Text Example
Text Example
White with #EDA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8DC; }
p { color: rgb(237,168,220); }
H1.HeaderClassName
{
color: #EDA8DC;
}
.AnyTagClassName
{
color: #EDA8DC;
}
</style>
background-color css
<style>
a { background-color: #EDA8DC; }
a { background-color: rgb(237,168,220); }
div.DivClassName
{
background-color: #EDA8DC;
}
.BgClassName
{
background-color: #EDA8DC;
}
</style>
border-color css
<style>
span { border-color: #EDA8DC; }
span { border-color: rgb(237,168,220); }
td.TdClassName
{
border-color: #EDA8DC;
}
.TagClassName
{
border-color: #EDA8DC;
}
</style>