Shades of French Lilac #D3B0CF
Tints of French Lilac #D3B0CF
RGB
CMYK
RGB Variations
Color information
#D3B0CF (or 0xD3B0CF) is known color: French Lilac. HEX triplet: D3, B0 and CF. RGB value is (211,176,207). Sum of RGB (Red+Green+Blue) = 211+176+207=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B0CF is #2C4F30. Grayscale: #BDBDBD. Windows color (decimal): -2903857 or 13611219. OLE color: 13611219.
HSL color Cylindrical-coordinate representation of color #D3B0CF: hue angle of 306.86º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3B0CF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 207 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.17 |
| HSL | 306.86º | 0.28% | 0.76% | - |
| HSV(B) | 306.86º | 0.17% | 0.83% | - |
| XYZ | 53.65 | 49.4 | 65.74 | - |
| YUV | 190 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 207 | 0 | 0.17 | 0.02 | 0.17 | 306.86 | 0.28 | 0.76 |
| Hex | D3 | B0 | CF | 0 | 11 | 2 | 11 | 133 | 1C | 4C |
| Octal | 323 | 260 | 317 | 0 | 21 | 2 | 21 | 463 | 34 | 114 |
| Binary | 11010011 | 10110000 | 11001111 | 0 | 10001 | 10 | 10001 | 100110011 | 11100 | 1001100 |
Color Harmonies of #D3B0CF
Complementary color
Monochromatic Colors of #D3B0CF
Black with #D3B0CF
Text Example
Text Example
White with #D3B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B0CF; }
p { color: rgb(211,176,207); }
H1.HeaderClassName
{
color: #D3B0CF;
}
.AnyTagClassName
{
color: #D3B0CF;
}
</style>
background-color css
<style>
a { background-color: #D3B0CF; }
a { background-color: rgb(211,176,207); }
div.DivClassName
{
background-color: #D3B0CF;
}
.BgClassName
{
background-color: #D3B0CF;
}
</style>
border-color css
<style>
span { border-color: #D3B0CF; }
span { border-color: rgb(211,176,207); }
td.TdClassName
{
border-color: #D3B0CF;
}
.TagClassName
{
border-color: #D3B0CF;
}
</style>