Shades of French Lilac #D7BAD3
Tints of French Lilac #D7BAD3
RGB
CMYK
RGB Variations
Color information
#D7BAD3 (or 0xD7BAD3) is known color: French Lilac. HEX triplet: D7, BA and D3. RGB value is (215,186,211). Sum of RGB (Red+Green+Blue) = 215+186+211=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAD3 is #28452C. Grayscale: #C5C5C5. Windows color (decimal): -2639149 or 13875927. OLE color: 13875927.
HSL color Cylindrical-coordinate representation of color #D7BAD3: hue angle of 308.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BAD3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 211 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.16 |
| HSL | 308.28º | 0.27% | 0.79% | - |
| HSV(B) | 308.28º | 0.13% | 0.84% | - |
| XYZ | 57.34 | 54.27 | 69.08 | - |
| YUV | 197.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 211 | 0 | 0.13 | 0.02 | 0.16 | 308.28 | 0.27 | 0.79 |
| Hex | D7 | BA | D3 | 0 | D | 2 | 10 | 134 | 1B | 4F |
| Octal | 327 | 272 | 323 | 0 | 15 | 2 | 20 | 464 | 33 | 117 |
| Binary | 11010111 | 10111010 | 11010011 | 0 | 1101 | 10 | 10000 | 100110100 | 11011 | 1001111 |
Color Harmonies of #D7BAD3
Complementary color
Monochromatic Colors of #D7BAD3
Black with #D7BAD3
Text Example
Text Example
White with #D7BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAD3; }
p { color: rgb(215,186,211); }
H1.HeaderClassName
{
color: #D7BAD3;
}
.AnyTagClassName
{
color: #D7BAD3;
}
</style>
background-color css
<style>
a { background-color: #D7BAD3; }
a { background-color: rgb(215,186,211); }
div.DivClassName
{
background-color: #D7BAD3;
}
.BgClassName
{
background-color: #D7BAD3;
}
</style>
border-color css
<style>
span { border-color: #D7BAD3; }
span { border-color: rgb(215,186,211); }
td.TdClassName
{
border-color: #D7BAD3;
}
.TagClassName
{
border-color: #D7BAD3;
}
</style>