Shades of Lavender Rose #EEB0DB
Tints of Lavender Rose #EEB0DB
RGB
CMYK
RGB Variations
Color information
#EEB0DB (or 0xEEB0DB) is known color: Lavender Rose. HEX triplet: EE, B0 and DB. RGB value is (238,176,219). Sum of RGB (Red+Green+Blue) = 238+176+219=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DB is #114F24. Grayscale: #C7C7C7. Windows color (decimal): -1134373 or 14397678. OLE color: 14397678.
HSL color Cylindrical-coordinate representation of color #EEB0DB: hue angle of 318.39º 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 #EEB0DB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 219 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.07 |
| HSL | 318.39º | 0.65% | 0.81% | - |
| HSV(B) | 318.39º | 0.26% | 0.93% | - |
| XYZ | 63.57 | 54.34 | 74.16 | - |
| YUV | 199.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 219 | 0 | 0.26 | 0.08 | 0.07 | 318.39 | 0.65 | 0.81 |
| Hex | EE | B0 | DB | 0 | 1A | 8 | 7 | 13E | 41 | 51 |
| Octal | 356 | 260 | 333 | 0 | 32 | 10 | 7 | 476 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11011011 | 0 | 11010 | 1000 | 111 | 100111110 | 1000001 | 1010001 |
Color Harmonies of #EEB0DB
Complementary color
Monochromatic Colors of #EEB0DB
Black with #EEB0DB
Text Example
Text Example
White with #EEB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0DB; }
p { color: rgb(238,176,219); }
H1.HeaderClassName
{
color: #EEB0DB;
}
.AnyTagClassName
{
color: #EEB0DB;
}
</style>
background-color css
<style>
a { background-color: #EEB0DB; }
a { background-color: rgb(238,176,219); }
div.DivClassName
{
background-color: #EEB0DB;
}
.BgClassName
{
background-color: #EEB0DB;
}
</style>
border-color css
<style>
span { border-color: #EEB0DB; }
span { border-color: rgb(238,176,219); }
td.TdClassName
{
border-color: #EEB0DB;
}
.TagClassName
{
border-color: #EEB0DB;
}
</style>