Shades of White Lilac #F1DFFF
Tints of White Lilac #F1DFFF
RGB
CMYK
RGB Variations
Color information
#F1DFFF (or 0xF1DFFF) is known color: White Lilac. HEX triplet: F1, DF and FF. RGB value is (241,223,255). Sum of RGB (Red+Green+Blue) = 241+223+255=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFFF is #0E2000. Grayscale: #E7E7E7. Windows color (decimal): -925697 or 16769009. OLE color: 16769009.
HSL color Cylindrical-coordinate representation of color #F1DFFF: hue angle of 273.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DFFF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 223 | 255 | - |
| CMYK | 0.05 | 0.13 | 0 | 0 |
| HSL | 273.75º | 1% | 0.94% | - |
| HSV(B) | 273.75º | 0.13% | 1% | - |
| XYZ | 80.71 | 78.7 | 105.54 | - |
| YUV | 232.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 255 | 0.05 | 0.13 | 0 | 0 | 273.75 | 1 | 0.94 |
| Hex | F1 | DF | FF | 5 | D | 0 | 0 | 112 | 64 | 5E |
| Octal | 361 | 337 | 377 | 5 | 15 | 0 | 0 | 422 | 144 | 136 |
| Binary | 11110001 | 11011111 | 11111111 | 101 | 1101 | 0 | 0 | 100010010 | 1100100 | 1011110 |
Color Harmonies of #F1DFFF
Complementary color
Monochromatic Colors of #F1DFFF
Black with #F1DFFF
Text Example
Text Example
White with #F1DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFFF; }
p { color: rgb(241,223,255); }
H1.HeaderClassName
{
color: #F1DFFF;
}
.AnyTagClassName
{
color: #F1DFFF;
}
</style>
background-color css
<style>
a { background-color: #F1DFFF; }
a { background-color: rgb(241,223,255); }
div.DivClassName
{
background-color: #F1DFFF;
}
.BgClassName
{
background-color: #F1DFFF;
}
</style>
border-color css
<style>
span { border-color: #F1DFFF; }
span { border-color: rgb(241,223,255); }
td.TdClassName
{
border-color: #F1DFFF;
}
.TagClassName
{
border-color: #F1DFFF;
}
</style>