Shades of French Lilac #D0BACC
Tints of French Lilac #D0BACC
RGB
CMYK
RGB Variations
Color information
#D0BACC (or 0xD0BACC) is known color: French Lilac. HEX triplet: D0, BA and CC. RGB value is (208,186,204). Sum of RGB (Red+Green+Blue) = 208+186+204=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BACC is #2F4533. Grayscale: #C2C2C2. Windows color (decimal): -3097908 or 13417168. OLE color: 13417168.
HSL color Cylindrical-coordinate representation of color #D0BACC: hue angle of 310.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BACC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 204 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 310.91º | 0.19% | 0.77% | - |
| HSV(B) | 310.91º | 0.11% | 0.82% | - |
| XYZ | 54.47 | 52.89 | 64.46 | - |
| YUV | 194.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 204 | 0 | 0.11 | 0.02 | 0.18 | 310.91 | 0.19 | 0.77 |
| Hex | D0 | BA | CC | 0 | B | 2 | 12 | 137 | 13 | 4D |
| Octal | 320 | 272 | 314 | 0 | 13 | 2 | 22 | 467 | 23 | 115 |
| Binary | 11010000 | 10111010 | 11001100 | 0 | 1011 | 10 | 10010 | 100110111 | 10011 | 1001101 |
Color Harmonies of #D0BACC
Complementary color
Monochromatic Colors of #D0BACC
Black with #D0BACC
Text Example
Text Example
White with #D0BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BACC; }
p { color: rgb(208,186,204); }
H1.HeaderClassName
{
color: #D0BACC;
}
.AnyTagClassName
{
color: #D0BACC;
}
</style>
background-color css
<style>
a { background-color: #D0BACC; }
a { background-color: rgb(208,186,204); }
div.DivClassName
{
background-color: #D0BACC;
}
.BgClassName
{
background-color: #D0BACC;
}
</style>
border-color css
<style>
span { border-color: #D0BACC; }
span { border-color: rgb(208,186,204); }
td.TdClassName
{
border-color: #D0BACC;
}
.TagClassName
{
border-color: #D0BACC;
}
</style>