Shades of French Lilac #DFB2DD
Tints of French Lilac #DFB2DD
RGB
CMYK
RGB Variations
Color information
#DFB2DD (or 0xDFB2DD) is known color: French Lilac. HEX triplet: DF, B2 and DD. RGB value is (223,178,221). Sum of RGB (Red+Green+Blue) = 223+178+221=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2DD is #204D22. Grayscale: #C4C4C4. Windows color (decimal): -2116899 or 14529247. OLE color: 14529247.
HSL color Cylindrical-coordinate representation of color #DFB2DD: hue angle of 302.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 #DFB2DD is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 221 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.13 |
| HSL | 302.67º | 0.41% | 0.79% | - |
| HSV(B) | 302.67º | 0.2% | 0.87% | - |
| XYZ | 59.4 | 52.75 | 75.46 | - |
| YUV | 196.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 221 | 0 | 0.20 | 0.01 | 0.13 | 302.67 | 0.41 | 0.79 |
| Hex | DF | B2 | DD | 0 | 14 | 1 | D | 12F | 29 | 4F |
| Octal | 337 | 262 | 335 | 0 | 24 | 1 | 15 | 457 | 51 | 117 |
| Binary | 11011111 | 10110010 | 11011101 | 0 | 10100 | 1 | 1101 | 100101111 | 101001 | 1001111 |
Color Harmonies of #DFB2DD
Complementary color
Monochromatic Colors of #DFB2DD
Black with #DFB2DD
Text Example
Text Example
White with #DFB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2DD; }
p { color: rgb(223,178,221); }
H1.HeaderClassName
{
color: #DFB2DD;
}
.AnyTagClassName
{
color: #DFB2DD;
}
</style>
background-color css
<style>
a { background-color: #DFB2DD; }
a { background-color: rgb(223,178,221); }
div.DivClassName
{
background-color: #DFB2DD;
}
.BgClassName
{
background-color: #DFB2DD;
}
</style>
border-color css
<style>
span { border-color: #DFB2DD; }
span { border-color: rgb(223,178,221); }
td.TdClassName
{
border-color: #DFB2DD;
}
.TagClassName
{
border-color: #DFB2DD;
}
</style>