Shades of French Lilac #D8B2D4
Tints of French Lilac #D8B2D4
RGB
CMYK
RGB Variations
Color information
#D8B2D4 (or 0xD8B2D4) is known color: French Lilac. HEX triplet: D8, B2 and D4. RGB value is (216,178,212). Sum of RGB (Red+Green+Blue) = 216+178+212=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2D4 is #274D2B. Grayscale: #C1C1C1. Windows color (decimal): -2575660 or 13939416. OLE color: 13939416.
HSL color Cylindrical-coordinate representation of color #D8B2D4: hue angle of 306.32º 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 #D8B2D4 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 212 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.15 |
| HSL | 306.32º | 0.33% | 0.77% | - |
| HSV(B) | 306.32º | 0.18% | 0.85% | - |
| XYZ | 56.12 | 51.19 | 69.21 | - |
| YUV | 193.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 212 | 0 | 0.18 | 0.02 | 0.15 | 306.32 | 0.33 | 0.77 |
| Hex | D8 | B2 | D4 | 0 | 12 | 2 | F | 132 | 21 | 4D |
| Octal | 330 | 262 | 324 | 0 | 22 | 2 | 17 | 462 | 41 | 115 |
| Binary | 11011000 | 10110010 | 11010100 | 0 | 10010 | 10 | 1111 | 100110010 | 100001 | 1001101 |
Color Harmonies of #D8B2D4
Complementary color
Monochromatic Colors of #D8B2D4
Black with #D8B2D4
Text Example
Text Example
White with #D8B2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B2D4; }
p { color: rgb(216,178,212); }
H1.HeaderClassName
{
color: #D8B2D4;
}
.AnyTagClassName
{
color: #D8B2D4;
}
</style>
background-color css
<style>
a { background-color: #D8B2D4; }
a { background-color: rgb(216,178,212); }
div.DivClassName
{
background-color: #D8B2D4;
}
.BgClassName
{
background-color: #D8B2D4;
}
</style>
border-color css
<style>
span { border-color: #D8B2D4; }
span { border-color: rgb(216,178,212); }
td.TdClassName
{
border-color: #D8B2D4;
}
.TagClassName
{
border-color: #D8B2D4;
}
</style>