Shades of Lavender Rose #EEABDD
Tints of Lavender Rose #EEABDD
RGB
CMYK
RGB Variations
Color information
#EEABDD (or 0xEEABDD) is known color: Lavender Rose. HEX triplet: EE, AB and DD. RGB value is (238,171,221). Sum of RGB (Red+Green+Blue) = 238+171+221=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABDD is #115422. Grayscale: #C4C4C4. Windows color (decimal): -1135651 or 14527470. OLE color: 14527470.
HSL color Cylindrical-coordinate representation of color #EEABDD: hue angle of 315.22º 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 #EEABDD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 221 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.07 |
| HSL | 315.22º | 0.66% | 0.8% | - |
| HSV(B) | 315.22º | 0.28% | 0.93% | - |
| XYZ | 62.87 | 52.52 | 75.23 | - |
| YUV | 196.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 221 | 0 | 0.28 | 0.07 | 0.07 | 315.22 | 0.66 | 0.8 |
| Hex | EE | AB | DD | 0 | 1C | 7 | 7 | 13B | 42 | 50 |
| Octal | 356 | 253 | 335 | 0 | 34 | 7 | 7 | 473 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11011101 | 0 | 11100 | 111 | 111 | 100111011 | 1000010 | 1010000 |
Color Harmonies of #EEABDD
Complementary color
Monochromatic Colors of #EEABDD
Black with #EEABDD
Text Example
Text Example
White with #EEABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABDD; }
p { color: rgb(238,171,221); }
H1.HeaderClassName
{
color: #EEABDD;
}
.AnyTagClassName
{
color: #EEABDD;
}
</style>
background-color css
<style>
a { background-color: #EEABDD; }
a { background-color: rgb(238,171,221); }
div.DivClassName
{
background-color: #EEABDD;
}
.BgClassName
{
background-color: #EEABDD;
}
</style>
border-color css
<style>
span { border-color: #EEABDD; }
span { border-color: rgb(238,171,221); }
td.TdClassName
{
border-color: #EEABDD;
}
.TagClassName
{
border-color: #EEABDD;
}
</style>