Shades of White Lilac #F0DDF6
Tints of White Lilac #F0DDF6
RGB
CMYK
RGB Variations
Color information
#F0DDF6 (or 0xF0DDF6) is known color: White Lilac. HEX triplet: F0, DD and F6. RGB value is (240,221,246). Sum of RGB (Red+Green+Blue) = 240+221+246=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF6 is #0F2209. Grayscale: #E5E5E5. Windows color (decimal): -991754 or 16178672. OLE color: 16178672.
HSL color Cylindrical-coordinate representation of color #F0DDF6: hue angle of 285.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DDF6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 221 | 246 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.04 |
| HSL | 285.6º | 0.58% | 0.92% | - |
| HSV(B) | 285.6º | 0.1% | 0.96% | - |
| XYZ | 78.43 | 76.89 | 97.9 | - |
| YUV | 229.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 246 | 0.02 | 0.10 | 0 | 0.04 | 285.6 | 0.58 | 0.92 |
| Hex | F0 | DD | F6 | 2 | A | 0 | 4 | 11E | 3A | 5C |
| Octal | 360 | 335 | 366 | 2 | 12 | 0 | 4 | 436 | 72 | 134 |
| Binary | 11110000 | 11011101 | 11110110 | 10 | 1010 | 0 | 100 | 100011110 | 111010 | 1011100 |
Color Harmonies of #F0DDF6
Complementary color
Monochromatic Colors of #F0DDF6
Black with #F0DDF6
Text Example
Text Example
White with #F0DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDF6; }
p { color: rgb(240,221,246); }
H1.HeaderClassName
{
color: #F0DDF6;
}
.AnyTagClassName
{
color: #F0DDF6;
}
</style>
background-color css
<style>
a { background-color: #F0DDF6; }
a { background-color: rgb(240,221,246); }
div.DivClassName
{
background-color: #F0DDF6;
}
.BgClassName
{
background-color: #F0DDF6;
}
</style>
border-color css
<style>
span { border-color: #F0DDF6; }
span { border-color: rgb(240,221,246); }
td.TdClassName
{
border-color: #F0DDF6;
}
.TagClassName
{
border-color: #F0DDF6;
}
</style>