Shades of Lavender Rose #EFA7DC
Tints of Lavender Rose #EFA7DC
RGB
CMYK
RGB Variations
Color information
#EFA7DC (or 0xEFA7DC) is known color: Lavender Rose. HEX triplet: EF, A7 and DC. RGB value is (239,167,220). Sum of RGB (Red+Green+Blue) = 239+167+220=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7DC is #105823. Grayscale: #C2C2C2. Windows color (decimal): -1071140 or 14460911. OLE color: 14460911.
HSL color Cylindrical-coordinate representation of color #EFA7DC: hue angle of 315.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7DC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 220 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.06 |
| HSL | 315.83º | 0.69% | 0.8% | - |
| HSV(B) | 315.83º | 0.3% | 0.94% | - |
| XYZ | 62.33 | 51.16 | 74.3 | - |
| YUV | 194.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 220 | 0 | 0.30 | 0.08 | 0.06 | 315.83 | 0.69 | 0.8 |
| Hex | EF | A7 | DC | 0 | 1E | 8 | 6 | 13C | 45 | 50 |
| Octal | 357 | 247 | 334 | 0 | 36 | 10 | 6 | 474 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11011100 | 0 | 11110 | 1000 | 110 | 100111100 | 1000101 | 1010000 |
Color Harmonies of #EFA7DC
Complementary color
Monochromatic Colors of #EFA7DC
Black with #EFA7DC
Text Example
Text Example
White with #EFA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7DC; }
p { color: rgb(239,167,220); }
H1.HeaderClassName
{
color: #EFA7DC;
}
.AnyTagClassName
{
color: #EFA7DC;
}
</style>
background-color css
<style>
a { background-color: #EFA7DC; }
a { background-color: rgb(239,167,220); }
div.DivClassName
{
background-color: #EFA7DC;
}
.BgClassName
{
background-color: #EFA7DC;
}
</style>
border-color css
<style>
span { border-color: #EFA7DC; }
span { border-color: rgb(239,167,220); }
td.TdClassName
{
border-color: #EFA7DC;
}
.TagClassName
{
border-color: #EFA7DC;
}
</style>