Shades of White Lilac #EFDCFF
Tints of White Lilac #EFDCFF
RGB
CMYK
RGB Variations
Color information
#EFDCFF (or 0xEFDCFF) is known color: White Lilac. HEX triplet: EF, DC and FF. RGB value is (239,220,255). Sum of RGB (Red+Green+Blue) = 239+220+255=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFF is #102300. Grayscale: #E5E5E5. Windows color (decimal): -1057537 or 16768239. OLE color: 16768239.
HSL color Cylindrical-coordinate representation of color #EFDCFF: hue angle of 272.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDCFF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 220 | 255 | - |
| CMYK | 0.06 | 0.14 | 0 | 0 |
| HSL | 272.57º | 1% | 0.93% | - |
| HSV(B) | 272.57º | 0.14% | 1% | - |
| XYZ | 79.24 | 76.76 | 105.25 | - |
| YUV | 229.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 255 | 0.06 | 0.14 | 0 | 0 | 272.57 | 1 | 0.93 |
| Hex | EF | DC | FF | 6 | E | 0 | 0 | 111 | 64 | 5D |
| Octal | 357 | 334 | 377 | 6 | 16 | 0 | 0 | 421 | 144 | 135 |
| Binary | 11101111 | 11011100 | 11111111 | 110 | 1110 | 0 | 0 | 100010001 | 1100100 | 1011101 |
Color Harmonies of #EFDCFF
Complementary color
Monochromatic Colors of #EFDCFF
Black with #EFDCFF
Text Example
Text Example
White with #EFDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCFF; }
p { color: rgb(239,220,255); }
H1.HeaderClassName
{
color: #EFDCFF;
}
.AnyTagClassName
{
color: #EFDCFF;
}
</style>
background-color css
<style>
a { background-color: #EFDCFF; }
a { background-color: rgb(239,220,255); }
div.DivClassName
{
background-color: #EFDCFF;
}
.BgClassName
{
background-color: #EFDCFF;
}
</style>
border-color css
<style>
span { border-color: #EFDCFF; }
span { border-color: rgb(239,220,255); }
td.TdClassName
{
border-color: #EFDCFF;
}
.TagClassName
{
border-color: #EFDCFF;
}
</style>