Shades of French Lilac #DFAFDE
Tints of French Lilac #DFAFDE
RGB
CMYK
RGB Variations
Color information
#DFAFDE (or 0xDFAFDE) is known color: French Lilac. HEX triplet: DF, AF and DE. RGB value is (223,175,222). Sum of RGB (Red+Green+Blue) = 223+175+222=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDE is #205021. Grayscale: #C2C2C2. Windows color (decimal): -2117666 or 14594015. OLE color: 14594015.
HSL color Cylindrical-coordinate representation of color #DFAFDE: hue angle of 301.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFDE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 222 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.13 |
| HSL | 301.25º | 0.43% | 0.78% | - |
| HSV(B) | 301.25º | 0.22% | 0.87% | - |
| XYZ | 58.95 | 51.62 | 75.96 | - |
| YUV | 194.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 222 | 0 | 0.22 | 0.00 | 0.13 | 301.25 | 0.43 | 0.78 |
| Hex | DF | AF | DE | 0 | 16 | 0 | D | 12D | 2B | 4E |
| Octal | 337 | 257 | 336 | 0 | 26 | 0 | 15 | 455 | 53 | 116 |
| Binary | 11011111 | 10101111 | 11011110 | 0 | 10110 | 0 | 1101 | 100101101 | 101011 | 1001110 |
Color Harmonies of #DFAFDE
Complementary color
Monochromatic Colors of #DFAFDE
Black with #DFAFDE
Text Example
Text Example
White with #DFAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFDE; }
p { color: rgb(223,175,222); }
H1.HeaderClassName
{
color: #DFAFDE;
}
.AnyTagClassName
{
color: #DFAFDE;
}
</style>
background-color css
<style>
a { background-color: #DFAFDE; }
a { background-color: rgb(223,175,222); }
div.DivClassName
{
background-color: #DFAFDE;
}
.BgClassName
{
background-color: #DFAFDE;
}
</style>
border-color css
<style>
span { border-color: #DFAFDE; }
span { border-color: rgb(223,175,222); }
td.TdClassName
{
border-color: #DFAFDE;
}
.TagClassName
{
border-color: #DFAFDE;
}
</style>