Shades of Lavender Rose #EE9CDB
Tints of Lavender Rose #EE9CDB
RGB
CMYK
RGB Variations
Color information
#EE9CDB (or 0xEE9CDB) is known color: Lavender Rose. HEX triplet: EE, 9C and DB. RGB value is (238,156,219). Sum of RGB (Red+Green+Blue) = 238+156+219=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CDB is #116324. Grayscale: #BBBBBB. Windows color (decimal): -1139493 or 14392558. OLE color: 14392558.
HSL color Cylindrical-coordinate representation of color #EE9CDB: hue angle of 313.9º degrees, saturation: 0.71, 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 #EE9CDB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 219 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.07 |
| HSL | 313.9º | 0.71% | 0.77% | - |
| HSV(B) | 313.9º | 0.34% | 0.93% | - |
| XYZ | 59.93 | 47.07 | 72.94 | - |
| YUV | 187.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 219 | 0 | 0.34 | 0.08 | 0.07 | 313.9 | 0.71 | 0.77 |
| Hex | EE | 9C | DB | 0 | 22 | 8 | 7 | 13A | 47 | 4D |
| Octal | 356 | 234 | 333 | 0 | 42 | 10 | 7 | 472 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11011011 | 0 | 100010 | 1000 | 111 | 100111010 | 1000111 | 1001101 |
Color Harmonies of #EE9CDB
Complementary color
Monochromatic Colors of #EE9CDB
Black with #EE9CDB
Text Example
Text Example
White with #EE9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CDB; }
p { color: rgb(238,156,219); }
H1.HeaderClassName
{
color: #EE9CDB;
}
.AnyTagClassName
{
color: #EE9CDB;
}
</style>
background-color css
<style>
a { background-color: #EE9CDB; }
a { background-color: rgb(238,156,219); }
div.DivClassName
{
background-color: #EE9CDB;
}
.BgClassName
{
background-color: #EE9CDB;
}
</style>
border-color css
<style>
span { border-color: #EE9CDB; }
span { border-color: rgb(238,156,219); }
td.TdClassName
{
border-color: #EE9CDB;
}
.TagClassName
{
border-color: #EE9CDB;
}
</style>