Shades of White Lilac #F2DDF9
Tints of White Lilac #F2DDF9
RGB
CMYK
RGB Variations
Color information
#F2DDF9 (or 0xF2DDF9) is known color: White Lilac. HEX triplet: F2, DD and F9. RGB value is (242,221,249). Sum of RGB (Red+Green+Blue) = 242+221+249=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF9 is #0D2206. Grayscale: #E6E6E6. Windows color (decimal): -860679 or 16375282. OLE color: 16375282.
HSL color Cylindrical-coordinate representation of color #F2DDF9: hue angle of 285º 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 #F2DDF9 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 221 | 249 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.02 |
| HSL | 285º | 0.7% | 0.92% | - |
| HSV(B) | 285º | 0.11% | 0.98% | - |
| XYZ | 79.57 | 77.43 | 100.37 | - |
| YUV | 230.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 249 | 0.03 | 0.11 | 0 | 0.02 | 285 | 0.7 | 0.92 |
| Hex | F2 | DD | F9 | 3 | B | 0 | 2 | 11D | 46 | 5C |
| Octal | 362 | 335 | 371 | 3 | 13 | 0 | 2 | 435 | 106 | 134 |
| Binary | 11110010 | 11011101 | 11111001 | 11 | 1011 | 0 | 10 | 100011101 | 1000110 | 1011100 |
Color Harmonies of #F2DDF9
Complementary color
Monochromatic Colors of #F2DDF9
Black with #F2DDF9
Text Example
Text Example
White with #F2DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDF9; }
p { color: rgb(242,221,249); }
H1.HeaderClassName
{
color: #F2DDF9;
}
.AnyTagClassName
{
color: #F2DDF9;
}
</style>
background-color css
<style>
a { background-color: #F2DDF9; }
a { background-color: rgb(242,221,249); }
div.DivClassName
{
background-color: #F2DDF9;
}
.BgClassName
{
background-color: #F2DDF9;
}
</style>
border-color css
<style>
span { border-color: #F2DDF9; }
span { border-color: rgb(242,221,249); }
td.TdClassName
{
border-color: #F2DDF9;
}
.TagClassName
{
border-color: #F2DDF9;
}
</style>