Shades of French Lilac #D2B0CC
Tints of French Lilac #D2B0CC
RGB
CMYK
RGB Variations
Color information
#D2B0CC (or 0xD2B0CC) is known color: French Lilac. HEX triplet: D2, B0 and CC. RGB value is (210,176,204). Sum of RGB (Red+Green+Blue) = 210+176+204=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0CC is #2D4F33. Grayscale: #BDBDBD. Windows color (decimal): -2969396 or 13414610. OLE color: 13414610.
HSL color Cylindrical-coordinate representation of color #D2B0CC: hue angle of 310.59º 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 #D2B0CC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 204 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.18 |
| HSL | 310.59º | 0.27% | 0.76% | - |
| HSV(B) | 310.59º | 0.16% | 0.82% | - |
| XYZ | 53 | 49.11 | 63.81 | - |
| YUV | 189.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 204 | 0 | 0.16 | 0.03 | 0.18 | 310.59 | 0.27 | 0.76 |
| Hex | D2 | B0 | CC | 0 | 10 | 3 | 12 | 137 | 1B | 4C |
| Octal | 322 | 260 | 314 | 0 | 20 | 3 | 22 | 467 | 33 | 114 |
| Binary | 11010010 | 10110000 | 11001100 | 0 | 10000 | 11 | 10010 | 100110111 | 11011 | 1001100 |
Color Harmonies of #D2B0CC
Complementary color
Monochromatic Colors of #D2B0CC
Black with #D2B0CC
Text Example
Text Example
White with #D2B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0CC; }
p { color: rgb(210,176,204); }
H1.HeaderClassName
{
color: #D2B0CC;
}
.AnyTagClassName
{
color: #D2B0CC;
}
</style>
background-color css
<style>
a { background-color: #D2B0CC; }
a { background-color: rgb(210,176,204); }
div.DivClassName
{
background-color: #D2B0CC;
}
.BgClassName
{
background-color: #D2B0CC;
}
</style>
border-color css
<style>
span { border-color: #D2B0CC; }
span { border-color: rgb(210,176,204); }
td.TdClassName
{
border-color: #D2B0CC;
}
.TagClassName
{
border-color: #D2B0CC;
}
</style>