Shades of French Lilac #D8B8D3
Tints of French Lilac #D8B8D3
RGB
CMYK
RGB Variations
Color information
#D8B8D3 (or 0xD8B8D3) is known color: French Lilac. HEX triplet: D8, B8 and D3. RGB value is (216,184,211). Sum of RGB (Red+Green+Blue) = 216+184+211=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8D3 is #27472C. Grayscale: #C4C4C4. Windows color (decimal): -2574125 or 13875416. OLE color: 13875416.
HSL color Cylindrical-coordinate representation of color #D8B8D3: hue angle of 309.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B8D3 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 211 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.15 |
| HSL | 309.38º | 0.29% | 0.78% | - |
| HSV(B) | 309.38º | 0.15% | 0.85% | - |
| XYZ | 57.22 | 53.58 | 68.95 | - |
| YUV | 196.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 211 | 0 | 0.15 | 0.02 | 0.15 | 309.38 | 0.29 | 0.78 |
| Hex | D8 | B8 | D3 | 0 | F | 2 | F | 135 | 1D | 4E |
| Octal | 330 | 270 | 323 | 0 | 17 | 2 | 17 | 465 | 35 | 116 |
| Binary | 11011000 | 10111000 | 11010011 | 0 | 1111 | 10 | 1111 | 100110101 | 11101 | 1001110 |
Color Harmonies of #D8B8D3
Complementary color
Monochromatic Colors of #D8B8D3
Black with #D8B8D3
Text Example
Text Example
White with #D8B8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8D3; }
p { color: rgb(216,184,211); }
H1.HeaderClassName
{
color: #D8B8D3;
}
.AnyTagClassName
{
color: #D8B8D3;
}
</style>
background-color css
<style>
a { background-color: #D8B8D3; }
a { background-color: rgb(216,184,211); }
div.DivClassName
{
background-color: #D8B8D3;
}
.BgClassName
{
background-color: #D8B8D3;
}
</style>
border-color css
<style>
span { border-color: #D8B8D3; }
span { border-color: rgb(216,184,211); }
td.TdClassName
{
border-color: #D8B8D3;
}
.TagClassName
{
border-color: #D8B8D3;
}
</style>