Shades of French Lilac #D6BED0
Tints of French Lilac #D6BED0
RGB
CMYK
RGB Variations
Color information
#D6BED0 (or 0xD6BED0) is known color: French Lilac. HEX triplet: D6, BE and D0. RGB value is (214,190,208). Sum of RGB (Red+Green+Blue) = 214+190+208=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED0 is #29412F. Grayscale: #C7C7C7. Windows color (decimal): -2703664 or 13680342. OLE color: 13680342.
HSL color Cylindrical-coordinate representation of color #D6BED0: hue angle of 315º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BED0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 208 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.16 |
| HSL | 315º | 0.23% | 0.79% | - |
| HSV(B) | 315º | 0.11% | 0.84% | - |
| XYZ | 57.53 | 55.68 | 67.39 | - |
| YUV | 199.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 208 | 0 | 0.11 | 0.03 | 0.16 | 315 | 0.23 | 0.79 |
| Hex | D6 | BE | D0 | 0 | B | 3 | 10 | 13B | 17 | 4F |
| Octal | 326 | 276 | 320 | 0 | 13 | 3 | 20 | 473 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11010000 | 0 | 1011 | 11 | 10000 | 100111011 | 10111 | 1001111 |
Color Harmonies of #D6BED0
Complementary color
Monochromatic Colors of #D6BED0
Black with #D6BED0
Text Example
Text Example
White with #D6BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BED0; }
p { color: rgb(214,190,208); }
H1.HeaderClassName
{
color: #D6BED0;
}
.AnyTagClassName
{
color: #D6BED0;
}
</style>
background-color css
<style>
a { background-color: #D6BED0; }
a { background-color: rgb(214,190,208); }
div.DivClassName
{
background-color: #D6BED0;
}
.BgClassName
{
background-color: #D6BED0;
}
</style>
border-color css
<style>
span { border-color: #D6BED0; }
span { border-color: rgb(214,190,208); }
td.TdClassName
{
border-color: #D6BED0;
}
.TagClassName
{
border-color: #D6BED0;
}
</style>