Shades of French Lilac #DFB7D4
Tints of French Lilac #DFB7D4
RGB
CMYK
RGB Variations
Color information
#DFB7D4 (or 0xDFB7D4) is known color: French Lilac. HEX triplet: DF, B7 and D4. RGB value is (223,183,212). Sum of RGB (Red+Green+Blue) = 223+183+212=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7D4 is #20482B. Grayscale: #C6C6C6. Windows color (decimal): -2115628 or 13940703. OLE color: 13940703.
HSL color Cylindrical-coordinate representation of color #DFB7D4: hue angle of 316.5º 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 #DFB7D4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 183 | 212 | - |
CMYK | 0 | 0.18 | 0.05 | 0.13 |
HSL | 316.5º | 0.38% | 0.8% | - |
HSV(B) | 316.5º | 0.18% | 0.87% | - |
XYZ | 59.25 | 54.31 | 69.65 | - |
YUV | 198.27 | 135.75 | 145.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 183 | 212 | 0 | 0.18 | 0.05 | 0.13 | 316.5 | 0.38 | 0.8 |
Hex | DF | B7 | D4 | 0 | 12 | 5 | D | 13C | 26 | 50 |
Octal | 337 | 267 | 324 | 0 | 22 | 5 | 15 | 474 | 46 | 120 |
Binary | 11011111 | 10110111 | 11010100 | 0 | 10010 | 101 | 1101 | 100111100 | 100110 | 1010000 |
Color Harmonies of #DFB7D4
Complementary color
Monochromatic Colors of #DFB7D4
Black with #DFB7D4
Text Example
Text Example
White with #DFB7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7D4; }
p { color: rgb(223,183,212); }
H1.HeaderClassName
{
color: #DFB7D4;
}
.AnyTagClassName
{
color: #DFB7D4;
}
</style>
background-color css
<style>
a { background-color: #DFB7D4; }
a { background-color: rgb(223,183,212); }
div.DivClassName
{
background-color: #DFB7D4;
}
.BgClassName
{
background-color: #DFB7D4;
}
</style>
border-color css
<style>
span { border-color: #DFB7D4; }
span { border-color: rgb(223,183,212); }
td.TdClassName
{
border-color: #DFB7D4;
}
.TagClassName
{
border-color: #DFB7D4;
}
</style>