Shades of French Lilac #D5BBD0
Tints of French Lilac #D5BBD0
RGB
CMYK
RGB Variations
Color information
#D5BBD0 (or 0xD5BBD0) is known color: French Lilac. HEX triplet: D5, BB and D0. RGB value is (213,187,208). Sum of RGB (Red+Green+Blue) = 213+187+208=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBD0 is #2A442F. Grayscale: #C5C5C5. Windows color (decimal): -2769968 or 13679573. OLE color: 13679573.
HSL color Cylindrical-coordinate representation of color #D5BBD0: hue angle of 311.54º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBD0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 208 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.16 |
| HSL | 311.54º | 0.24% | 0.78% | - |
| HSV(B) | 311.54º | 0.12% | 0.84% | - |
| XYZ | 56.6 | 54.24 | 67.16 | - |
| YUV | 197.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 208 | 0 | 0.12 | 0.02 | 0.16 | 311.54 | 0.24 | 0.78 |
| Hex | D5 | BB | D0 | 0 | C | 2 | 10 | 138 | 18 | 4E |
| Octal | 325 | 273 | 320 | 0 | 14 | 2 | 20 | 470 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11010000 | 0 | 1100 | 10 | 10000 | 100111000 | 11000 | 1001110 |
Color Harmonies of #D5BBD0
Complementary color
Monochromatic Colors of #D5BBD0
Black with #D5BBD0
Text Example
Text Example
White with #D5BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBD0; }
p { color: rgb(213,187,208); }
H1.HeaderClassName
{
color: #D5BBD0;
}
.AnyTagClassName
{
color: #D5BBD0;
}
</style>
background-color css
<style>
a { background-color: #D5BBD0; }
a { background-color: rgb(213,187,208); }
div.DivClassName
{
background-color: #D5BBD0;
}
.BgClassName
{
background-color: #D5BBD0;
}
</style>
border-color css
<style>
span { border-color: #D5BBD0; }
span { border-color: rgb(213,187,208); }
td.TdClassName
{
border-color: #D5BBD0;
}
.TagClassName
{
border-color: #D5BBD0;
}
</style>