Shades of Lavender Rose #EEAEDB
Tints of Lavender Rose #EEAEDB
RGB
CMYK
RGB Variations
Color information
#EEAEDB (or 0xEEAEDB) is known color: Lavender Rose. HEX triplet: EE, AE and DB. RGB value is (238,174,219). Sum of RGB (Red+Green+Blue) = 238+174+219=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEDB is #115124. Grayscale: #C6C6C6. Windows color (decimal): -1134885 or 14397166. OLE color: 14397166.
HSL color Cylindrical-coordinate representation of color #EEAEDB: hue angle of 317.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEDB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 219 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 317.81º | 0.65% | 0.81% | - |
| HSV(B) | 317.81º | 0.27% | 0.93% | - |
| XYZ | 63.18 | 53.56 | 74.03 | - |
| YUV | 198.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 219 | 0 | 0.27 | 0.08 | 0.07 | 317.81 | 0.65 | 0.81 |
| Hex | EE | AE | DB | 0 | 1B | 8 | 7 | 13E | 41 | 51 |
| Octal | 356 | 256 | 333 | 0 | 33 | 10 | 7 | 476 | 101 | 121 |
| Binary | 11101110 | 10101110 | 11011011 | 0 | 11011 | 1000 | 111 | 100111110 | 1000001 | 1010001 |
Color Harmonies of #EEAEDB
Complementary color
Monochromatic Colors of #EEAEDB
Black with #EEAEDB
Text Example
Text Example
White with #EEAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEDB; }
p { color: rgb(238,174,219); }
H1.HeaderClassName
{
color: #EEAEDB;
}
.AnyTagClassName
{
color: #EEAEDB;
}
</style>
background-color css
<style>
a { background-color: #EEAEDB; }
a { background-color: rgb(238,174,219); }
div.DivClassName
{
background-color: #EEAEDB;
}
.BgClassName
{
background-color: #EEAEDB;
}
</style>
border-color css
<style>
span { border-color: #EEAEDB; }
span { border-color: rgb(238,174,219); }
td.TdClassName
{
border-color: #EEAEDB;
}
.TagClassName
{
border-color: #EEAEDB;
}
</style>