Shades of French Lilac #D5BBCE
Tints of French Lilac #D5BBCE
RGB
CMYK
RGB Variations
Color information
#D5BBCE (or 0xD5BBCE) is known color: French Lilac. HEX triplet: D5, BB and CE. RGB value is (213,187,206). Sum of RGB (Red+Green+Blue) = 213+187+206=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCE is #2A4431. Grayscale: #C4C4C4. Windows color (decimal): -2769970 or 13548501. OLE color: 13548501.
HSL color Cylindrical-coordinate representation of color #D5BBCE: hue angle of 316.15º 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 #D5BBCE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 206 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.16 |
| HSL | 316.15º | 0.24% | 0.78% | - |
| HSV(B) | 316.15º | 0.12% | 0.84% | - |
| XYZ | 56.35 | 54.14 | 65.87 | - |
| YUV | 196.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 206 | 0 | 0.12 | 0.03 | 0.16 | 316.15 | 0.24 | 0.78 |
| Hex | D5 | BB | CE | 0 | C | 3 | 10 | 13C | 18 | 4E |
| Octal | 325 | 273 | 316 | 0 | 14 | 3 | 20 | 474 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11001110 | 0 | 1100 | 11 | 10000 | 100111100 | 11000 | 1001110 |
Color Harmonies of #D5BBCE
Complementary color
Monochromatic Colors of #D5BBCE
Black with #D5BBCE
Text Example
Text Example
White with #D5BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBCE; }
p { color: rgb(213,187,206); }
H1.HeaderClassName
{
color: #D5BBCE;
}
.AnyTagClassName
{
color: #D5BBCE;
}
</style>
background-color css
<style>
a { background-color: #D5BBCE; }
a { background-color: rgb(213,187,206); }
div.DivClassName
{
background-color: #D5BBCE;
}
.BgClassName
{
background-color: #D5BBCE;
}
</style>
border-color css
<style>
span { border-color: #D5BBCE; }
span { border-color: rgb(213,187,206); }
td.TdClassName
{
border-color: #D5BBCE;
}
.TagClassName
{
border-color: #D5BBCE;
}
</style>