Shades of French Lilac #D4BAD0
Tints of French Lilac #D4BAD0
RGB
CMYK
RGB Variations
Color information
#D4BAD0 (or 0xD4BAD0) is known color: French Lilac. HEX triplet: D4, BA and D0. RGB value is (212,186,208). Sum of RGB (Red+Green+Blue) = 212+186+208=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAD0 is #2B452F. Grayscale: #C4C4C4. Windows color (decimal): -2835760 or 13679316. OLE color: 13679316.
HSL color Cylindrical-coordinate representation of color #D4BAD0: hue angle of 309.23º 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 #D4BAD0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 208 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.17 |
| HSL | 309.23º | 0.23% | 0.78% | - |
| HSV(B) | 309.23º | 0.12% | 0.83% | - |
| XYZ | 56.1 | 53.67 | 67.08 | - |
| YUV | 196.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 208 | 0 | 0.12 | 0.02 | 0.17 | 309.23 | 0.23 | 0.78 |
| Hex | D4 | BA | D0 | 0 | C | 2 | 11 | 135 | 17 | 4E |
| Octal | 324 | 272 | 320 | 0 | 14 | 2 | 21 | 465 | 27 | 116 |
| Binary | 11010100 | 10111010 | 11010000 | 0 | 1100 | 10 | 10001 | 100110101 | 10111 | 1001110 |
Color Harmonies of #D4BAD0
Complementary color
Monochromatic Colors of #D4BAD0
Black with #D4BAD0
Text Example
Text Example
White with #D4BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAD0; }
p { color: rgb(212,186,208); }
H1.HeaderClassName
{
color: #D4BAD0;
}
.AnyTagClassName
{
color: #D4BAD0;
}
</style>
background-color css
<style>
a { background-color: #D4BAD0; }
a { background-color: rgb(212,186,208); }
div.DivClassName
{
background-color: #D4BAD0;
}
.BgClassName
{
background-color: #D4BAD0;
}
</style>
border-color css
<style>
span { border-color: #D4BAD0; }
span { border-color: rgb(212,186,208); }
td.TdClassName
{
border-color: #D4BAD0;
}
.TagClassName
{
border-color: #D4BAD0;
}
</style>