Shades of White Lilac #F5DCFF
Tints of White Lilac #F5DCFF
RGB
CMYK
RGB Variations
Color information
#F5DCFF (or 0xF5DCFF) is known color: White Lilac. HEX triplet: F5, DC and FF. RGB value is (245,220,255). Sum of RGB (Red+Green+Blue) = 245+220+255=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFF is #0A2300. Grayscale: #E7E7E7. Windows color (decimal): -664321 or 16768245. OLE color: 16768245.
HSL color Cylindrical-coordinate representation of color #F5DCFF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5DCFF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 220 | 255 | - |
| CMYK | 0.04 | 0.14 | 0 | 0 |
| HSL | 282.86º | 1% | 0.93% | - |
| HSV(B) | 282.86º | 0.14% | 1% | - |
| XYZ | 81.3 | 77.82 | 105.34 | - |
| YUV | 231.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 255 | 0.04 | 0.14 | 0 | 0 | 282.86 | 1 | 0.93 |
| Hex | F5 | DC | FF | 4 | E | 0 | 0 | 11B | 64 | 5D |
| Octal | 365 | 334 | 377 | 4 | 16 | 0 | 0 | 433 | 144 | 135 |
| Binary | 11110101 | 11011100 | 11111111 | 100 | 1110 | 0 | 0 | 100011011 | 1100100 | 1011101 |
Color Harmonies of #F5DCFF
Complementary color
Monochromatic Colors of #F5DCFF
Black with #F5DCFF
Text Example
Text Example
White with #F5DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCFF; }
p { color: rgb(245,220,255); }
H1.HeaderClassName
{
color: #F5DCFF;
}
.AnyTagClassName
{
color: #F5DCFF;
}
</style>
background-color css
<style>
a { background-color: #F5DCFF; }
a { background-color: rgb(245,220,255); }
div.DivClassName
{
background-color: #F5DCFF;
}
.BgClassName
{
background-color: #F5DCFF;
}
</style>
border-color css
<style>
span { border-color: #F5DCFF; }
span { border-color: rgb(245,220,255); }
td.TdClassName
{
border-color: #F5DCFF;
}
.TagClassName
{
border-color: #F5DCFF;
}
</style>