Shades of Lavender Rose #EEB0DD
Tints of Lavender Rose #EEB0DD
RGB
CMYK
RGB Variations
Color information
#EEB0DD (or 0xEEB0DD) is known color: Lavender Rose. HEX triplet: EE, B0 and DD. RGB value is (238,176,221). Sum of RGB (Red+Green+Blue) = 238+176+221=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DD is #114F22. Grayscale: #C7C7C7. Windows color (decimal): -1134371 or 14528750. OLE color: 14528750.
HSL color Cylindrical-coordinate representation of color #EEB0DD: hue angle of 316.45º 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 #EEB0DD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 221 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 316.45º | 0.65% | 0.81% | - |
| HSV(B) | 316.45º | 0.26% | 0.93% | - |
| XYZ | 63.84 | 54.45 | 75.55 | - |
| YUV | 199.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 221 | 0 | 0.26 | 0.07 | 0.07 | 316.45 | 0.65 | 0.81 |
| Hex | EE | B0 | DD | 0 | 1A | 7 | 7 | 13C | 41 | 51 |
| Octal | 356 | 260 | 335 | 0 | 32 | 7 | 7 | 474 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11011101 | 0 | 11010 | 111 | 111 | 100111100 | 1000001 | 1010001 |
Color Harmonies of #EEB0DD
Complementary color
Monochromatic Colors of #EEB0DD
Black with #EEB0DD
Text Example
Text Example
White with #EEB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0DD; }
p { color: rgb(238,176,221); }
H1.HeaderClassName
{
color: #EEB0DD;
}
.AnyTagClassName
{
color: #EEB0DD;
}
</style>
background-color css
<style>
a { background-color: #EEB0DD; }
a { background-color: rgb(238,176,221); }
div.DivClassName
{
background-color: #EEB0DD;
}
.BgClassName
{
background-color: #EEB0DD;
}
</style>
border-color css
<style>
span { border-color: #EEB0DD; }
span { border-color: rgb(238,176,221); }
td.TdClassName
{
border-color: #EEB0DD;
}
.TagClassName
{
border-color: #EEB0DD;
}
</style>