Shades of French Lilac #D4C4D0
Tints of French Lilac #D4C4D0
RGB
CMYK
RGB Variations
Color information
#D4C4D0 (or 0xD4C4D0) is known color: French Lilac. HEX triplet: D4, C4 and D0. RGB value is (212,196,208). Sum of RGB (Red+Green+Blue) = 212+196+208=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4D0 is #2B3B2F. Grayscale: #CACACA. Windows color (decimal): -2833200 or 13681876. OLE color: 13681876.
HSL color Cylindrical-coordinate representation of color #D4C4D0: hue angle of 315º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4C4D0 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 196 | 208 | - |
CMYK | 0 | 0.08 | 0.02 | 0.17 |
HSL | 315º | 0.16% | 0.8% | - |
HSV(B) | 315º | 0.08% | 0.83% | - |
XYZ | 58.28 | 58.03 | 67.8 | - |
YUV | 202.15 | 131.3 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 196 | 208 | 0 | 0.08 | 0.02 | 0.17 | 315 | 0.16 | 0.8 |
Hex | D4 | C4 | D0 | 0 | 8 | 2 | 11 | 13B | 10 | 50 |
Octal | 324 | 304 | 320 | 0 | 10 | 2 | 21 | 473 | 20 | 120 |
Binary | 11010100 | 11000100 | 11010000 | 0 | 1000 | 10 | 10001 | 100111011 | 10000 | 1010000 |
Color Harmonies of #D4C4D0
Complementary color
Monochromatic Colors of #D4C4D0
Black with #D4C4D0
Text Example
Text Example
White with #D4C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C4D0; }
p { color: rgb(212,196,208); }
H1.HeaderClassName
{
color: #D4C4D0;
}
.AnyTagClassName
{
color: #D4C4D0;
}
</style>
background-color css
<style>
a { background-color: #D4C4D0; }
a { background-color: rgb(212,196,208); }
div.DivClassName
{
background-color: #D4C4D0;
}
.BgClassName
{
background-color: #D4C4D0;
}
</style>
border-color css
<style>
span { border-color: #D4C4D0; }
span { border-color: rgb(212,196,208); }
td.TdClassName
{
border-color: #D4C4D0;
}
.TagClassName
{
border-color: #D4C4D0;
}
</style>