Shades of French Lilac #D2B5CF
Tints of French Lilac #D2B5CF
RGB
CMYK
RGB Variations
Color information
#D2B5CF (or 0xD2B5CF) is known color: French Lilac. HEX triplet: D2, B5 and CF. RGB value is (210,181,207). Sum of RGB (Red+Green+Blue) = 210+181+207=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5CF is #2D4A30. Grayscale: #C0C0C0. Windows color (decimal): -2968113 or 13612498. OLE color: 13612498.
HSL color Cylindrical-coordinate representation of color #D2B5CF: hue angle of 306.21º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B5CF is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 207 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.18 |
| HSL | 306.21º | 0.24% | 0.77% | - |
| HSV(B) | 306.21º | 0.14% | 0.82% | - |
| XYZ | 54.36 | 51.25 | 66.06 | - |
| YUV | 192.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 207 | 0 | 0.14 | 0.01 | 0.18 | 306.21 | 0.24 | 0.77 |
| Hex | D2 | B5 | CF | 0 | E | 1 | 12 | 132 | 18 | 4D |
| Octal | 322 | 265 | 317 | 0 | 16 | 1 | 22 | 462 | 30 | 115 |
| Binary | 11010010 | 10110101 | 11001111 | 0 | 1110 | 1 | 10010 | 100110010 | 11000 | 1001101 |
Color Harmonies of #D2B5CF
Complementary color
Monochromatic Colors of #D2B5CF
Black with #D2B5CF
Text Example
Text Example
White with #D2B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5CF; }
p { color: rgb(210,181,207); }
H1.HeaderClassName
{
color: #D2B5CF;
}
.AnyTagClassName
{
color: #D2B5CF;
}
</style>
background-color css
<style>
a { background-color: #D2B5CF; }
a { background-color: rgb(210,181,207); }
div.DivClassName
{
background-color: #D2B5CF;
}
.BgClassName
{
background-color: #D2B5CF;
}
</style>
border-color css
<style>
span { border-color: #D2B5CF; }
span { border-color: rgb(210,181,207); }
td.TdClassName
{
border-color: #D2B5CF;
}
.TagClassName
{
border-color: #D2B5CF;
}
</style>