Shades of French Lilac #DFB5D3
Tints of French Lilac #DFB5D3
RGB
CMYK
RGB Variations
Color information
#DFB5D3 (or 0xDFB5D3) is known color: French Lilac. HEX triplet: DF, B5 and D3. RGB value is (223,181,211). Sum of RGB (Red+Green+Blue) = 223+181+211=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D3 is #204A2C. Grayscale: #C4C4C4. Windows color (decimal): -2116141 or 13874655. OLE color: 13874655.
HSL color Cylindrical-coordinate representation of color #DFB5D3: hue angle of 317.14º 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 #DFB5D3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 211 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.13 |
| HSL | 317.14º | 0.4% | 0.79% | - |
| HSV(B) | 317.14º | 0.19% | 0.87% | - |
| XYZ | 58.71 | 53.44 | 68.85 | - |
| YUV | 196.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 211 | 0 | 0.19 | 0.05 | 0.13 | 317.14 | 0.4 | 0.79 |
| Hex | DF | B5 | D3 | 0 | 13 | 5 | D | 13D | 28 | 4F |
| Octal | 337 | 265 | 323 | 0 | 23 | 5 | 15 | 475 | 50 | 117 |
| Binary | 11011111 | 10110101 | 11010011 | 0 | 10011 | 101 | 1101 | 100111101 | 101000 | 1001111 |
Color Harmonies of #DFB5D3
Complementary color
Monochromatic Colors of #DFB5D3
Black with #DFB5D3
Text Example
Text Example
White with #DFB5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5D3; }
p { color: rgb(223,181,211); }
H1.HeaderClassName
{
color: #DFB5D3;
}
.AnyTagClassName
{
color: #DFB5D3;
}
</style>
background-color css
<style>
a { background-color: #DFB5D3; }
a { background-color: rgb(223,181,211); }
div.DivClassName
{
background-color: #DFB5D3;
}
.BgClassName
{
background-color: #DFB5D3;
}
</style>
border-color css
<style>
span { border-color: #DFB5D3; }
span { border-color: rgb(223,181,211); }
td.TdClassName
{
border-color: #DFB5D3;
}
.TagClassName
{
border-color: #DFB5D3;
}
</style>