Shades of Lavender Rose #EEABDF
Tints of Lavender Rose #EEABDF
RGB
CMYK
RGB Variations
Color information
#EEABDF (or 0xEEABDF) is known color: Lavender Rose. HEX triplet: EE, AB and DF. RGB value is (238,171,223). Sum of RGB (Red+Green+Blue) = 238+171+223=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABDF is #115420. Grayscale: #C4C4C4. Windows color (decimal): -1135649 or 14658542. OLE color: 14658542.
HSL color Cylindrical-coordinate representation of color #EEABDF: hue angle of 313.43º 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 #EEABDF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 223 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.07 |
| HSL | 313.43º | 0.66% | 0.8% | - |
| HSV(B) | 313.43º | 0.28% | 0.93% | - |
| XYZ | 63.14 | 52.63 | 76.64 | - |
| YUV | 196.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 223 | 0 | 0.28 | 0.06 | 0.07 | 313.43 | 0.66 | 0.8 |
| Hex | EE | AB | DF | 0 | 1C | 6 | 7 | 139 | 42 | 50 |
| Octal | 356 | 253 | 337 | 0 | 34 | 6 | 7 | 471 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11011111 | 0 | 11100 | 110 | 111 | 100111001 | 1000010 | 1010000 |
Color Harmonies of #EEABDF
Complementary color
Monochromatic Colors of #EEABDF
Black with #EEABDF
Text Example
Text Example
White with #EEABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABDF; }
p { color: rgb(238,171,223); }
H1.HeaderClassName
{
color: #EEABDF;
}
.AnyTagClassName
{
color: #EEABDF;
}
</style>
background-color css
<style>
a { background-color: #EEABDF; }
a { background-color: rgb(238,171,223); }
div.DivClassName
{
background-color: #EEABDF;
}
.BgClassName
{
background-color: #EEABDF;
}
</style>
border-color css
<style>
span { border-color: #EEABDF; }
span { border-color: rgb(238,171,223); }
td.TdClassName
{
border-color: #EEABDF;
}
.TagClassName
{
border-color: #EEABDF;
}
</style>