Shades of French Lilac #DFA6CE
Tints of French Lilac #DFA6CE
RGB
CMYK
RGB Variations
Color information
#DFA6CE (or 0xDFA6CE) is known color: French Lilac. HEX triplet: DF, A6 and CE. RGB value is (223,166,206). Sum of RGB (Red+Green+Blue) = 223+166+206=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6CE is #205931. Grayscale: #BBBBBB. Windows color (decimal): -2119986 or 13543135. OLE color: 13543135.
HSL color Cylindrical-coordinate representation of color #DFA6CE: hue angle of 317.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6CE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 206 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.13 |
| HSL | 317.89º | 0.47% | 0.76% | - |
| HSV(B) | 317.89º | 0.26% | 0.87% | - |
| XYZ | 55.21 | 47.42 | 64.64 | - |
| YUV | 187.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 206 | 0 | 0.26 | 0.08 | 0.13 | 317.89 | 0.47 | 0.76 |
| Hex | DF | A6 | CE | 0 | 1A | 8 | D | 13E | 2F | 4C |
| Octal | 337 | 246 | 316 | 0 | 32 | 10 | 15 | 476 | 57 | 114 |
| Binary | 11011111 | 10100110 | 11001110 | 0 | 11010 | 1000 | 1101 | 100111110 | 101111 | 1001100 |
Color Harmonies of #DFA6CE
Complementary color
Monochromatic Colors of #DFA6CE
Black with #DFA6CE
Text Example
Text Example
White with #DFA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6CE; }
p { color: rgb(223,166,206); }
H1.HeaderClassName
{
color: #DFA6CE;
}
.AnyTagClassName
{
color: #DFA6CE;
}
</style>
background-color css
<style>
a { background-color: #DFA6CE; }
a { background-color: rgb(223,166,206); }
div.DivClassName
{
background-color: #DFA6CE;
}
.BgClassName
{
background-color: #DFA6CE;
}
</style>
border-color css
<style>
span { border-color: #DFA6CE; }
span { border-color: rgb(223,166,206); }
td.TdClassName
{
border-color: #DFA6CE;
}
.TagClassName
{
border-color: #DFA6CE;
}
</style>