Shades of White Lilac #F1DDF9
Tints of White Lilac #F1DDF9
RGB
CMYK
RGB Variations
Color information
#F1DDF9 (or 0xF1DDF9) is known color: White Lilac. HEX triplet: F1, DD and F9. RGB value is (241,221,249). Sum of RGB (Red+Green+Blue) = 241+221+249=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDF9 is #0E2206. Grayscale: #E6E6E6. Windows color (decimal): -926215 or 16375281. OLE color: 16375281.
HSL color Cylindrical-coordinate representation of color #F1DDF9: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1DDF9 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 221 | 249 | - |
CMYK | 0.03 | 0.11 | 0 | 0.02 |
HSL | 282.86º | 0.7% | 0.92% | - |
HSV(B) | 282.86º | 0.11% | 0.98% | - |
XYZ | 79.23 | 77.25 | 100.36 | - |
YUV | 230.17 | 138.63 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 221 | 249 | 0.03 | 0.11 | 0 | 0.02 | 282.86 | 0.7 | 0.92 |
Hex | F1 | DD | F9 | 3 | B | 0 | 2 | 11B | 46 | 5C |
Octal | 361 | 335 | 371 | 3 | 13 | 0 | 2 | 433 | 106 | 134 |
Binary | 11110001 | 11011101 | 11111001 | 11 | 1011 | 0 | 10 | 100011011 | 1000110 | 1011100 |
Color Harmonies of #F1DDF9
Complementary color
Monochromatic Colors of #F1DDF9
Black with #F1DDF9
Text Example
Text Example
White with #F1DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDF9; }
p { color: rgb(241,221,249); }
H1.HeaderClassName
{
color: #F1DDF9;
}
.AnyTagClassName
{
color: #F1DDF9;
}
</style>
background-color css
<style>
a { background-color: #F1DDF9; }
a { background-color: rgb(241,221,249); }
div.DivClassName
{
background-color: #F1DDF9;
}
.BgClassName
{
background-color: #F1DDF9;
}
</style>
border-color css
<style>
span { border-color: #F1DDF9; }
span { border-color: rgb(241,221,249); }
td.TdClassName
{
border-color: #F1DDF9;
}
.TagClassName
{
border-color: #F1DDF9;
}
</style>