Shades of Lavender Rose #EEAADD
Tints of Lavender Rose #EEAADD
RGB
CMYK
RGB Variations
Color information
#EEAADD (or 0xEEAADD) is known color: Lavender Rose. HEX triplet: EE, AA and DD. RGB value is (238,170,221). Sum of RGB (Red+Green+Blue) = 238+170+221=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAADD is #115522. Grayscale: #C4C4C4. Windows color (decimal): -1135907 or 14527214. OLE color: 14527214.
HSL color Cylindrical-coordinate representation of color #EEAADD: hue angle of 315º 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 #EEAADD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 221 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.07 |
| HSL | 315º | 0.67% | 0.8% | - |
| HSV(B) | 315º | 0.29% | 0.93% | - |
| XYZ | 62.69 | 52.15 | 75.17 | - |
| YUV | 196.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 221 | 0 | 0.29 | 0.07 | 0.07 | 315 | 0.67 | 0.8 |
| Hex | EE | AA | DD | 0 | 1D | 7 | 7 | 13B | 43 | 50 |
| Octal | 356 | 252 | 335 | 0 | 35 | 7 | 7 | 473 | 103 | 120 |
| Binary | 11101110 | 10101010 | 11011101 | 0 | 11101 | 111 | 111 | 100111011 | 1000011 | 1010000 |
Color Harmonies of #EEAADD
Complementary color
Monochromatic Colors of #EEAADD
Black with #EEAADD
Text Example
Text Example
White with #EEAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAADD; }
p { color: rgb(238,170,221); }
H1.HeaderClassName
{
color: #EEAADD;
}
.AnyTagClassName
{
color: #EEAADD;
}
</style>
background-color css
<style>
a { background-color: #EEAADD; }
a { background-color: rgb(238,170,221); }
div.DivClassName
{
background-color: #EEAADD;
}
.BgClassName
{
background-color: #EEAADD;
}
</style>
border-color css
<style>
span { border-color: #EEAADD; }
span { border-color: rgb(238,170,221); }
td.TdClassName
{
border-color: #EEAADD;
}
.TagClassName
{
border-color: #EEAADD;
}
</style>