Shades of French Lilac #D3BDCE
Tints of French Lilac #D3BDCE
RGB
CMYK
RGB Variations
Color information
#D3BDCE (or 0xD3BDCE) is known color: French Lilac. HEX triplet: D3, BD and CE. RGB value is (211,189,206). Sum of RGB (Red+Green+Blue) = 211+189+206=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDCE is #2C4231. Grayscale: #C5C5C5. Windows color (decimal): -2900530 or 13549011. OLE color: 13549011.
HSL color Cylindrical-coordinate representation of color #D3BDCE: hue angle of 313.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BDCE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 206 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.17 |
| HSL | 313.64º | 0.2% | 0.78% | - |
| HSV(B) | 313.64º | 0.1% | 0.83% | - |
| XYZ | 56.2 | 54.7 | 65.99 | - |
| YUV | 197.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 206 | 0 | 0.10 | 0.02 | 0.17 | 313.64 | 0.2 | 0.78 |
| Hex | D3 | BD | CE | 0 | A | 2 | 11 | 13A | 14 | 4E |
| Octal | 323 | 275 | 316 | 0 | 12 | 2 | 21 | 472 | 24 | 116 |
| Binary | 11010011 | 10111101 | 11001110 | 0 | 1010 | 10 | 10001 | 100111010 | 10100 | 1001110 |
Color Harmonies of #D3BDCE
Complementary color
Monochromatic Colors of #D3BDCE
Black with #D3BDCE
Text Example
Text Example
White with #D3BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDCE; }
p { color: rgb(211,189,206); }
H1.HeaderClassName
{
color: #D3BDCE;
}
.AnyTagClassName
{
color: #D3BDCE;
}
</style>
background-color css
<style>
a { background-color: #D3BDCE; }
a { background-color: rgb(211,189,206); }
div.DivClassName
{
background-color: #D3BDCE;
}
.BgClassName
{
background-color: #D3BDCE;
}
</style>
border-color css
<style>
span { border-color: #D3BDCE; }
span { border-color: rgb(211,189,206); }
td.TdClassName
{
border-color: #D3BDCE;
}
.TagClassName
{
border-color: #D3BDCE;
}
</style>