Shades of Lavender Rose #EEACDB
Tints of Lavender Rose #EEACDB
RGB
CMYK
RGB Variations
Color information
#EEACDB (or 0xEEACDB) is known color: Lavender Rose. HEX triplet: EE, AC and DB. RGB value is (238,172,219). Sum of RGB (Red+Green+Blue) = 238+172+219=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACDB is #115324. Grayscale: #C4C4C4. Windows color (decimal): -1135397 or 14396654. OLE color: 14396654.
HSL color Cylindrical-coordinate representation of color #EEACDB: hue angle of 317.27º 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 #EEACDB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 219 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.07 |
| HSL | 317.27º | 0.66% | 0.8% | - |
| HSV(B) | 317.27º | 0.28% | 0.93% | - |
| XYZ | 62.8 | 52.8 | 73.9 | - |
| YUV | 197.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 219 | 0 | 0.28 | 0.08 | 0.07 | 317.27 | 0.66 | 0.8 |
| Hex | EE | AC | DB | 0 | 1C | 8 | 7 | 13D | 42 | 50 |
| Octal | 356 | 254 | 333 | 0 | 34 | 10 | 7 | 475 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11011011 | 0 | 11100 | 1000 | 111 | 100111101 | 1000010 | 1010000 |
Color Harmonies of #EEACDB
Complementary color
Monochromatic Colors of #EEACDB
Black with #EEACDB
Text Example
Text Example
White with #EEACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACDB; }
p { color: rgb(238,172,219); }
H1.HeaderClassName
{
color: #EEACDB;
}
.AnyTagClassName
{
color: #EEACDB;
}
</style>
background-color css
<style>
a { background-color: #EEACDB; }
a { background-color: rgb(238,172,219); }
div.DivClassName
{
background-color: #EEACDB;
}
.BgClassName
{
background-color: #EEACDB;
}
</style>
border-color css
<style>
span { border-color: #EEACDB; }
span { border-color: rgb(238,172,219); }
td.TdClassName
{
border-color: #EEACDB;
}
.TagClassName
{
border-color: #EEACDB;
}
</style>