Shades of French Lilac #DFB4D4
Tints of French Lilac #DFB4D4
RGB
CMYK
RGB Variations
Color information
#DFB4D4 (or 0xDFB4D4) is known color: French Lilac. HEX triplet: DF, B4 and D4. RGB value is (223,180,212). Sum of RGB (Red+Green+Blue) = 223+180+212=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4D4 is #204B2B. Grayscale: #C4C4C4. Windows color (decimal): -2116396 or 13939935. OLE color: 13939935.
HSL color Cylindrical-coordinate representation of color #DFB4D4: hue angle of 315.35º 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 #DFB4D4 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 212 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.13 |
| HSL | 315.35º | 0.4% | 0.79% | - |
| HSV(B) | 315.35º | 0.19% | 0.87% | - |
| XYZ | 58.64 | 53.08 | 69.44 | - |
| YUV | 196.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 212 | 0 | 0.19 | 0.05 | 0.13 | 315.35 | 0.4 | 0.79 |
| Hex | DF | B4 | D4 | 0 | 13 | 5 | D | 13B | 28 | 4F |
| Octal | 337 | 264 | 324 | 0 | 23 | 5 | 15 | 473 | 50 | 117 |
| Binary | 11011111 | 10110100 | 11010100 | 0 | 10011 | 101 | 1101 | 100111011 | 101000 | 1001111 |
Color Harmonies of #DFB4D4
Complementary color
Monochromatic Colors of #DFB4D4
Black with #DFB4D4
Text Example
Text Example
White with #DFB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4D4; }
p { color: rgb(223,180,212); }
H1.HeaderClassName
{
color: #DFB4D4;
}
.AnyTagClassName
{
color: #DFB4D4;
}
</style>
background-color css
<style>
a { background-color: #DFB4D4; }
a { background-color: rgb(223,180,212); }
div.DivClassName
{
background-color: #DFB4D4;
}
.BgClassName
{
background-color: #DFB4D4;
}
</style>
border-color css
<style>
span { border-color: #DFB4D4; }
span { border-color: rgb(223,180,212); }
td.TdClassName
{
border-color: #DFB4D4;
}
.TagClassName
{
border-color: #DFB4D4;
}
</style>