Shades of White Lilac #EFDCFE
Tints of White Lilac #EFDCFE
RGB
CMYK
RGB Variations
Color information
#EFDCFE (or 0xEFDCFE) is known color: White Lilac. HEX triplet: EF, DC and FE. RGB value is (239,220,254). Sum of RGB (Red+Green+Blue) = 239+220+254=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFE is #102301. Grayscale: #E5E5E5. Windows color (decimal): -1057538 or 16702703. OLE color: 16702703.
HSL color Cylindrical-coordinate representation of color #EFDCFE: hue angle of 273.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDCFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 220 | 254 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.00 |
| HSL | 273.53º | 0.94% | 0.93% | - |
| HSV(B) | 273.53º | 0.13% | 1% | - |
| XYZ | 79.08 | 76.69 | 104.4 | - |
| YUV | 229.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 254 | 0.06 | 0.13 | 0 | 0.00 | 273.53 | 0.94 | 0.93 |
| Hex | EF | DC | FE | 6 | D | 0 | 0 | 112 | 5E | 5D |
| Octal | 357 | 334 | 376 | 6 | 15 | 0 | 0 | 422 | 136 | 135 |
| Binary | 11101111 | 11011100 | 11111110 | 110 | 1101 | 0 | 0 | 100010010 | 1011110 | 1011101 |
Color Harmonies of #EFDCFE
Complementary color
Monochromatic Colors of #EFDCFE
Black with #EFDCFE
Text Example
Text Example
White with #EFDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCFE; }
p { color: rgb(239,220,254); }
H1.HeaderClassName
{
color: #EFDCFE;
}
.AnyTagClassName
{
color: #EFDCFE;
}
</style>
background-color css
<style>
a { background-color: #EFDCFE; }
a { background-color: rgb(239,220,254); }
div.DivClassName
{
background-color: #EFDCFE;
}
.BgClassName
{
background-color: #EFDCFE;
}
</style>
border-color css
<style>
span { border-color: #EFDCFE; }
span { border-color: rgb(239,220,254); }
td.TdClassName
{
border-color: #EFDCFE;
}
.TagClassName
{
border-color: #EFDCFE;
}
</style>