Shades of French Lilac #D2B2CF
Tints of French Lilac #D2B2CF
RGB
CMYK
RGB Variations
Color information
#D2B2CF (or 0xD2B2CF) is known color: French Lilac. HEX triplet: D2, B2 and CF. RGB value is (210,178,207). Sum of RGB (Red+Green+Blue) = 210+178+207=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2CF is #2D4D30. Grayscale: #BEBEBE. Windows color (decimal): -2968881 or 13611730. OLE color: 13611730.
HSL color Cylindrical-coordinate representation of color #D2B2CF: hue angle of 305.62º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2B2CF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 207 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.18 |
| HSL | 305.63º | 0.26% | 0.76% | - |
| HSV(B) | 305.63º | 0.15% | 0.82% | - |
| XYZ | 53.76 | 50.05 | 65.86 | - |
| YUV | 190.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 207 | 0 | 0.15 | 0.01 | 0.18 | 305.63 | 0.26 | 0.76 |
| Hex | D2 | B2 | CF | 0 | F | 1 | 12 | 132 | 1A | 4C |
| Octal | 322 | 262 | 317 | 0 | 17 | 1 | 22 | 462 | 32 | 114 |
| Binary | 11010010 | 10110010 | 11001111 | 0 | 1111 | 1 | 10010 | 100110010 | 11010 | 1001100 |
Color Harmonies of #D2B2CF
Complementary color
Monochromatic Colors of #D2B2CF
Black with #D2B2CF
Text Example
Text Example
White with #D2B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2CF; }
p { color: rgb(210,178,207); }
H1.HeaderClassName
{
color: #D2B2CF;
}
.AnyTagClassName
{
color: #D2B2CF;
}
</style>
background-color css
<style>
a { background-color: #D2B2CF; }
a { background-color: rgb(210,178,207); }
div.DivClassName
{
background-color: #D2B2CF;
}
.BgClassName
{
background-color: #D2B2CF;
}
</style>
border-color css
<style>
span { border-color: #D2B2CF; }
span { border-color: rgb(210,178,207); }
td.TdClassName
{
border-color: #D2B2CF;
}
.TagClassName
{
border-color: #D2B2CF;
}
</style>