Shades of Lavender Rose #EDADDC
Tints of Lavender Rose #EDADDC
RGB
CMYK
RGB Variations
Color information
#EDADDC (or 0xEDADDC) is known color: Lavender Rose. HEX triplet: ED, AD and DC. RGB value is (237,173,220). Sum of RGB (Red+Green+Blue) = 237+173+220=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADDC is #125223. Grayscale: #C5C5C5. Windows color (decimal): -1200676 or 14462445. OLE color: 14462445.
HSL color Cylindrical-coordinate representation of color #EDADDC: hue angle of 315.94º 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 #EDADDC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 220 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.07 |
| HSL | 315.94º | 0.64% | 0.8% | - |
| HSV(B) | 315.94º | 0.27% | 0.93% | - |
| XYZ | 62.79 | 53.06 | 74.64 | - |
| YUV | 197.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 220 | 0 | 0.27 | 0.07 | 0.07 | 315.94 | 0.64 | 0.8 |
| Hex | ED | AD | DC | 0 | 1B | 7 | 7 | 13C | 40 | 50 |
| Octal | 355 | 255 | 334 | 0 | 33 | 7 | 7 | 474 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11011100 | 0 | 11011 | 111 | 111 | 100111100 | 1000000 | 1010000 |
Color Harmonies of #EDADDC
Complementary color
Monochromatic Colors of #EDADDC
Black with #EDADDC
Text Example
Text Example
White with #EDADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADDC; }
p { color: rgb(237,173,220); }
H1.HeaderClassName
{
color: #EDADDC;
}
.AnyTagClassName
{
color: #EDADDC;
}
</style>
background-color css
<style>
a { background-color: #EDADDC; }
a { background-color: rgb(237,173,220); }
div.DivClassName
{
background-color: #EDADDC;
}
.BgClassName
{
background-color: #EDADDC;
}
</style>
border-color css
<style>
span { border-color: #EDADDC; }
span { border-color: rgb(237,173,220); }
td.TdClassName
{
border-color: #EDADDC;
}
.TagClassName
{
border-color: #EDADDC;
}
</style>