Shades of French Lilac #DFB2D7
Tints of French Lilac #DFB2D7
RGB
CMYK
RGB Variations
Color information
#DFB2D7 (or 0xDFB2D7) is known color: French Lilac. HEX triplet: DF, B2 and D7. RGB value is (223,178,215). Sum of RGB (Red+Green+Blue) = 223+178+215=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2D7 is #204D28. Grayscale: #C3C3C3. Windows color (decimal): -2116905 or 14136031. OLE color: 14136031.
HSL color Cylindrical-coordinate representation of color #DFB2D7: hue angle of 310.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2D7 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 215 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.13 |
| HSL | 310.67º | 0.41% | 0.79% | - |
| HSV(B) | 310.67º | 0.2% | 0.87% | - |
| XYZ | 58.62 | 52.44 | 71.32 | - |
| YUV | 195.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 215 | 0 | 0.20 | 0.04 | 0.13 | 310.67 | 0.41 | 0.79 |
| Hex | DF | B2 | D7 | 0 | 14 | 4 | D | 137 | 29 | 4F |
| Octal | 337 | 262 | 327 | 0 | 24 | 4 | 15 | 467 | 51 | 117 |
| Binary | 11011111 | 10110010 | 11010111 | 0 | 10100 | 100 | 1101 | 100110111 | 101001 | 1001111 |
Color Harmonies of #DFB2D7
Complementary color
Monochromatic Colors of #DFB2D7
Black with #DFB2D7
Text Example
Text Example
White with #DFB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2D7; }
p { color: rgb(223,178,215); }
H1.HeaderClassName
{
color: #DFB2D7;
}
.AnyTagClassName
{
color: #DFB2D7;
}
</style>
background-color css
<style>
a { background-color: #DFB2D7; }
a { background-color: rgb(223,178,215); }
div.DivClassName
{
background-color: #DFB2D7;
}
.BgClassName
{
background-color: #DFB2D7;
}
</style>
border-color css
<style>
span { border-color: #DFB2D7; }
span { border-color: rgb(223,178,215); }
td.TdClassName
{
border-color: #DFB2D7;
}
.TagClassName
{
border-color: #DFB2D7;
}
</style>