Shades of French Lilac #D6B3D4
Tints of French Lilac #D6B3D4
RGB
CMYK
RGB Variations
Color information
#D6B3D4 (or 0xD6B3D4) is known color: French Lilac. HEX triplet: D6, B3 and D4. RGB value is (214,179,212). Sum of RGB (Red+Green+Blue) = 214+179+212=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3D4 is #294C2B. Grayscale: #C1C1C1. Windows color (decimal): -2706476 or 13939670. OLE color: 13939670.
HSL color Cylindrical-coordinate representation of color #D6B3D4: hue angle of 303.43º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B3D4 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 212 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.16 |
| HSL | 303.43º | 0.3% | 0.77% | - |
| HSV(B) | 303.43º | 0.16% | 0.84% | - |
| XYZ | 55.74 | 51.29 | 69.25 | - |
| YUV | 193.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 212 | 0 | 0.16 | 0.01 | 0.16 | 303.43 | 0.3 | 0.77 |
| Hex | D6 | B3 | D4 | 0 | 10 | 1 | 10 | 12F | 1E | 4D |
| Octal | 326 | 263 | 324 | 0 | 20 | 1 | 20 | 457 | 36 | 115 |
| Binary | 11010110 | 10110011 | 11010100 | 0 | 10000 | 1 | 10000 | 100101111 | 11110 | 1001101 |
Color Harmonies of #D6B3D4
Complementary color
Monochromatic Colors of #D6B3D4
Black with #D6B3D4
Text Example
Text Example
White with #D6B3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3D4; }
p { color: rgb(214,179,212); }
H1.HeaderClassName
{
color: #D6B3D4;
}
.AnyTagClassName
{
color: #D6B3D4;
}
</style>
background-color css
<style>
a { background-color: #D6B3D4; }
a { background-color: rgb(214,179,212); }
div.DivClassName
{
background-color: #D6B3D4;
}
.BgClassName
{
background-color: #D6B3D4;
}
</style>
border-color css
<style>
span { border-color: #D6B3D4; }
span { border-color: rgb(214,179,212); }
td.TdClassName
{
border-color: #D6B3D4;
}
.TagClassName
{
border-color: #D6B3D4;
}
</style>