Shades of White Lilac #F0DCF8
Tints of White Lilac #F0DCF8
RGB
CMYK
RGB Variations
Color information
#F0DCF8 (or 0xF0DCF8) is known color: White Lilac. HEX triplet: F0, DC and F8. RGB value is (240,220,248). Sum of RGB (Red+Green+Blue) = 240+220+248=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0DCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF8 is #0F2307. Grayscale: #E5E5E5. Windows color (decimal): -992008 or 16309488. OLE color: 16309488.
HSL color Cylindrical-coordinate representation of color #F0DCF8: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0DCF8 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 220 | 248 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.03 |
| HSL | 282.86º | 0.67% | 0.92% | - |
| HSV(B) | 282.86º | 0.11% | 0.97% | - |
| XYZ | 78.47 | 76.49 | 99.43 | - |
| YUV | 229.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 248 | 0.03 | 0.11 | 0 | 0.03 | 282.86 | 0.67 | 0.92 |
| Hex | F0 | DC | F8 | 3 | B | 0 | 3 | 11B | 43 | 5C |
| Octal | 360 | 334 | 370 | 3 | 13 | 0 | 3 | 433 | 103 | 134 |
| Binary | 11110000 | 11011100 | 11111000 | 11 | 1011 | 0 | 11 | 100011011 | 1000011 | 1011100 |
Color Harmonies of #F0DCF8
Complementary color
Monochromatic Colors of #F0DCF8
Black with #F0DCF8
Text Example
Text Example
White with #F0DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCF8; }
p { color: rgb(240,220,248); }
H1.HeaderClassName
{
color: #F0DCF8;
}
.AnyTagClassName
{
color: #F0DCF8;
}
</style>
background-color css
<style>
a { background-color: #F0DCF8; }
a { background-color: rgb(240,220,248); }
div.DivClassName
{
background-color: #F0DCF8;
}
.BgClassName
{
background-color: #F0DCF8;
}
</style>
border-color css
<style>
span { border-color: #F0DCF8; }
span { border-color: rgb(240,220,248); }
td.TdClassName
{
border-color: #F0DCF8;
}
.TagClassName
{
border-color: #F0DCF8;
}
</style>