Shades of French Lilac #DFB4D3
Tints of French Lilac #DFB4D3
RGB
CMYK
RGB Variations
Color information
#DFB4D3 (or 0xDFB4D3) is known color: French Lilac. HEX triplet: DF, B4 and D3. RGB value is (223,180,211). Sum of RGB (Red+Green+Blue) = 223+180+211=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4D3 is #204B2C. Grayscale: #C4C4C4. Windows color (decimal): -2116397 or 13874399. OLE color: 13874399.
HSL color Cylindrical-coordinate representation of color #DFB4D3: hue angle of 316.74º 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 #DFB4D3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 211 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.13 |
| HSL | 316.74º | 0.4% | 0.79% | - |
| HSV(B) | 316.74º | 0.19% | 0.87% | - |
| XYZ | 58.51 | 53.03 | 68.78 | - |
| YUV | 196.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 211 | 0 | 0.19 | 0.05 | 0.13 | 316.74 | 0.4 | 0.79 |
| Hex | DF | B4 | D3 | 0 | 13 | 5 | D | 13D | 28 | 4F |
| Octal | 337 | 264 | 323 | 0 | 23 | 5 | 15 | 475 | 50 | 117 |
| Binary | 11011111 | 10110100 | 11010011 | 0 | 10011 | 101 | 1101 | 100111101 | 101000 | 1001111 |
Color Harmonies of #DFB4D3
Complementary color
Monochromatic Colors of #DFB4D3
Black with #DFB4D3
Text Example
Text Example
White with #DFB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4D3; }
p { color: rgb(223,180,211); }
H1.HeaderClassName
{
color: #DFB4D3;
}
.AnyTagClassName
{
color: #DFB4D3;
}
</style>
background-color css
<style>
a { background-color: #DFB4D3; }
a { background-color: rgb(223,180,211); }
div.DivClassName
{
background-color: #DFB4D3;
}
.BgClassName
{
background-color: #DFB4D3;
}
</style>
border-color css
<style>
span { border-color: #DFB4D3; }
span { border-color: rgb(223,180,211); }
td.TdClassName
{
border-color: #DFB4D3;
}
.TagClassName
{
border-color: #DFB4D3;
}
</style>