Shades of French Lilac #D3BACE
Tints of French Lilac #D3BACE
RGB
CMYK
RGB Variations
Color information
#D3BACE (or 0xD3BACE) is known color: French Lilac. HEX triplet: D3, BA and CE. RGB value is (211,186,206). Sum of RGB (Red+Green+Blue) = 211+186+206=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACE is #2C4531. Grayscale: #C3C3C3. Windows color (decimal): -2901298 or 13548243. OLE color: 13548243.
HSL color Cylindrical-coordinate representation of color #D3BACE: hue angle of 312º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BACE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 206 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.17 |
| HSL | 312º | 0.22% | 0.78% | - |
| HSV(B) | 312º | 0.12% | 0.83% | - |
| XYZ | 55.56 | 53.42 | 65.78 | - |
| YUV | 195.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 206 | 0 | 0.12 | 0.02 | 0.17 | 312 | 0.22 | 0.78 |
| Hex | D3 | BA | CE | 0 | C | 2 | 11 | 138 | 16 | 4E |
| Octal | 323 | 272 | 316 | 0 | 14 | 2 | 21 | 470 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11001110 | 0 | 1100 | 10 | 10001 | 100111000 | 10110 | 1001110 |
Color Harmonies of #D3BACE
Complementary color
Monochromatic Colors of #D3BACE
Black with #D3BACE
Text Example
Text Example
White with #D3BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BACE; }
p { color: rgb(211,186,206); }
H1.HeaderClassName
{
color: #D3BACE;
}
.AnyTagClassName
{
color: #D3BACE;
}
</style>
background-color css
<style>
a { background-color: #D3BACE; }
a { background-color: rgb(211,186,206); }
div.DivClassName
{
background-color: #D3BACE;
}
.BgClassName
{
background-color: #D3BACE;
}
</style>
border-color css
<style>
span { border-color: #D3BACE; }
span { border-color: rgb(211,186,206); }
td.TdClassName
{
border-color: #D3BACE;
}
.TagClassName
{
border-color: #D3BACE;
}
</style>