Shades of French Lilac #D4B4CF
Tints of French Lilac #D4B4CF
RGB
CMYK
RGB Variations
Color information
#D4B4CF (or 0xD4B4CF) is known color: French Lilac. HEX triplet: D4, B4 and CF. RGB value is (212,180,207). Sum of RGB (Red+Green+Blue) = 212+180+207=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4CF is #2B4B30. Grayscale: #C0C0C0. Windows color (decimal): -2837297 or 13612244. OLE color: 13612244.
HSL color Cylindrical-coordinate representation of color #D4B4CF: hue angle of 309.38º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B4CF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 207 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.17 |
| HSL | 309.38º | 0.27% | 0.77% | - |
| HSV(B) | 309.38º | 0.15% | 0.83% | - |
| XYZ | 54.74 | 51.14 | 66.02 | - |
| YUV | 192.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 207 | 0 | 0.15 | 0.02 | 0.17 | 309.38 | 0.27 | 0.77 |
| Hex | D4 | B4 | CF | 0 | F | 2 | 11 | 135 | 1B | 4D |
| Octal | 324 | 264 | 317 | 0 | 17 | 2 | 21 | 465 | 33 | 115 |
| Binary | 11010100 | 10110100 | 11001111 | 0 | 1111 | 10 | 10001 | 100110101 | 11011 | 1001101 |
Color Harmonies of #D4B4CF
Complementary color
Monochromatic Colors of #D4B4CF
Black with #D4B4CF
Text Example
Text Example
White with #D4B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4CF; }
p { color: rgb(212,180,207); }
H1.HeaderClassName
{
color: #D4B4CF;
}
.AnyTagClassName
{
color: #D4B4CF;
}
</style>
background-color css
<style>
a { background-color: #D4B4CF; }
a { background-color: rgb(212,180,207); }
div.DivClassName
{
background-color: #D4B4CF;
}
.BgClassName
{
background-color: #D4B4CF;
}
</style>
border-color css
<style>
span { border-color: #D4B4CF; }
span { border-color: rgb(212,180,207); }
td.TdClassName
{
border-color: #D4B4CF;
}
.TagClassName
{
border-color: #D4B4CF;
}
</style>