Shades of French Lilac #DFB4DF
Tints of French Lilac #DFB4DF
RGB
CMYK
RGB Variations
Color information
#DFB4DF (or 0xDFB4DF) is known color: French Lilac. HEX triplet: DF, B4 and DF. RGB value is (223,180,223). Sum of RGB (Red+Green+Blue) = 223+180+223=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4DF is #204B20. Grayscale: #C5C5C5. Windows color (decimal): -2116385 or 14660831. OLE color: 14660831.
HSL color Cylindrical-coordinate representation of color #DFB4DF: hue angle of 300º 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 #DFB4DF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 180 | 223 | - |
CMYK | 0 | 0.19 | 0 | 0.13 |
HSL | 300º | 0.4% | 0.79% | - |
HSV(B) | 300º | 0.19% | 0.87% | - |
XYZ | 60.07 | 53.66 | 77 | - |
YUV | 197.76 | 142.25 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 180 | 223 | 0 | 0.19 | 0 | 0.13 | 300 | 0.4 | 0.79 |
Hex | DF | B4 | DF | 0 | 13 | 0 | D | 12C | 28 | 4F |
Octal | 337 | 264 | 337 | 0 | 23 | 0 | 15 | 454 | 50 | 117 |
Binary | 11011111 | 10110100 | 11011111 | 0 | 10011 | 0 | 1101 | 100101100 | 101000 | 1001111 |
Color Harmonies of #DFB4DF
Complementary color
Monochromatic Colors of #DFB4DF
Black with #DFB4DF
Text Example
Text Example
White with #DFB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4DF; }
p { color: rgb(223,180,223); }
H1.HeaderClassName
{
color: #DFB4DF;
}
.AnyTagClassName
{
color: #DFB4DF;
}
</style>
background-color css
<style>
a { background-color: #DFB4DF; }
a { background-color: rgb(223,180,223); }
div.DivClassName
{
background-color: #DFB4DF;
}
.BgClassName
{
background-color: #DFB4DF;
}
</style>
border-color css
<style>
span { border-color: #DFB4DF; }
span { border-color: rgb(223,180,223); }
td.TdClassName
{
border-color: #DFB4DF;
}
.TagClassName
{
border-color: #DFB4DF;
}
</style>