Shades of White Lilac #F5DDFF
Tints of White Lilac #F5DDFF
RGB
CMYK
RGB Variations
Color information
#F5DDFF (or 0xF5DDFF) is known color: White Lilac. HEX triplet: F5, DD and FF. RGB value is (245,221,255). Sum of RGB (Red+Green+Blue) = 245+221+255=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDFF is #0A2200. Grayscale: #E7E7E7. Windows color (decimal): -664065 or 16768501. OLE color: 16768501.
HSL color Cylindrical-coordinate representation of color #F5DDFF: hue angle of 282.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5DDFF is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 221 | 255 | - |
| CMYK | 0.04 | 0.13 | 0 | 0 |
| HSL | 282.35º | 1% | 0.93% | - |
| HSV(B) | 282.35º | 0.13% | 1% | - |
| XYZ | 81.56 | 78.35 | 105.43 | - |
| YUV | 232.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 255 | 0.04 | 0.13 | 0 | 0 | 282.35 | 1 | 0.93 |
| Hex | F5 | DD | FF | 4 | D | 0 | 0 | 11A | 64 | 5D |
| Octal | 365 | 335 | 377 | 4 | 15 | 0 | 0 | 432 | 144 | 135 |
| Binary | 11110101 | 11011101 | 11111111 | 100 | 1101 | 0 | 0 | 100011010 | 1100100 | 1011101 |
Color Harmonies of #F5DDFF
Complementary color
Monochromatic Colors of #F5DDFF
Black with #F5DDFF
Text Example
Text Example
White with #F5DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDFF; }
p { color: rgb(245,221,255); }
H1.HeaderClassName
{
color: #F5DDFF;
}
.AnyTagClassName
{
color: #F5DDFF;
}
</style>
background-color css
<style>
a { background-color: #F5DDFF; }
a { background-color: rgb(245,221,255); }
div.DivClassName
{
background-color: #F5DDFF;
}
.BgClassName
{
background-color: #F5DDFF;
}
</style>
border-color css
<style>
span { border-color: #F5DDFF; }
span { border-color: rgb(245,221,255); }
td.TdClassName
{
border-color: #F5DDFF;
}
.TagClassName
{
border-color: #F5DDFF;
}
</style>