Shades of White Lilac #F0DDFE
Tints of White Lilac #F0DDFE
RGB
CMYK
RGB Variations
Color information
#F0DDFE (or 0xF0DDFE) is known color: White Lilac. HEX triplet: F0, DD and FE. RGB value is (240,221,254). Sum of RGB (Red+Green+Blue) = 240+221+254=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDFE is #0F2201. Grayscale: #E6E6E6. Windows color (decimal): -991746 or 16702960. OLE color: 16702960.
HSL color Cylindrical-coordinate representation of color #F0DDFE: hue angle of 274.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DDFE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 221 | 254 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.00 |
| HSL | 274.55º | 0.94% | 0.93% | - |
| HSV(B) | 274.55º | 0.13% | 1% | - |
| XYZ | 79.68 | 77.39 | 104.5 | - |
| YUV | 230.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 254 | 0.06 | 0.13 | 0 | 0.00 | 274.55 | 0.94 | 0.93 |
| Hex | F0 | DD | FE | 6 | D | 0 | 0 | 113 | 5E | 5D |
| Octal | 360 | 335 | 376 | 6 | 15 | 0 | 0 | 423 | 136 | 135 |
| Binary | 11110000 | 11011101 | 11111110 | 110 | 1101 | 0 | 0 | 100010011 | 1011110 | 1011101 |
Color Harmonies of #F0DDFE
Complementary color
Monochromatic Colors of #F0DDFE
Black with #F0DDFE
Text Example
Text Example
White with #F0DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDFE; }
p { color: rgb(240,221,254); }
H1.HeaderClassName
{
color: #F0DDFE;
}
.AnyTagClassName
{
color: #F0DDFE;
}
</style>
background-color css
<style>
a { background-color: #F0DDFE; }
a { background-color: rgb(240,221,254); }
div.DivClassName
{
background-color: #F0DDFE;
}
.BgClassName
{
background-color: #F0DDFE;
}
</style>
border-color css
<style>
span { border-color: #F0DDFE; }
span { border-color: rgb(240,221,254); }
td.TdClassName
{
border-color: #F0DDFE;
}
.TagClassName
{
border-color: #F0DDFE;
}
</style>