Shades of Lavender Rose #EDACDC
Tints of Lavender Rose #EDACDC
RGB
CMYK
RGB Variations
Color information
#EDACDC (or 0xEDACDC) is known color: Lavender Rose. HEX triplet: ED, AC and DC. RGB value is (237,172,220). Sum of RGB (Red+Green+Blue) = 237+172+220=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDC is #125323. Grayscale: #C4C4C4. Windows color (decimal): -1200932 or 14462189. OLE color: 14462189.
HSL color Cylindrical-coordinate representation of color #EDACDC: hue angle of 315.69º 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 #EDACDC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 220 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.07 |
| HSL | 315.69º | 0.64% | 0.8% | - |
| HSV(B) | 315.69º | 0.27% | 0.93% | - |
| XYZ | 62.6 | 52.68 | 74.58 | - |
| YUV | 196.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 220 | 0 | 0.27 | 0.07 | 0.07 | 315.69 | 0.64 | 0.8 |
| Hex | ED | AC | DC | 0 | 1B | 7 | 7 | 13C | 40 | 50 |
| Octal | 355 | 254 | 334 | 0 | 33 | 7 | 7 | 474 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11011100 | 0 | 11011 | 111 | 111 | 100111100 | 1000000 | 1010000 |
Color Harmonies of #EDACDC
Complementary color
Monochromatic Colors of #EDACDC
Black with #EDACDC
Text Example
Text Example
White with #EDACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACDC; }
p { color: rgb(237,172,220); }
H1.HeaderClassName
{
color: #EDACDC;
}
.AnyTagClassName
{
color: #EDACDC;
}
</style>
background-color css
<style>
a { background-color: #EDACDC; }
a { background-color: rgb(237,172,220); }
div.DivClassName
{
background-color: #EDACDC;
}
.BgClassName
{
background-color: #EDACDC;
}
</style>
border-color css
<style>
span { border-color: #EDACDC; }
span { border-color: rgb(237,172,220); }
td.TdClassName
{
border-color: #EDACDC;
}
.TagClassName
{
border-color: #EDACDC;
}
</style>