Shades of Lavender Rose #EEADDC
Tints of Lavender Rose #EEADDC
RGB
CMYK
RGB Variations
Color information
#EEADDC (or 0xEEADDC) is known color: Lavender Rose. HEX triplet: EE, AD and DC. RGB value is (238,173,220). Sum of RGB (Red+Green+Blue) = 238+173+220=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADDC is #115223. Grayscale: #C5C5C5. Windows color (decimal): -1135140 or 14462446. OLE color: 14462446.
HSL color Cylindrical-coordinate representation of color #EEADDC: hue angle of 316.62º 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 #EEADDC is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 220 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 316.62º | 0.66% | 0.81% | - |
| HSV(B) | 316.62º | 0.27% | 0.93% | - |
| XYZ | 63.12 | 53.23 | 74.66 | - |
| YUV | 197.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 220 | 0 | 0.27 | 0.08 | 0.07 | 316.62 | 0.66 | 0.81 |
| Hex | EE | AD | DC | 0 | 1B | 8 | 7 | 13D | 42 | 51 |
| Octal | 356 | 255 | 334 | 0 | 33 | 10 | 7 | 475 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11011100 | 0 | 11011 | 1000 | 111 | 100111101 | 1000010 | 1010001 |
Color Harmonies of #EEADDC
Complementary color
Monochromatic Colors of #EEADDC
Black with #EEADDC
Text Example
Text Example
White with #EEADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADDC; }
p { color: rgb(238,173,220); }
H1.HeaderClassName
{
color: #EEADDC;
}
.AnyTagClassName
{
color: #EEADDC;
}
</style>
background-color css
<style>
a { background-color: #EEADDC; }
a { background-color: rgb(238,173,220); }
div.DivClassName
{
background-color: #EEADDC;
}
.BgClassName
{
background-color: #EEADDC;
}
</style>
border-color css
<style>
span { border-color: #EEADDC; }
span { border-color: rgb(238,173,220); }
td.TdClassName
{
border-color: #EEADDC;
}
.TagClassName
{
border-color: #EEADDC;
}
</style>