Shades of Lavender Rose #EEA9DB
Tints of Lavender Rose #EEA9DB
RGB
CMYK
RGB Variations
Color information
#EEA9DB (or 0xEEA9DB) is known color: Lavender Rose. HEX triplet: EE, A9 and DB. RGB value is (238,169,219). Sum of RGB (Red+Green+Blue) = 238+169+219=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9DB is #115624. Grayscale: #C3C3C3. Windows color (decimal): -1136165 or 14395886. OLE color: 14395886.
HSL color Cylindrical-coordinate representation of color #EEA9DB: hue angle of 316.52º 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 #EEA9DB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 219 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.07 |
| HSL | 316.52º | 0.67% | 0.8% | - |
| HSV(B) | 316.52º | 0.29% | 0.93% | - |
| XYZ | 62.23 | 51.67 | 73.71 | - |
| YUV | 195.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 219 | 0 | 0.29 | 0.08 | 0.07 | 316.52 | 0.67 | 0.8 |
| Hex | EE | A9 | DB | 0 | 1D | 8 | 7 | 13D | 43 | 50 |
| Octal | 356 | 251 | 333 | 0 | 35 | 10 | 7 | 475 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11011011 | 0 | 11101 | 1000 | 111 | 100111101 | 1000011 | 1010000 |
Color Harmonies of #EEA9DB
Complementary color
Monochromatic Colors of #EEA9DB
Black with #EEA9DB
Text Example
Text Example
White with #EEA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9DB; }
p { color: rgb(238,169,219); }
H1.HeaderClassName
{
color: #EEA9DB;
}
.AnyTagClassName
{
color: #EEA9DB;
}
</style>
background-color css
<style>
a { background-color: #EEA9DB; }
a { background-color: rgb(238,169,219); }
div.DivClassName
{
background-color: #EEA9DB;
}
.BgClassName
{
background-color: #EEA9DB;
}
</style>
border-color css
<style>
span { border-color: #EEA9DB; }
span { border-color: rgb(238,169,219); }
td.TdClassName
{
border-color: #EEA9DB;
}
.TagClassName
{
border-color: #EEA9DB;
}
</style>