Shades of French Lilac #D6B3D0
Tints of French Lilac #D6B3D0
RGB
CMYK
RGB Variations
Color information
#D6B3D0 (or 0xD6B3D0) is known color: French Lilac. HEX triplet: D6, B3 and D0. RGB value is (214,179,208). Sum of RGB (Red+Green+Blue) = 214+179+208=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3D0 is #294C2F. Grayscale: #C0C0C0. Windows color (decimal): -2706480 or 13677526. OLE color: 13677526.
HSL color Cylindrical-coordinate representation of color #D6B3D0: hue angle of 310.29º 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 #D6B3D0 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 208 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.16 |
| HSL | 310.29º | 0.3% | 0.77% | - |
| HSV(B) | 310.29º | 0.16% | 0.84% | - |
| XYZ | 55.24 | 51.09 | 66.62 | - |
| YUV | 192.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 208 | 0 | 0.16 | 0.03 | 0.16 | 310.29 | 0.3 | 0.77 |
| Hex | D6 | B3 | D0 | 0 | 10 | 3 | 10 | 136 | 1E | 4D |
| Octal | 326 | 263 | 320 | 0 | 20 | 3 | 20 | 466 | 36 | 115 |
| Binary | 11010110 | 10110011 | 11010000 | 0 | 10000 | 11 | 10000 | 100110110 | 11110 | 1001101 |
Color Harmonies of #D6B3D0
Complementary color
Monochromatic Colors of #D6B3D0
Black with #D6B3D0
Text Example
Text Example
White with #D6B3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3D0; }
p { color: rgb(214,179,208); }
H1.HeaderClassName
{
color: #D6B3D0;
}
.AnyTagClassName
{
color: #D6B3D0;
}
</style>
background-color css
<style>
a { background-color: #D6B3D0; }
a { background-color: rgb(214,179,208); }
div.DivClassName
{
background-color: #D6B3D0;
}
.BgClassName
{
background-color: #D6B3D0;
}
</style>
border-color css
<style>
span { border-color: #D6B3D0; }
span { border-color: rgb(214,179,208); }
td.TdClassName
{
border-color: #D6B3D0;
}
.TagClassName
{
border-color: #D6B3D0;
}
</style>