Shades of Lavender Rose #EE9DD7
Tints of Lavender Rose #EE9DD7
RGB
CMYK
RGB Variations
Color information
#EE9DD7 (or 0xEE9DD7) is known color: Lavender Rose. HEX triplet: EE, 9D and D7. RGB value is (238,157,215). Sum of RGB (Red+Green+Blue) = 238+157+215=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DD7 is #116228. Grayscale: #BBBBBB. Windows color (decimal): -1139241 or 14130670. OLE color: 14130670.
HSL color Cylindrical-coordinate representation of color #EE9DD7: hue angle of 317.04º degrees, saturation: 0.7, 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 #EE9DD7 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 215 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.07 |
| HSL | 317.04º | 0.7% | 0.77% | - |
| HSV(B) | 317.04º | 0.34% | 0.93% | - |
| XYZ | 59.58 | 47.2 | 70.26 | - |
| YUV | 187.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 215 | 0 | 0.34 | 0.10 | 0.07 | 317.04 | 0.7 | 0.77 |
| Hex | EE | 9D | D7 | 0 | 22 | A | 7 | 13D | 46 | 4D |
| Octal | 356 | 235 | 327 | 0 | 42 | 12 | 7 | 475 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11010111 | 0 | 100010 | 1010 | 111 | 100111101 | 1000110 | 1001101 |
Color Harmonies of #EE9DD7
Complementary color
Monochromatic Colors of #EE9DD7
Black with #EE9DD7
Text Example
Text Example
White with #EE9DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DD7; }
p { color: rgb(238,157,215); }
H1.HeaderClassName
{
color: #EE9DD7;
}
.AnyTagClassName
{
color: #EE9DD7;
}
</style>
background-color css
<style>
a { background-color: #EE9DD7; }
a { background-color: rgb(238,157,215); }
div.DivClassName
{
background-color: #EE9DD7;
}
.BgClassName
{
background-color: #EE9DD7;
}
</style>
border-color css
<style>
span { border-color: #EE9DD7; }
span { border-color: rgb(238,157,215); }
td.TdClassName
{
border-color: #EE9DD7;
}
.TagClassName
{
border-color: #EE9DD7;
}
</style>