Shades of French Lilac #D8B5D0
Tints of French Lilac #D8B5D0
RGB
CMYK
RGB Variations
Color information
#D8B5D0 (or 0xD8B5D0) is known color: French Lilac. HEX triplet: D8, B5 and D0. RGB value is (216,181,208). Sum of RGB (Red+Green+Blue) = 216+181+208=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5D0 is #274A2F. Grayscale: #C2C2C2. Windows color (decimal): -2574896 or 13678040. OLE color: 13678040.
HSL color Cylindrical-coordinate representation of color #D8B5D0: hue angle of 313.71º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B5D0 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 208 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.15 |
| HSL | 313.71º | 0.31% | 0.78% | - |
| HSV(B) | 313.71º | 0.16% | 0.85% | - |
| XYZ | 56.23 | 52.2 | 66.79 | - |
| YUV | 194.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 208 | 0 | 0.16 | 0.04 | 0.15 | 313.71 | 0.31 | 0.78 |
| Hex | D8 | B5 | D0 | 0 | 10 | 4 | F | 13A | 1F | 4E |
| Octal | 330 | 265 | 320 | 0 | 20 | 4 | 17 | 472 | 37 | 116 |
| Binary | 11011000 | 10110101 | 11010000 | 0 | 10000 | 100 | 1111 | 100111010 | 11111 | 1001110 |
Color Harmonies of #D8B5D0
Complementary color
Monochromatic Colors of #D8B5D0
Black with #D8B5D0
Text Example
Text Example
White with #D8B5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5D0; }
p { color: rgb(216,181,208); }
H1.HeaderClassName
{
color: #D8B5D0;
}
.AnyTagClassName
{
color: #D8B5D0;
}
</style>
background-color css
<style>
a { background-color: #D8B5D0; }
a { background-color: rgb(216,181,208); }
div.DivClassName
{
background-color: #D8B5D0;
}
.BgClassName
{
background-color: #D8B5D0;
}
</style>
border-color css
<style>
span { border-color: #D8B5D0; }
span { border-color: rgb(216,181,208); }
td.TdClassName
{
border-color: #D8B5D0;
}
.TagClassName
{
border-color: #D8B5D0;
}
</style>