Shades of French Lilac #DFB7DF
Tints of French Lilac #DFB7DF
RGB
CMYK
RGB Variations
Color information
#DFB7DF (or 0xDFB7DF) is known color: French Lilac. HEX triplet: DF, B7 and DF. RGB value is (223,183,223). Sum of RGB (Red+Green+Blue) = 223+183+223=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7DF is #204820. Grayscale: #C7C7C7. Windows color (decimal): -2115617 or 14661599. OLE color: 14661599.
HSL color Cylindrical-coordinate representation of color #DFB7DF: hue angle of 300º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7DF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 183 | 223 | - |
CMYK | 0 | 0.18 | 0 | 0.13 |
HSL | 300º | 0.38% | 0.8% | - |
HSV(B) | 300º | 0.18% | 0.87% | - |
XYZ | 60.68 | 54.88 | 77.21 | - |
YUV | 199.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 183 | 223 | 0 | 0.18 | 0 | 0.13 | 300 | 0.38 | 0.8 |
Hex | DF | B7 | DF | 0 | 12 | 0 | D | 12C | 26 | 50 |
Octal | 337 | 267 | 337 | 0 | 22 | 0 | 15 | 454 | 46 | 120 |
Binary | 11011111 | 10110111 | 11011111 | 0 | 10010 | 0 | 1101 | 100101100 | 100110 | 1010000 |
Color Harmonies of #DFB7DF
Complementary color
Monochromatic Colors of #DFB7DF
Black with #DFB7DF
Text Example
Text Example
White with #DFB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7DF; }
p { color: rgb(223,183,223); }
H1.HeaderClassName
{
color: #DFB7DF;
}
.AnyTagClassName
{
color: #DFB7DF;
}
</style>
background-color css
<style>
a { background-color: #DFB7DF; }
a { background-color: rgb(223,183,223); }
div.DivClassName
{
background-color: #DFB7DF;
}
.BgClassName
{
background-color: #DFB7DF;
}
</style>
border-color css
<style>
span { border-color: #DFB7DF; }
span { border-color: rgb(223,183,223); }
td.TdClassName
{
border-color: #DFB7DF;
}
.TagClassName
{
border-color: #DFB7DF;
}
</style>