Shades of Lavender Rose #EEADDB
Tints of Lavender Rose #EEADDB
RGB
CMYK
RGB Variations
Color information
#EEADDB (or 0xEEADDB) is known color: Lavender Rose. HEX triplet: EE, AD and DB. RGB value is (238,173,219). Sum of RGB (Red+Green+Blue) = 238+173+219=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDB is #115224. Grayscale: #C5C5C5. Windows color (decimal): -1135141 or 14396910. OLE color: 14396910.
HSL color Cylindrical-coordinate representation of color #EEADDB: hue angle of 317.54º degrees, saturation: 0.66, 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 #EEADDB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 219 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 317.54º | 0.66% | 0.81% | - |
| HSV(B) | 317.54º | 0.27% | 0.93% | - |
| XYZ | 62.99 | 53.18 | 73.96 | - |
| YUV | 197.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 219 | 0 | 0.27 | 0.08 | 0.07 | 317.54 | 0.66 | 0.81 |
| Hex | EE | AD | DB | 0 | 1B | 8 | 7 | 13E | 42 | 51 |
| Octal | 356 | 255 | 333 | 0 | 33 | 10 | 7 | 476 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11011011 | 0 | 11011 | 1000 | 111 | 100111110 | 1000010 | 1010001 |
Color Harmonies of #EEADDB
Complementary color
Monochromatic Colors of #EEADDB
Black with #EEADDB
Text Example
Text Example
White with #EEADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADDB; }
p { color: rgb(238,173,219); }
H1.HeaderClassName
{
color: #EEADDB;
}
.AnyTagClassName
{
color: #EEADDB;
}
</style>
background-color css
<style>
a { background-color: #EEADDB; }
a { background-color: rgb(238,173,219); }
div.DivClassName
{
background-color: #EEADDB;
}
.BgClassName
{
background-color: #EEADDB;
}
</style>
border-color css
<style>
span { border-color: #EEADDB; }
span { border-color: rgb(238,173,219); }
td.TdClassName
{
border-color: #EEADDB;
}
.TagClassName
{
border-color: #EEADDB;
}
</style>