Shades of Lavender Rose #ED9CDF
Tints of Lavender Rose #ED9CDF
RGB
CMYK
RGB Variations
Color information
#ED9CDF (or 0xED9CDF) is known color: Lavender Rose. HEX triplet: ED, 9C and DF. RGB value is (237,156,223). Sum of RGB (Red+Green+Blue) = 237+156+223=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDF is #126320. Grayscale: #BBBBBB. Windows color (decimal): -1205025 or 14654701. OLE color: 14654701.
HSL color Cylindrical-coordinate representation of color #ED9CDF: hue angle of 310.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CDF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 223 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 310.37º | 0.69% | 0.77% | - |
| HSV(B) | 310.37º | 0.34% | 0.93% | - |
| XYZ | 60.13 | 47.11 | 75.74 | - |
| YUV | 187.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 223 | 0 | 0.34 | 0.06 | 0.07 | 310.37 | 0.69 | 0.77 |
| Hex | ED | 9C | DF | 0 | 22 | 6 | 7 | 136 | 45 | 4D |
| Octal | 355 | 234 | 337 | 0 | 42 | 6 | 7 | 466 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11011111 | 0 | 100010 | 110 | 111 | 100110110 | 1000101 | 1001101 |
Color Harmonies of #ED9CDF
Complementary color
Monochromatic Colors of #ED9CDF
Black with #ED9CDF
Text Example
Text Example
White with #ED9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CDF; }
p { color: rgb(237,156,223); }
H1.HeaderClassName
{
color: #ED9CDF;
}
.AnyTagClassName
{
color: #ED9CDF;
}
</style>
background-color css
<style>
a { background-color: #ED9CDF; }
a { background-color: rgb(237,156,223); }
div.DivClassName
{
background-color: #ED9CDF;
}
.BgClassName
{
background-color: #ED9CDF;
}
</style>
border-color css
<style>
span { border-color: #ED9CDF; }
span { border-color: rgb(237,156,223); }
td.TdClassName
{
border-color: #ED9CDF;
}
.TagClassName
{
border-color: #ED9CDF;
}
</style>