Shades of French Lilac #D6AFCD
Tints of French Lilac #D6AFCD
RGB
CMYK
RGB Variations
Color information
#D6AFCD (or 0xD6AFCD) is known color: French Lilac. HEX triplet: D6, AF and CD. RGB value is (214,175,205). Sum of RGB (Red+Green+Blue) = 214+175+205=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCD is #295032. Grayscale: #BEBEBE. Windows color (decimal): -2707507 or 13479894. OLE color: 13479894.
HSL color Cylindrical-coordinate representation of color #D6AFCD: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFCD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 205 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.16 |
| HSL | 313.85º | 0.32% | 0.76% | - |
| HSV(B) | 313.85º | 0.18% | 0.84% | - |
| XYZ | 54.08 | 49.36 | 64.44 | - |
| YUV | 190.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 205 | 0 | 0.18 | 0.04 | 0.16 | 313.85 | 0.32 | 0.76 |
| Hex | D6 | AF | CD | 0 | 12 | 4 | 10 | 13A | 20 | 4C |
| Octal | 326 | 257 | 315 | 0 | 22 | 4 | 20 | 472 | 40 | 114 |
| Binary | 11010110 | 10101111 | 11001101 | 0 | 10010 | 100 | 10000 | 100111010 | 100000 | 1001100 |
Color Harmonies of #D6AFCD
Complementary color
Monochromatic Colors of #D6AFCD
Black with #D6AFCD
Text Example
Text Example
White with #D6AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFCD; }
p { color: rgb(214,175,205); }
H1.HeaderClassName
{
color: #D6AFCD;
}
.AnyTagClassName
{
color: #D6AFCD;
}
</style>
background-color css
<style>
a { background-color: #D6AFCD; }
a { background-color: rgb(214,175,205); }
div.DivClassName
{
background-color: #D6AFCD;
}
.BgClassName
{
background-color: #D6AFCD;
}
</style>
border-color css
<style>
span { border-color: #D6AFCD; }
span { border-color: rgb(214,175,205); }
td.TdClassName
{
border-color: #D6AFCD;
}
.TagClassName
{
border-color: #D6AFCD;
}
</style>