Shades of White Lilac #F0DFF8
Tints of White Lilac #F0DFF8
RGB
CMYK
RGB Variations
Color information
#F0DFF8 (or 0xF0DFF8) is known color: White Lilac. HEX triplet: F0, DF and F8. RGB value is (240,223,248). Sum of RGB (Red+Green+Blue) = 240+223+248=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFF8 is #0F2007. Grayscale: #E6E6E6. Windows color (decimal): -991240 or 16310256. OLE color: 16310256.
HSL color Cylindrical-coordinate representation of color #F0DFF8: hue angle of 280.8º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DFF8 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 223 | 248 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.03 |
| HSL | 280.8º | 0.64% | 0.92% | - |
| HSV(B) | 280.8º | 0.1% | 0.97% | - |
| XYZ | 79.27 | 78.08 | 99.7 | - |
| YUV | 230.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 248 | 0.03 | 0.10 | 0 | 0.03 | 280.8 | 0.64 | 0.92 |
| Hex | F0 | DF | F8 | 3 | A | 0 | 3 | 119 | 40 | 5C |
| Octal | 360 | 337 | 370 | 3 | 12 | 0 | 3 | 431 | 100 | 134 |
| Binary | 11110000 | 11011111 | 11111000 | 11 | 1010 | 0 | 11 | 100011001 | 1000000 | 1011100 |
Color Harmonies of #F0DFF8
Complementary color
Monochromatic Colors of #F0DFF8
Black with #F0DFF8
Text Example
Text Example
White with #F0DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFF8; }
p { color: rgb(240,223,248); }
H1.HeaderClassName
{
color: #F0DFF8;
}
.AnyTagClassName
{
color: #F0DFF8;
}
</style>
background-color css
<style>
a { background-color: #F0DFF8; }
a { background-color: rgb(240,223,248); }
div.DivClassName
{
background-color: #F0DFF8;
}
.BgClassName
{
background-color: #F0DFF8;
}
</style>
border-color css
<style>
span { border-color: #F0DFF8; }
span { border-color: rgb(240,223,248); }
td.TdClassName
{
border-color: #F0DFF8;
}
.TagClassName
{
border-color: #F0DFF8;
}
</style>