Shades of French Lilac #D2B1CC
Tints of French Lilac #D2B1CC
RGB
CMYK
RGB Variations
Color information
#D2B1CC (or 0xD2B1CC) is known color: French Lilac. HEX triplet: D2, B1 and CC. RGB value is (210,177,204). Sum of RGB (Red+Green+Blue) = 210+177+204=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1CC is #2D4E33. Grayscale: #BDBDBD. Windows color (decimal): -2969140 or 13414866. OLE color: 13414866.
HSL color Cylindrical-coordinate representation of color #D2B1CC: hue angle of 310.91º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B1CC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 204 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.18 |
| HSL | 310.91º | 0.27% | 0.76% | - |
| HSV(B) | 310.91º | 0.16% | 0.82% | - |
| XYZ | 53.2 | 49.51 | 63.88 | - |
| YUV | 189.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 204 | 0 | 0.16 | 0.03 | 0.18 | 310.91 | 0.27 | 0.76 |
| Hex | D2 | B1 | CC | 0 | 10 | 3 | 12 | 137 | 1B | 4C |
| Octal | 322 | 261 | 314 | 0 | 20 | 3 | 22 | 467 | 33 | 114 |
| Binary | 11010010 | 10110001 | 11001100 | 0 | 10000 | 11 | 10010 | 100110111 | 11011 | 1001100 |
Color Harmonies of #D2B1CC
Complementary color
Monochromatic Colors of #D2B1CC
Black with #D2B1CC
Text Example
Text Example
White with #D2B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B1CC; }
p { color: rgb(210,177,204); }
H1.HeaderClassName
{
color: #D2B1CC;
}
.AnyTagClassName
{
color: #D2B1CC;
}
</style>
background-color css
<style>
a { background-color: #D2B1CC; }
a { background-color: rgb(210,177,204); }
div.DivClassName
{
background-color: #D2B1CC;
}
.BgClassName
{
background-color: #D2B1CC;
}
</style>
border-color css
<style>
span { border-color: #D2B1CC; }
span { border-color: rgb(210,177,204); }
td.TdClassName
{
border-color: #D2B1CC;
}
.TagClassName
{
border-color: #D2B1CC;
}
</style>