Shades of French Lilac #D4B0CC
Tints of French Lilac #D4B0CC
RGB
CMYK
RGB Variations
Color information
#D4B0CC (or 0xD4B0CC) is known color: French Lilac. HEX triplet: D4, B0 and CC. RGB value is (212,176,204). Sum of RGB (Red+Green+Blue) = 212+176+204=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0CC is #2B4F33. Grayscale: #BDBDBD. Windows color (decimal): -2838324 or 13414612. OLE color: 13414612.
HSL color Cylindrical-coordinate representation of color #D4B0CC: hue angle of 313.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B0CC is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 204 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.17 |
| HSL | 313.33º | 0.3% | 0.76% | - |
| HSV(B) | 313.33º | 0.17% | 0.83% | - |
| XYZ | 53.58 | 49.41 | 63.84 | - |
| YUV | 189.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 204 | 0 | 0.17 | 0.04 | 0.17 | 313.33 | 0.3 | 0.76 |
| Hex | D4 | B0 | CC | 0 | 11 | 4 | 11 | 139 | 1E | 4C |
| Octal | 324 | 260 | 314 | 0 | 21 | 4 | 21 | 471 | 36 | 114 |
| Binary | 11010100 | 10110000 | 11001100 | 0 | 10001 | 100 | 10001 | 100111001 | 11110 | 1001100 |
Color Harmonies of #D4B0CC
Complementary color
Monochromatic Colors of #D4B0CC
Black with #D4B0CC
Text Example
Text Example
White with #D4B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0CC; }
p { color: rgb(212,176,204); }
H1.HeaderClassName
{
color: #D4B0CC;
}
.AnyTagClassName
{
color: #D4B0CC;
}
</style>
background-color css
<style>
a { background-color: #D4B0CC; }
a { background-color: rgb(212,176,204); }
div.DivClassName
{
background-color: #D4B0CC;
}
.BgClassName
{
background-color: #D4B0CC;
}
</style>
border-color css
<style>
span { border-color: #D4B0CC; }
span { border-color: rgb(212,176,204); }
td.TdClassName
{
border-color: #D4B0CC;
}
.TagClassName
{
border-color: #D4B0CC;
}
</style>