Shades of French Lilac #D2BACF
Tints of French Lilac #D2BACF
RGB
CMYK
RGB Variations
Color information
#D2BACF (or 0xD2BACF) is known color: French Lilac. HEX triplet: D2, BA and CF. RGB value is (210,186,207). Sum of RGB (Red+Green+Blue) = 210+186+207=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACF is #2D4530. Grayscale: #C3C3C3. Windows color (decimal): -2966833 or 13613778. OLE color: 13613778.
HSL color Cylindrical-coordinate representation of color #D2BACF: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BACF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 207 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.18 |
| HSL | 307.5º | 0.21% | 0.78% | - |
| HSV(B) | 307.5º | 0.11% | 0.82% | - |
| XYZ | 55.4 | 53.32 | 66.4 | - |
| YUV | 195.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 207 | 0 | 0.11 | 0.01 | 0.18 | 307.5 | 0.21 | 0.78 |
| Hex | D2 | BA | CF | 0 | B | 1 | 12 | 134 | 15 | 4E |
| Octal | 322 | 272 | 317 | 0 | 13 | 1 | 22 | 464 | 25 | 116 |
| Binary | 11010010 | 10111010 | 11001111 | 0 | 1011 | 1 | 10010 | 100110100 | 10101 | 1001110 |
Color Harmonies of #D2BACF
Complementary color
Monochromatic Colors of #D2BACF
Black with #D2BACF
Text Example
Text Example
White with #D2BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BACF; }
p { color: rgb(210,186,207); }
H1.HeaderClassName
{
color: #D2BACF;
}
.AnyTagClassName
{
color: #D2BACF;
}
</style>
background-color css
<style>
a { background-color: #D2BACF; }
a { background-color: rgb(210,186,207); }
div.DivClassName
{
background-color: #D2BACF;
}
.BgClassName
{
background-color: #D2BACF;
}
</style>
border-color css
<style>
span { border-color: #D2BACF; }
span { border-color: rgb(210,186,207); }
td.TdClassName
{
border-color: #D2BACF;
}
.TagClassName
{
border-color: #D2BACF;
}
</style>