Shades of Lavender Rose #EEB0DE
Tints of Lavender Rose #EEB0DE
RGB
CMYK
RGB Variations
Color information
#EEB0DE (or 0xEEB0DE) is known color: Lavender Rose. HEX triplet: EE, B0 and DE. RGB value is (238,176,222). Sum of RGB (Red+Green+Blue) = 238+176+222=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DE is #114F21. Grayscale: #C7C7C7. Windows color (decimal): -1134370 or 14594286. OLE color: 14594286.
HSL color Cylindrical-coordinate representation of color #EEB0DE: hue angle of 315.48º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0DE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 222 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 315.48º | 0.65% | 0.81% | - |
| HSV(B) | 315.48º | 0.26% | 0.93% | - |
| XYZ | 63.97 | 54.5 | 76.26 | - |
| YUV | 199.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 222 | 0 | 0.26 | 0.07 | 0.07 | 315.48 | 0.65 | 0.81 |
| Hex | EE | B0 | DE | 0 | 1A | 7 | 7 | 13B | 41 | 51 |
| Octal | 356 | 260 | 336 | 0 | 32 | 7 | 7 | 473 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11011110 | 0 | 11010 | 111 | 111 | 100111011 | 1000001 | 1010001 |
Color Harmonies of #EEB0DE
Complementary color
Monochromatic Colors of #EEB0DE
Black with #EEB0DE
Text Example
Text Example
White with #EEB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0DE; }
p { color: rgb(238,176,222); }
H1.HeaderClassName
{
color: #EEB0DE;
}
.AnyTagClassName
{
color: #EEB0DE;
}
</style>
background-color css
<style>
a { background-color: #EEB0DE; }
a { background-color: rgb(238,176,222); }
div.DivClassName
{
background-color: #EEB0DE;
}
.BgClassName
{
background-color: #EEB0DE;
}
</style>
border-color css
<style>
span { border-color: #EEB0DE; }
span { border-color: rgb(238,176,222); }
td.TdClassName
{
border-color: #EEB0DE;
}
.TagClassName
{
border-color: #EEB0DE;
}
</style>