Shades of White Lilac #F0DEFD
Tints of White Lilac #F0DEFD
RGB
CMYK
RGB Variations
Color information
#F0DEFD (or 0xF0DEFD) is known color: White Lilac. HEX triplet: F0, DE and FD. RGB value is (240,222,253). Sum of RGB (Red+Green+Blue) = 240+222+253=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0DEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEFD is #0F2102. Grayscale: #E6E6E6. Windows color (decimal): -991491 or 16637680. OLE color: 16637680.
HSL color Cylindrical-coordinate representation of color #F0DEFD: hue angle of 274.84º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DEFD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 222 | 253 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.01 |
| HSL | 274.84º | 0.89% | 0.93% | - |
| HSV(B) | 274.84º | 0.12% | 0.99% | - |
| XYZ | 79.79 | 77.86 | 103.75 | - |
| YUV | 230.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 253 | 0.05 | 0.12 | 0 | 0.01 | 274.84 | 0.89 | 0.93 |
| Hex | F0 | DE | FD | 5 | C | 0 | 1 | 113 | 59 | 5D |
| Octal | 360 | 336 | 375 | 5 | 14 | 0 | 1 | 423 | 131 | 135 |
| Binary | 11110000 | 11011110 | 11111101 | 101 | 1100 | 0 | 1 | 100010011 | 1011001 | 1011101 |
Color Harmonies of #F0DEFD
Complementary color
Monochromatic Colors of #F0DEFD
Black with #F0DEFD
Text Example
Text Example
White with #F0DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEFD; }
p { color: rgb(240,222,253); }
H1.HeaderClassName
{
color: #F0DEFD;
}
.AnyTagClassName
{
color: #F0DEFD;
}
</style>
background-color css
<style>
a { background-color: #F0DEFD; }
a { background-color: rgb(240,222,253); }
div.DivClassName
{
background-color: #F0DEFD;
}
.BgClassName
{
background-color: #F0DEFD;
}
</style>
border-color css
<style>
span { border-color: #F0DEFD; }
span { border-color: rgb(240,222,253); }
td.TdClassName
{
border-color: #F0DEFD;
}
.TagClassName
{
border-color: #F0DEFD;
}
</style>