Shades of French Lilac #D5B2D0
Tints of French Lilac #D5B2D0
RGB
CMYK
RGB Variations
Color information
#D5B2D0 (or 0xD5B2D0) is known color: French Lilac. HEX triplet: D5, B2 and D0. RGB value is (213,178,208). Sum of RGB (Red+Green+Blue) = 213+178+208=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2D0 is #2A4D2F. Grayscale: #BFBFBF. Windows color (decimal): -2772272 or 13677269. OLE color: 13677269.
HSL color Cylindrical-coordinate representation of color #D5B2D0: hue angle of 308.57º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2D0 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 208 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.16 |
| HSL | 308.57º | 0.29% | 0.77% | - |
| HSV(B) | 308.57º | 0.16% | 0.84% | - |
| XYZ | 54.75 | 50.54 | 66.54 | - |
| YUV | 191.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 208 | 0 | 0.16 | 0.02 | 0.16 | 308.57 | 0.29 | 0.77 |
| Hex | D5 | B2 | D0 | 0 | 10 | 2 | 10 | 135 | 1D | 4D |
| Octal | 325 | 262 | 320 | 0 | 20 | 2 | 20 | 465 | 35 | 115 |
| Binary | 11010101 | 10110010 | 11010000 | 0 | 10000 | 10 | 10000 | 100110101 | 11101 | 1001101 |
Color Harmonies of #D5B2D0
Complementary color
Monochromatic Colors of #D5B2D0
Black with #D5B2D0
Text Example
Text Example
White with #D5B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B2D0; }
p { color: rgb(213,178,208); }
H1.HeaderClassName
{
color: #D5B2D0;
}
.AnyTagClassName
{
color: #D5B2D0;
}
</style>
background-color css
<style>
a { background-color: #D5B2D0; }
a { background-color: rgb(213,178,208); }
div.DivClassName
{
background-color: #D5B2D0;
}
.BgClassName
{
background-color: #D5B2D0;
}
</style>
border-color css
<style>
span { border-color: #D5B2D0; }
span { border-color: rgb(213,178,208); }
td.TdClassName
{
border-color: #D5B2D0;
}
.TagClassName
{
border-color: #D5B2D0;
}
</style>