Shades of French Lilac #D6BBD3
Tints of French Lilac #D6BBD3
RGB
CMYK
RGB Variations
Color information
#D6BBD3 (or 0xD6BBD3) is known color: French Lilac. HEX triplet: D6, BB and D3. RGB value is (214,187,211). Sum of RGB (Red+Green+Blue) = 214+187+211=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD3 is #29442C. Grayscale: #C5C5C5. Windows color (decimal): -2704429 or 13876182. OLE color: 13876182.
HSL color Cylindrical-coordinate representation of color #D6BBD3: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBD3 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 211 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.16 |
| HSL | 306.67º | 0.25% | 0.79% | - |
| HSV(B) | 306.67º | 0.13% | 0.84% | - |
| XYZ | 57.26 | 54.54 | 69.14 | - |
| YUV | 197.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 211 | 0 | 0.13 | 0.01 | 0.16 | 306.67 | 0.25 | 0.79 |
| Hex | D6 | BB | D3 | 0 | D | 1 | 10 | 133 | 19 | 4F |
| Octal | 326 | 273 | 323 | 0 | 15 | 1 | 20 | 463 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11010011 | 0 | 1101 | 1 | 10000 | 100110011 | 11001 | 1001111 |
Color Harmonies of #D6BBD3
Complementary color
Monochromatic Colors of #D6BBD3
Black with #D6BBD3
Text Example
Text Example
White with #D6BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBD3; }
p { color: rgb(214,187,211); }
H1.HeaderClassName
{
color: #D6BBD3;
}
.AnyTagClassName
{
color: #D6BBD3;
}
</style>
background-color css
<style>
a { background-color: #D6BBD3; }
a { background-color: rgb(214,187,211); }
div.DivClassName
{
background-color: #D6BBD3;
}
.BgClassName
{
background-color: #D6BBD3;
}
</style>
border-color css
<style>
span { border-color: #D6BBD3; }
span { border-color: rgb(214,187,211); }
td.TdClassName
{
border-color: #D6BBD3;
}
.TagClassName
{
border-color: #D6BBD3;
}
</style>