Shades of Lavender Rose #ED9DDF
Tints of Lavender Rose #ED9DDF
RGB
CMYK
RGB Variations
Color information
#ED9DDF (or 0xED9DDF) is known color: Lavender Rose. HEX triplet: ED, 9D and DF. RGB value is (237,157,223). Sum of RGB (Red+Green+Blue) = 237+157+223=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9DDF is #126220. Grayscale: #BCBCBC. Windows color (decimal): -1204769 or 14654957. OLE color: 14654957.
HSL color Cylindrical-coordinate representation of color #ED9DDF: hue angle of 310.5º 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 #ED9DDF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 223 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 310.5º | 0.69% | 0.77% | - |
| HSV(B) | 310.5º | 0.34% | 0.93% | - |
| XYZ | 60.3 | 47.45 | 75.79 | - |
| YUV | 188.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 223 | 0 | 0.34 | 0.06 | 0.07 | 310.5 | 0.69 | 0.77 |
| Hex | ED | 9D | DF | 0 | 22 | 6 | 7 | 136 | 45 | 4D |
| Octal | 355 | 235 | 337 | 0 | 42 | 6 | 7 | 466 | 105 | 115 |
| Binary | 11101101 | 10011101 | 11011111 | 0 | 100010 | 110 | 111 | 100110110 | 1000101 | 1001101 |
Color Harmonies of #ED9DDF
Complementary color
Monochromatic Colors of #ED9DDF
Black with #ED9DDF
Text Example
Text Example
White with #ED9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9DDF; }
p { color: rgb(237,157,223); }
H1.HeaderClassName
{
color: #ED9DDF;
}
.AnyTagClassName
{
color: #ED9DDF;
}
</style>
background-color css
<style>
a { background-color: #ED9DDF; }
a { background-color: rgb(237,157,223); }
div.DivClassName
{
background-color: #ED9DDF;
}
.BgClassName
{
background-color: #ED9DDF;
}
</style>
border-color css
<style>
span { border-color: #ED9DDF; }
span { border-color: rgb(237,157,223); }
td.TdClassName
{
border-color: #ED9DDF;
}
.TagClassName
{
border-color: #ED9DDF;
}
</style>