Shades of White Lilac #F7DCFF
Tints of White Lilac #F7DCFF
RGB
CMYK
RGB Variations
Color information
#F7DCFF (or 0xF7DCFF) is known color: White Lilac. HEX triplet: F7, DC and FF. RGB value is (247,220,255). Sum of RGB (Red+Green+Blue) = 247+220+255=722 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.21% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFF is #082300. Grayscale: #E7E7E7. Windows color (decimal): -533249 or 16768247. OLE color: 16768247.
HSL color Cylindrical-coordinate representation of color #F7DCFF: hue angle of 286.29º 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 #F7DCFF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 220 | 255 | - |
| CMYK | 0.03 | 0.14 | 0 | 0 |
| HSL | 286.29º | 1% | 0.93% | - |
| HSV(B) | 286.29º | 0.14% | 1% | - |
| XYZ | 82 | 78.18 | 105.38 | - |
| YUV | 232.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 255 | 0.03 | 0.14 | 0 | 0 | 286.29 | 1 | 0.93 |
| Hex | F7 | DC | FF | 3 | E | 0 | 0 | 11E | 64 | 5D |
| Octal | 367 | 334 | 377 | 3 | 16 | 0 | 0 | 436 | 144 | 135 |
| Binary | 11110111 | 11011100 | 11111111 | 11 | 1110 | 0 | 0 | 100011110 | 1100100 | 1011101 |
Color Harmonies of #F7DCFF
Complementary color
Monochromatic Colors of #F7DCFF
Black with #F7DCFF
Text Example
Text Example
White with #F7DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCFF; }
p { color: rgb(247,220,255); }
H1.HeaderClassName
{
color: #F7DCFF;
}
.AnyTagClassName
{
color: #F7DCFF;
}
</style>
background-color css
<style>
a { background-color: #F7DCFF; }
a { background-color: rgb(247,220,255); }
div.DivClassName
{
background-color: #F7DCFF;
}
.BgClassName
{
background-color: #F7DCFF;
}
</style>
border-color css
<style>
span { border-color: #F7DCFF; }
span { border-color: rgb(247,220,255); }
td.TdClassName
{
border-color: #F7DCFF;
}
.TagClassName
{
border-color: #F7DCFF;
}
</style>