Shades of Lavender Rose #EEADDA
Tints of Lavender Rose #EEADDA
RGB
CMYK
RGB Variations
Color information
#EEADDA (or 0xEEADDA) is known color: Lavender Rose. HEX triplet: EE, AD and DA. RGB value is (238,173,218). Sum of RGB (Red+Green+Blue) = 238+173+218=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDA is #115225. Grayscale: #C5C5C5. Windows color (decimal): -1135142 or 14331374. OLE color: 14331374.
HSL color Cylindrical-coordinate representation of color #EEADDA: hue angle of 318.46º 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 #EEADDA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 218 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 318.46º | 0.66% | 0.81% | - |
| HSV(B) | 318.46º | 0.27% | 0.93% | - |
| XYZ | 62.86 | 53.13 | 73.27 | - |
| YUV | 197.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 218 | 0 | 0.27 | 0.08 | 0.07 | 318.46 | 0.66 | 0.81 |
| Hex | EE | AD | DA | 0 | 1B | 8 | 7 | 13E | 42 | 51 |
| Octal | 356 | 255 | 332 | 0 | 33 | 10 | 7 | 476 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11011010 | 0 | 11011 | 1000 | 111 | 100111110 | 1000010 | 1010001 |
Color Harmonies of #EEADDA
Complementary color
Monochromatic Colors of #EEADDA
Black with #EEADDA
Text Example
Text Example
White with #EEADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADDA; }
p { color: rgb(238,173,218); }
H1.HeaderClassName
{
color: #EEADDA;
}
.AnyTagClassName
{
color: #EEADDA;
}
</style>
background-color css
<style>
a { background-color: #EEADDA; }
a { background-color: rgb(238,173,218); }
div.DivClassName
{
background-color: #EEADDA;
}
.BgClassName
{
background-color: #EEADDA;
}
</style>
border-color css
<style>
span { border-color: #EEADDA; }
span { border-color: rgb(238,173,218); }
td.TdClassName
{
border-color: #EEADDA;
}
.TagClassName
{
border-color: #EEADDA;
}
</style>