Shades of French Lilac #D3B4CD
Tints of French Lilac #D3B4CD
RGB
CMYK
RGB Variations
Color information
#D3B4CD (or 0xD3B4CD) is known color: French Lilac. HEX triplet: D3, B4 and CD. RGB value is (211,180,205). Sum of RGB (Red+Green+Blue) = 211+180+205=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4CD is #2C4B32. Grayscale: #C0C0C0. Windows color (decimal): -2902835 or 13481171. OLE color: 13481171.
HSL color Cylindrical-coordinate representation of color #D3B4CD: hue angle of 311.61º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B4CD is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 205 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.17 |
| HSL | 311.61º | 0.26% | 0.77% | - |
| HSV(B) | 311.61º | 0.15% | 0.83% | - |
| XYZ | 54.2 | 50.9 | 64.73 | - |
| YUV | 192.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 205 | 0 | 0.15 | 0.03 | 0.17 | 311.61 | 0.26 | 0.77 |
| Hex | D3 | B4 | CD | 0 | F | 3 | 11 | 138 | 1A | 4D |
| Octal | 323 | 264 | 315 | 0 | 17 | 3 | 21 | 470 | 32 | 115 |
| Binary | 11010011 | 10110100 | 11001101 | 0 | 1111 | 11 | 10001 | 100111000 | 11010 | 1001101 |
Color Harmonies of #D3B4CD
Complementary color
Monochromatic Colors of #D3B4CD
Black with #D3B4CD
Text Example
Text Example
White with #D3B4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4CD; }
p { color: rgb(211,180,205); }
H1.HeaderClassName
{
color: #D3B4CD;
}
.AnyTagClassName
{
color: #D3B4CD;
}
</style>
background-color css
<style>
a { background-color: #D3B4CD; }
a { background-color: rgb(211,180,205); }
div.DivClassName
{
background-color: #D3B4CD;
}
.BgClassName
{
background-color: #D3B4CD;
}
</style>
border-color css
<style>
span { border-color: #D3B4CD; }
span { border-color: rgb(211,180,205); }
td.TdClassName
{
border-color: #D3B4CD;
}
.TagClassName
{
border-color: #D3B4CD;
}
</style>