Shades of White Lilac #F1DDFD
Tints of White Lilac #F1DDFD
RGB
CMYK
RGB Variations
Color information
#F1DDFD (or 0xF1DDFD) is known color: White Lilac. HEX triplet: F1, DD and FD. RGB value is (241,221,253). Sum of RGB (Red+Green+Blue) = 241+221+253=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDFD is #0E2202. Grayscale: #E6E6E6. Windows color (decimal): -926211 or 16637425. OLE color: 16637425.
HSL color Cylindrical-coordinate representation of color #F1DDFD: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DDFD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 221 | 253 | - |
CMYK | 0.05 | 0.13 | 0 | 0.01 |
HSL | 277.5º | 0.89% | 0.93% | - |
HSV(B) | 277.5º | 0.13% | 0.99% | - |
XYZ | 79.86 | 77.51 | 103.68 | - |
YUV | 230.63 | 140.63 | 135.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 221 | 253 | 0.05 | 0.13 | 0 | 0.01 | 277.5 | 0.89 | 0.93 |
Hex | F1 | DD | FD | 5 | D | 0 | 1 | 116 | 59 | 5D |
Octal | 361 | 335 | 375 | 5 | 15 | 0 | 1 | 426 | 131 | 135 |
Binary | 11110001 | 11011101 | 11111101 | 101 | 1101 | 0 | 1 | 100010110 | 1011001 | 1011101 |
Color Harmonies of #F1DDFD
Complementary color
Monochromatic Colors of #F1DDFD
Black with #F1DDFD
Text Example
Text Example
White with #F1DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDFD; }
p { color: rgb(241,221,253); }
H1.HeaderClassName
{
color: #F1DDFD;
}
.AnyTagClassName
{
color: #F1DDFD;
}
</style>
background-color css
<style>
a { background-color: #F1DDFD; }
a { background-color: rgb(241,221,253); }
div.DivClassName
{
background-color: #F1DDFD;
}
.BgClassName
{
background-color: #F1DDFD;
}
</style>
border-color css
<style>
span { border-color: #F1DDFD; }
span { border-color: rgb(241,221,253); }
td.TdClassName
{
border-color: #F1DDFD;
}
.TagClassName
{
border-color: #F1DDFD;
}
</style>