Shades of Lavender Rose #EEA7DF
Tints of Lavender Rose #EEA7DF
RGB
CMYK
RGB Variations
Color information
#EEA7DF (or 0xEEA7DF) is known color: Lavender Rose. HEX triplet: EE, A7 and DF. RGB value is (238,167,223). Sum of RGB (Red+Green+Blue) = 238+167+223=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7DF is #115820. Grayscale: #C2C2C2. Windows color (decimal): -1136673 or 14657518. OLE color: 14657518.
HSL color Cylindrical-coordinate representation of color #EEA7DF: hue angle of 312.68º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7DF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 223 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 312.68º | 0.68% | 0.79% | - |
| HSV(B) | 312.68º | 0.3% | 0.93% | - |
| XYZ | 62.4 | 51.14 | 76.39 | - |
| YUV | 194.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 223 | 0 | 0.30 | 0.06 | 0.07 | 312.68 | 0.68 | 0.79 |
| Hex | EE | A7 | DF | 0 | 1E | 6 | 7 | 139 | 44 | 4F |
| Octal | 356 | 247 | 337 | 0 | 36 | 6 | 7 | 471 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11011111 | 0 | 11110 | 110 | 111 | 100111001 | 1000100 | 1001111 |
Color Harmonies of #EEA7DF
Complementary color
Monochromatic Colors of #EEA7DF
Black with #EEA7DF
Text Example
Text Example
White with #EEA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7DF; }
p { color: rgb(238,167,223); }
H1.HeaderClassName
{
color: #EEA7DF;
}
.AnyTagClassName
{
color: #EEA7DF;
}
</style>
background-color css
<style>
a { background-color: #EEA7DF; }
a { background-color: rgb(238,167,223); }
div.DivClassName
{
background-color: #EEA7DF;
}
.BgClassName
{
background-color: #EEA7DF;
}
</style>
border-color css
<style>
span { border-color: #EEA7DF; }
span { border-color: rgb(238,167,223); }
td.TdClassName
{
border-color: #EEA7DF;
}
.TagClassName
{
border-color: #EEA7DF;
}
</style>