Shades of White Lilac #EFDFFB
Tints of White Lilac #EFDFFB
RGB
CMYK
RGB Variations
Color information
#EFDFFB (or 0xEFDFFB) is known color: White Lilac. HEX triplet: EF, DF and FB. RGB value is (239,223,251). Sum of RGB (Red+Green+Blue) = 239+223+251=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFB is #102004. Grayscale: #E6E6E6. Windows color (decimal): -1056773 or 16506863. OLE color: 16506863.
HSL color Cylindrical-coordinate representation of color #EFDFFB: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDFFB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 223 | 251 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.02 |
| HSL | 274.29º | 0.78% | 0.93% | - |
| HSV(B) | 274.29º | 0.11% | 0.98% | - |
| XYZ | 79.4 | 78.09 | 102.16 | - |
| YUV | 230.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 251 | 0.05 | 0.11 | 0 | 0.02 | 274.29 | 0.78 | 0.93 |
| Hex | EF | DF | FB | 5 | B | 0 | 2 | 112 | 4E | 5D |
| Octal | 357 | 337 | 373 | 5 | 13 | 0 | 2 | 422 | 116 | 135 |
| Binary | 11101111 | 11011111 | 11111011 | 101 | 1011 | 0 | 10 | 100010010 | 1001110 | 1011101 |
Color Harmonies of #EFDFFB
Complementary color
Monochromatic Colors of #EFDFFB
Black with #EFDFFB
Text Example
Text Example
White with #EFDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFFB; }
p { color: rgb(239,223,251); }
H1.HeaderClassName
{
color: #EFDFFB;
}
.AnyTagClassName
{
color: #EFDFFB;
}
</style>
background-color css
<style>
a { background-color: #EFDFFB; }
a { background-color: rgb(239,223,251); }
div.DivClassName
{
background-color: #EFDFFB;
}
.BgClassName
{
background-color: #EFDFFB;
}
</style>
border-color css
<style>
span { border-color: #EFDFFB; }
span { border-color: rgb(239,223,251); }
td.TdClassName
{
border-color: #EFDFFB;
}
.TagClassName
{
border-color: #EFDFFB;
}
</style>