Shades of White Lilac #EFDFF7
Tints of White Lilac #EFDFF7
RGB
CMYK
RGB Variations
Color information
#EFDFF7 (or 0xEFDFF7) is known color: White Lilac. HEX triplet: EF, DF and F7. RGB value is (239,223,247). Sum of RGB (Red+Green+Blue) = 239+223+247=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF7 is #102008. Grayscale: #E6E6E6. Windows color (decimal): -1056777 or 16244719. OLE color: 16244719.
HSL color Cylindrical-coordinate representation of color #EFDFF7: hue angle of 280º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDFF7 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 223 | 247 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.03 |
| HSL | 280º | 0.6% | 0.92% | - |
| HSV(B) | 280º | 0.1% | 0.97% | - |
| XYZ | 78.77 | 77.84 | 98.87 | - |
| YUV | 230.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 247 | 0.03 | 0.10 | 0 | 0.03 | 280 | 0.6 | 0.92 |
| Hex | EF | DF | F7 | 3 | A | 0 | 3 | 118 | 3C | 5C |
| Octal | 357 | 337 | 367 | 3 | 12 | 0 | 3 | 430 | 74 | 134 |
| Binary | 11101111 | 11011111 | 11110111 | 11 | 1010 | 0 | 11 | 100011000 | 111100 | 1011100 |
Color Harmonies of #EFDFF7
Complementary color
Monochromatic Colors of #EFDFF7
Black with #EFDFF7
Text Example
Text Example
White with #EFDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFF7; }
p { color: rgb(239,223,247); }
H1.HeaderClassName
{
color: #EFDFF7;
}
.AnyTagClassName
{
color: #EFDFF7;
}
</style>
background-color css
<style>
a { background-color: #EFDFF7; }
a { background-color: rgb(239,223,247); }
div.DivClassName
{
background-color: #EFDFF7;
}
.BgClassName
{
background-color: #EFDFF7;
}
</style>
border-color css
<style>
span { border-color: #EFDFF7; }
span { border-color: rgb(239,223,247); }
td.TdClassName
{
border-color: #EFDFF7;
}
.TagClassName
{
border-color: #EFDFF7;
}
</style>