Shades of French Lilac #DFB5DC
Tints of French Lilac #DFB5DC
RGB
CMYK
RGB Variations
Color information
#DFB5DC (or 0xDFB5DC) is known color: French Lilac. HEX triplet: DF, B5 and DC. RGB value is (223,181,220). Sum of RGB (Red+Green+Blue) = 223+181+220=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DC is #204A23. Grayscale: #C5C5C5. Windows color (decimal): -2116132 or 14464479. OLE color: 14464479.
HSL color Cylindrical-coordinate representation of color #DFB5DC: hue angle of 304.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5DC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 220 | - |
CMYK | 0 | 0.19 | 0.01 | 0.13 |
HSL | 304.29º | 0.4% | 0.79% | - |
HSV(B) | 304.29º | 0.19% | 0.87% | - |
XYZ | 59.87 | 53.9 | 74.96 | - |
YUV | 198 | 140.41 | 145.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 220 | 0 | 0.19 | 0.01 | 0.13 | 304.29 | 0.4 | 0.79 |
Hex | DF | B5 | DC | 0 | 13 | 1 | D | 130 | 28 | 4F |
Octal | 337 | 265 | 334 | 0 | 23 | 1 | 15 | 460 | 50 | 117 |
Binary | 11011111 | 10110101 | 11011100 | 0 | 10011 | 1 | 1101 | 100110000 | 101000 | 1001111 |
Color Harmonies of #DFB5DC
Complementary color
Monochromatic Colors of #DFB5DC
Black with #DFB5DC
Text Example
Text Example
White with #DFB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5DC; }
p { color: rgb(223,181,220); }
H1.HeaderClassName
{
color: #DFB5DC;
}
.AnyTagClassName
{
color: #DFB5DC;
}
</style>
background-color css
<style>
a { background-color: #DFB5DC; }
a { background-color: rgb(223,181,220); }
div.DivClassName
{
background-color: #DFB5DC;
}
.BgClassName
{
background-color: #DFB5DC;
}
</style>
border-color css
<style>
span { border-color: #DFB5DC; }
span { border-color: rgb(223,181,220); }
td.TdClassName
{
border-color: #DFB5DC;
}
.TagClassName
{
border-color: #DFB5DC;
}
</style>