Shades of French Lilac #D8B2D6
Tints of French Lilac #D8B2D6
RGB
CMYK
RGB Variations
Color information
#D8B2D6 (or 0xD8B2D6) is known color: French Lilac. HEX triplet: D8, B2 and D6. RGB value is (216,178,214). Sum of RGB (Red+Green+Blue) = 216+178+214=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2D6 is #274D29. Grayscale: #C1C1C1. Windows color (decimal): -2575658 or 14070488. OLE color: 14070488.
HSL color Cylindrical-coordinate representation of color #D8B2D6: hue angle of 303.16º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B2D6 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 214 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.15 |
| HSL | 303.16º | 0.33% | 0.77% | - |
| HSV(B) | 303.16º | 0.18% | 0.85% | - |
| XYZ | 56.38 | 51.29 | 70.55 | - |
| YUV | 193.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 214 | 0 | 0.18 | 0.01 | 0.15 | 303.16 | 0.33 | 0.77 |
| Hex | D8 | B2 | D6 | 0 | 12 | 1 | F | 12F | 21 | 4D |
| Octal | 330 | 262 | 326 | 0 | 22 | 1 | 17 | 457 | 41 | 115 |
| Binary | 11011000 | 10110010 | 11010110 | 0 | 10010 | 1 | 1111 | 100101111 | 100001 | 1001101 |
Color Harmonies of #D8B2D6
Complementary color
Monochromatic Colors of #D8B2D6
Black with #D8B2D6
Text Example
Text Example
White with #D8B2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B2D6; }
p { color: rgb(216,178,214); }
H1.HeaderClassName
{
color: #D8B2D6;
}
.AnyTagClassName
{
color: #D8B2D6;
}
</style>
background-color css
<style>
a { background-color: #D8B2D6; }
a { background-color: rgb(216,178,214); }
div.DivClassName
{
background-color: #D8B2D6;
}
.BgClassName
{
background-color: #D8B2D6;
}
</style>
border-color css
<style>
span { border-color: #D8B2D6; }
span { border-color: rgb(216,178,214); }
td.TdClassName
{
border-color: #D8B2D6;
}
.TagClassName
{
border-color: #D8B2D6;
}
</style>