Shades of White Lilac #EFDCFD
Tints of White Lilac #EFDCFD
RGB
CMYK
RGB Variations
Color information
#EFDCFD (or 0xEFDCFD) is known color: White Lilac. HEX triplet: EF, DC and FD. RGB value is (239,220,253). Sum of RGB (Red+Green+Blue) = 239+220+253=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFD is #102302. Grayscale: #E5E5E5. Windows color (decimal): -1057539 or 16637167. OLE color: 16637167.
HSL color Cylindrical-coordinate representation of color #EFDCFD: hue angle of 274.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDCFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 220 | 253 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.01 |
| HSL | 274.55º | 0.89% | 0.93% | - |
| HSV(B) | 274.55º | 0.13% | 0.99% | - |
| XYZ | 78.92 | 76.63 | 103.56 | - |
| YUV | 229.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 253 | 0.06 | 0.13 | 0 | 0.01 | 274.55 | 0.89 | 0.93 |
| Hex | EF | DC | FD | 6 | D | 0 | 1 | 113 | 59 | 5D |
| Octal | 357 | 334 | 375 | 6 | 15 | 0 | 1 | 423 | 131 | 135 |
| Binary | 11101111 | 11011100 | 11111101 | 110 | 1101 | 0 | 1 | 100010011 | 1011001 | 1011101 |
Color Harmonies of #EFDCFD
Complementary color
Monochromatic Colors of #EFDCFD
Black with #EFDCFD
Text Example
Text Example
White with #EFDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCFD; }
p { color: rgb(239,220,253); }
H1.HeaderClassName
{
color: #EFDCFD;
}
.AnyTagClassName
{
color: #EFDCFD;
}
</style>
background-color css
<style>
a { background-color: #EFDCFD; }
a { background-color: rgb(239,220,253); }
div.DivClassName
{
background-color: #EFDCFD;
}
.BgClassName
{
background-color: #EFDCFD;
}
</style>
border-color css
<style>
span { border-color: #EFDCFD; }
span { border-color: rgb(239,220,253); }
td.TdClassName
{
border-color: #EFDCFD;
}
.TagClassName
{
border-color: #EFDCFD;
}
</style>