Shades of Lavender Rose #EEA9DD
Tints of Lavender Rose #EEA9DD
RGB
CMYK
RGB Variations
Color information
#EEA9DD (or 0xEEA9DD) is known color: Lavender Rose. HEX triplet: EE, A9 and DD. RGB value is (238,169,221). Sum of RGB (Red+Green+Blue) = 238+169+221=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DD is #115622. Grayscale: #C3C3C3. Windows color (decimal): -1136163 or 14526958. OLE color: 14526958.
HSL color Cylindrical-coordinate representation of color #EEA9DD: hue angle of 314.78º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9DD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 221 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.07 |
| HSL | 314.78º | 0.67% | 0.8% | - |
| HSV(B) | 314.78º | 0.29% | 0.93% | - |
| XYZ | 62.5 | 51.77 | 75.11 | - |
| YUV | 195.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 221 | 0 | 0.29 | 0.07 | 0.07 | 314.78 | 0.67 | 0.8 |
| Hex | EE | A9 | DD | 0 | 1D | 7 | 7 | 13B | 43 | 50 |
| Octal | 356 | 251 | 335 | 0 | 35 | 7 | 7 | 473 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11011101 | 0 | 11101 | 111 | 111 | 100111011 | 1000011 | 1010000 |
Color Harmonies of #EEA9DD
Complementary color
Monochromatic Colors of #EEA9DD
Black with #EEA9DD
Text Example
Text Example
White with #EEA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9DD; }
p { color: rgb(238,169,221); }
H1.HeaderClassName
{
color: #EEA9DD;
}
.AnyTagClassName
{
color: #EEA9DD;
}
</style>
background-color css
<style>
a { background-color: #EEA9DD; }
a { background-color: rgb(238,169,221); }
div.DivClassName
{
background-color: #EEA9DD;
}
.BgClassName
{
background-color: #EEA9DD;
}
</style>
border-color css
<style>
span { border-color: #EEA9DD; }
span { border-color: rgb(238,169,221); }
td.TdClassName
{
border-color: #EEA9DD;
}
.TagClassName
{
border-color: #EEA9DD;
}
</style>