Shades of French Lilac #D6B0CE
Tints of French Lilac #D6B0CE
RGB
CMYK
RGB Variations
Color information
#D6B0CE (or 0xD6B0CE) is known color: French Lilac. HEX triplet: D6, B0 and CE. RGB value is (214,176,206). Sum of RGB (Red+Green+Blue) = 214+176+206=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0CE is #294F31. Grayscale: #BEBEBE. Windows color (decimal): -2707250 or 13545686. OLE color: 13545686.
HSL color Cylindrical-coordinate representation of color #D6B0CE: hue angle of 312.63º 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 #D6B0CE is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 206 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.16 |
| HSL | 312.63º | 0.32% | 0.76% | - |
| HSV(B) | 312.63º | 0.18% | 0.84% | - |
| XYZ | 54.4 | 49.8 | 65.14 | - |
| YUV | 190.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 206 | 0 | 0.18 | 0.04 | 0.16 | 312.63 | 0.32 | 0.76 |
| Hex | D6 | B0 | CE | 0 | 12 | 4 | 10 | 139 | 20 | 4C |
| Octal | 326 | 260 | 316 | 0 | 22 | 4 | 20 | 471 | 40 | 114 |
| Binary | 11010110 | 10110000 | 11001110 | 0 | 10010 | 100 | 10000 | 100111001 | 100000 | 1001100 |
Color Harmonies of #D6B0CE
Complementary color
Monochromatic Colors of #D6B0CE
Black with #D6B0CE
Text Example
Text Example
White with #D6B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0CE; }
p { color: rgb(214,176,206); }
H1.HeaderClassName
{
color: #D6B0CE;
}
.AnyTagClassName
{
color: #D6B0CE;
}
</style>
background-color css
<style>
a { background-color: #D6B0CE; }
a { background-color: rgb(214,176,206); }
div.DivClassName
{
background-color: #D6B0CE;
}
.BgClassName
{
background-color: #D6B0CE;
}
</style>
border-color css
<style>
span { border-color: #D6B0CE; }
span { border-color: rgb(214,176,206); }
td.TdClassName
{
border-color: #D6B0CE;
}
.TagClassName
{
border-color: #D6B0CE;
}
</style>