Shades of French Lilac #DFB5D4
Tints of French Lilac #DFB5D4
RGB
CMYK
RGB Variations
Color information
#DFB5D4 (or 0xDFB5D4) is known color: French Lilac. HEX triplet: DF, B5 and D4. RGB value is (223,181,212). Sum of RGB (Red+Green+Blue) = 223+181+212=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D4 is #204A2B. Grayscale: #C5C5C5. Windows color (decimal): -2116140 or 13940191. OLE color: 13940191.
HSL color Cylindrical-coordinate representation of color #DFB5D4: hue angle of 315.71º 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 #DFB5D4 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 212 | - |
CMYK | 0 | 0.19 | 0.05 | 0.13 |
HSL | 315.71º | 0.4% | 0.79% | - |
HSV(B) | 315.71º | 0.19% | 0.87% | - |
XYZ | 58.84 | 53.49 | 69.51 | - |
YUV | 197.09 | 136.41 | 146.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 212 | 0 | 0.19 | 0.05 | 0.13 | 315.71 | 0.4 | 0.79 |
Hex | DF | B5 | D4 | 0 | 13 | 5 | D | 13C | 28 | 4F |
Octal | 337 | 265 | 324 | 0 | 23 | 5 | 15 | 474 | 50 | 117 |
Binary | 11011111 | 10110101 | 11010100 | 0 | 10011 | 101 | 1101 | 100111100 | 101000 | 1001111 |
Color Harmonies of #DFB5D4
Complementary color
Monochromatic Colors of #DFB5D4
Black with #DFB5D4
Text Example
Text Example
White with #DFB5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5D4; }
p { color: rgb(223,181,212); }
H1.HeaderClassName
{
color: #DFB5D4;
}
.AnyTagClassName
{
color: #DFB5D4;
}
</style>
background-color css
<style>
a { background-color: #DFB5D4; }
a { background-color: rgb(223,181,212); }
div.DivClassName
{
background-color: #DFB5D4;
}
.BgClassName
{
background-color: #DFB5D4;
}
</style>
border-color css
<style>
span { border-color: #DFB5D4; }
span { border-color: rgb(223,181,212); }
td.TdClassName
{
border-color: #DFB5D4;
}
.TagClassName
{
border-color: #DFB5D4;
}
</style>