Shades of French Lilac #D4BBCE
Tints of French Lilac #D4BBCE
RGB
CMYK
RGB Variations
Color information
#D4BBCE (or 0xD4BBCE) is known color: French Lilac. HEX triplet: D4, BB and CE. RGB value is (212,187,206). Sum of RGB (Red+Green+Blue) = 212+187+206=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBCE is #2B4431. Grayscale: #C4C4C4. Windows color (decimal): -2835506 or 13548500. OLE color: 13548500.
HSL color Cylindrical-coordinate representation of color #D4BBCE: hue angle of 314.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBCE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 206 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.17 |
| HSL | 314.4º | 0.23% | 0.78% | - |
| HSV(B) | 314.4º | 0.12% | 0.83% | - |
| XYZ | 56.06 | 53.99 | 65.86 | - |
| YUV | 196.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 206 | 0 | 0.12 | 0.03 | 0.17 | 314.4 | 0.23 | 0.78 |
| Hex | D4 | BB | CE | 0 | C | 3 | 11 | 13A | 17 | 4E |
| Octal | 324 | 273 | 316 | 0 | 14 | 3 | 21 | 472 | 27 | 116 |
| Binary | 11010100 | 10111011 | 11001110 | 0 | 1100 | 11 | 10001 | 100111010 | 10111 | 1001110 |
Color Harmonies of #D4BBCE
Complementary color
Monochromatic Colors of #D4BBCE
Black with #D4BBCE
Text Example
Text Example
White with #D4BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBCE; }
p { color: rgb(212,187,206); }
H1.HeaderClassName
{
color: #D4BBCE;
}
.AnyTagClassName
{
color: #D4BBCE;
}
</style>
background-color css
<style>
a { background-color: #D4BBCE; }
a { background-color: rgb(212,187,206); }
div.DivClassName
{
background-color: #D4BBCE;
}
.BgClassName
{
background-color: #D4BBCE;
}
</style>
border-color css
<style>
span { border-color: #D4BBCE; }
span { border-color: rgb(212,187,206); }
td.TdClassName
{
border-color: #D4BBCE;
}
.TagClassName
{
border-color: #D4BBCE;
}
</style>