Shades of White Lilac #EFDFF6
Tints of White Lilac #EFDFF6
RGB
CMYK
RGB Variations
Color information
#EFDFF6 (or 0xEFDFF6) is known color: White Lilac. HEX triplet: EF, DF and F6. RGB value is (239,223,246). Sum of RGB (Red+Green+Blue) = 239+223+246=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFDFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF6 is #102009. Grayscale: #E6E6E6. Windows color (decimal): -1056778 or 16179183. OLE color: 16179183.
HSL color Cylindrical-coordinate representation of color #EFDFF6: hue angle of 281.74º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDFF6 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 223 | 246 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.04 |
| HSL | 281.74º | 0.56% | 0.92% | - |
| HSV(B) | 281.74º | 0.09% | 0.96% | - |
| XYZ | 78.62 | 77.78 | 98.06 | - |
| YUV | 230.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 246 | 0.03 | 0.09 | 0 | 0.04 | 281.74 | 0.56 | 0.92 |
| Hex | EF | DF | F6 | 3 | 9 | 0 | 4 | 11A | 38 | 5C |
| Octal | 357 | 337 | 366 | 3 | 11 | 0 | 4 | 432 | 70 | 134 |
| Binary | 11101111 | 11011111 | 11110110 | 11 | 1001 | 0 | 100 | 100011010 | 111000 | 1011100 |
Color Harmonies of #EFDFF6
Complementary color
Monochromatic Colors of #EFDFF6
Black with #EFDFF6
Text Example
Text Example
White with #EFDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFF6; }
p { color: rgb(239,223,246); }
H1.HeaderClassName
{
color: #EFDFF6;
}
.AnyTagClassName
{
color: #EFDFF6;
}
</style>
background-color css
<style>
a { background-color: #EFDFF6; }
a { background-color: rgb(239,223,246); }
div.DivClassName
{
background-color: #EFDFF6;
}
.BgClassName
{
background-color: #EFDFF6;
}
</style>
border-color css
<style>
span { border-color: #EFDFF6; }
span { border-color: rgb(239,223,246); }
td.TdClassName
{
border-color: #EFDFF6;
}
.TagClassName
{
border-color: #EFDFF6;
}
</style>