Shades of Lavender Rose #EFACE1
Tints of Lavender Rose #EFACE1
RGB
CMYK
RGB Variations
Color information
#EFACE1 (or 0xEFACE1) is known color: Lavender Rose. HEX triplet: EF, AC and E1. RGB value is (239,172,225). Sum of RGB (Red+Green+Blue) = 239+172+225=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACE1 is #10531E. Grayscale: #C5C5C5. Windows color (decimal): -1069855 or 14789871. OLE color: 14789871.
HSL color Cylindrical-coordinate representation of color #EFACE1: hue angle of 312.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACE1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 225 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.06 |
| HSL | 312.54º | 0.68% | 0.81% | - |
| HSV(B) | 312.54º | 0.28% | 0.94% | - |
| XYZ | 63.94 | 53.29 | 78.15 | - |
| YUV | 198.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 225 | 0 | 0.28 | 0.06 | 0.06 | 312.54 | 0.68 | 0.81 |
| Hex | EF | AC | E1 | 0 | 1C | 6 | 6 | 139 | 44 | 51 |
| Octal | 357 | 254 | 341 | 0 | 34 | 6 | 6 | 471 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11100001 | 0 | 11100 | 110 | 110 | 100111001 | 1000100 | 1010001 |
Color Harmonies of #EFACE1
Complementary color
Monochromatic Colors of #EFACE1
Black with #EFACE1
Text Example
Text Example
White with #EFACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACE1; }
p { color: rgb(239,172,225); }
H1.HeaderClassName
{
color: #EFACE1;
}
.AnyTagClassName
{
color: #EFACE1;
}
</style>
background-color css
<style>
a { background-color: #EFACE1; }
a { background-color: rgb(239,172,225); }
div.DivClassName
{
background-color: #EFACE1;
}
.BgClassName
{
background-color: #EFACE1;
}
</style>
border-color css
<style>
span { border-color: #EFACE1; }
span { border-color: rgb(239,172,225); }
td.TdClassName
{
border-color: #EFACE1;
}
.TagClassName
{
border-color: #EFACE1;
}
</style>