Shades of Lavender Rose #EEABDA
Tints of Lavender Rose #EEABDA
RGB
CMYK
RGB Variations
Color information
#EEABDA (or 0xEEABDA) is known color: Lavender Rose. HEX triplet: EE, AB and DA. RGB value is (238,171,218). Sum of RGB (Red+Green+Blue) = 238+171+218=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABDA is #115425. Grayscale: #C4C4C4. Windows color (decimal): -1135654 or 14330862. OLE color: 14330862.
HSL color Cylindrical-coordinate representation of color #EEABDA: hue angle of 317.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABDA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 218 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.07 |
| HSL | 317.91º | 0.66% | 0.8% | - |
| HSV(B) | 317.91º | 0.28% | 0.93% | - |
| XYZ | 62.48 | 52.36 | 73.14 | - |
| YUV | 196.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 218 | 0 | 0.28 | 0.08 | 0.07 | 317.91 | 0.66 | 0.8 |
| Hex | EE | AB | DA | 0 | 1C | 8 | 7 | 13E | 42 | 50 |
| Octal | 356 | 253 | 332 | 0 | 34 | 10 | 7 | 476 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11011010 | 0 | 11100 | 1000 | 111 | 100111110 | 1000010 | 1010000 |
Color Harmonies of #EEABDA
Complementary color
Monochromatic Colors of #EEABDA
Black with #EEABDA
Text Example
Text Example
White with #EEABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABDA; }
p { color: rgb(238,171,218); }
H1.HeaderClassName
{
color: #EEABDA;
}
.AnyTagClassName
{
color: #EEABDA;
}
</style>
background-color css
<style>
a { background-color: #EEABDA; }
a { background-color: rgb(238,171,218); }
div.DivClassName
{
background-color: #EEABDA;
}
.BgClassName
{
background-color: #EEABDA;
}
</style>
border-color css
<style>
span { border-color: #EEABDA; }
span { border-color: rgb(238,171,218); }
td.TdClassName
{
border-color: #EEABDA;
}
.TagClassName
{
border-color: #EEABDA;
}
</style>