Shades of Lavender Rose #ED9CDE
Tints of Lavender Rose #ED9CDE
RGB
CMYK
RGB Variations
Color information
#ED9CDE (or 0xED9CDE) is known color: Lavender Rose. HEX triplet: ED, 9C and DE. RGB value is (237,156,222). Sum of RGB (Red+Green+Blue) = 237+156+222=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDE is #126321. Grayscale: #BBBBBB. Windows color (decimal): -1205026 or 14589165. OLE color: 14589165.
HSL color Cylindrical-coordinate representation of color #ED9CDE: hue angle of 311.11º 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 #ED9CDE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 222 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 311.11º | 0.69% | 0.77% | - |
| HSV(B) | 311.11º | 0.34% | 0.93% | - |
| XYZ | 60 | 47.06 | 75.03 | - |
| YUV | 187.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 222 | 0 | 0.34 | 0.06 | 0.07 | 311.11 | 0.69 | 0.77 |
| Hex | ED | 9C | DE | 0 | 22 | 6 | 7 | 137 | 45 | 4D |
| Octal | 355 | 234 | 336 | 0 | 42 | 6 | 7 | 467 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11011110 | 0 | 100010 | 110 | 111 | 100110111 | 1000101 | 1001101 |
Color Harmonies of #ED9CDE
Complementary color
Monochromatic Colors of #ED9CDE
Black with #ED9CDE
Text Example
Text Example
White with #ED9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CDE; }
p { color: rgb(237,156,222); }
H1.HeaderClassName
{
color: #ED9CDE;
}
.AnyTagClassName
{
color: #ED9CDE;
}
</style>
background-color css
<style>
a { background-color: #ED9CDE; }
a { background-color: rgb(237,156,222); }
div.DivClassName
{
background-color: #ED9CDE;
}
.BgClassName
{
background-color: #ED9CDE;
}
</style>
border-color css
<style>
span { border-color: #ED9CDE; }
span { border-color: rgb(237,156,222); }
td.TdClassName
{
border-color: #ED9CDE;
}
.TagClassName
{
border-color: #ED9CDE;
}
</style>