Shades of French Lilac #D6B5CE
Tints of French Lilac #D6B5CE
RGB
CMYK
RGB Variations
Color information
#D6B5CE (or 0xD6B5CE) is known color: French Lilac. HEX triplet: D6, B5 and CE. RGB value is (214,181,206). Sum of RGB (Red+Green+Blue) = 214+181+206=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5CE is #294A31. Grayscale: #C1C1C1. Windows color (decimal): -2705970 or 13546966. OLE color: 13546966.
HSL color Cylindrical-coordinate representation of color #D6B5CE: hue angle of 314.55º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B5CE is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 181 | 206 | - |
CMYK | 0 | 0.15 | 0.04 | 0.16 |
HSL | 314.55º | 0.29% | 0.77% | - |
HSV(B) | 314.55º | 0.15% | 0.84% | - |
XYZ | 55.4 | 51.8 | 65.47 | - |
YUV | 193.72 | 134.93 | 142.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 181 | 206 | 0 | 0.15 | 0.04 | 0.16 | 314.55 | 0.29 | 0.77 |
Hex | D6 | B5 | CE | 0 | F | 4 | 10 | 13B | 1D | 4D |
Octal | 326 | 265 | 316 | 0 | 17 | 4 | 20 | 473 | 35 | 115 |
Binary | 11010110 | 10110101 | 11001110 | 0 | 1111 | 100 | 10000 | 100111011 | 11101 | 1001101 |
Color Harmonies of #D6B5CE
Complementary color
Monochromatic Colors of #D6B5CE
Black with #D6B5CE
Text Example
Text Example
White with #D6B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5CE; }
p { color: rgb(214,181,206); }
H1.HeaderClassName
{
color: #D6B5CE;
}
.AnyTagClassName
{
color: #D6B5CE;
}
</style>
background-color css
<style>
a { background-color: #D6B5CE; }
a { background-color: rgb(214,181,206); }
div.DivClassName
{
background-color: #D6B5CE;
}
.BgClassName
{
background-color: #D6B5CE;
}
</style>
border-color css
<style>
span { border-color: #D6B5CE; }
span { border-color: rgb(214,181,206); }
td.TdClassName
{
border-color: #D6B5CE;
}
.TagClassName
{
border-color: #D6B5CE;
}
</style>