Shades of White Lilac #F2DEFF
Tints of White Lilac #F2DEFF
RGB
CMYK
RGB Variations
Color information
#F2DEFF (or 0xF2DEFF) is known color: White Lilac. HEX triplet: F2, DE and FF. RGB value is (242,222,255). Sum of RGB (Red+Green+Blue) = 242+222+255=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 222 (87.11% from 255 or 30.88% 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 #F2DEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEFF is #0D2100. Grayscale: #E7E7E7. Windows color (decimal): -860417 or 16768754. OLE color: 16768754.
HSL color Cylindrical-coordinate representation of color #F2DEFF: hue angle of 276.36º 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 #F2DEFF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 222 | 255 | - |
| CMYK | 0.05 | 0.13 | 0 | 0 |
| HSL | 276.36º | 1% | 0.94% | - |
| HSV(B) | 276.36º | 0.13% | 1% | - |
| XYZ | 80.79 | 78.34 | 105.47 | - |
| YUV | 231.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 255 | 0.05 | 0.13 | 0 | 0 | 276.36 | 1 | 0.94 |
| Hex | F2 | DE | FF | 5 | D | 0 | 0 | 114 | 64 | 5E |
| Octal | 362 | 336 | 377 | 5 | 15 | 0 | 0 | 424 | 144 | 136 |
| Binary | 11110010 | 11011110 | 11111111 | 101 | 1101 | 0 | 0 | 100010100 | 1100100 | 1011110 |
Color Harmonies of #F2DEFF
Complementary color
Monochromatic Colors of #F2DEFF
Black with #F2DEFF
Text Example
Text Example
White with #F2DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEFF; }
p { color: rgb(242,222,255); }
H1.HeaderClassName
{
color: #F2DEFF;
}
.AnyTagClassName
{
color: #F2DEFF;
}
</style>
background-color css
<style>
a { background-color: #F2DEFF; }
a { background-color: rgb(242,222,255); }
div.DivClassName
{
background-color: #F2DEFF;
}
.BgClassName
{
background-color: #F2DEFF;
}
</style>
border-color css
<style>
span { border-color: #F2DEFF; }
span { border-color: rgb(242,222,255); }
td.TdClassName
{
border-color: #F2DEFF;
}
.TagClassName
{
border-color: #F2DEFF;
}
</style>