Shades of French Lilac #DCB2D3
Tints of French Lilac #DCB2D3
RGB
CMYK
RGB Variations
Color information
#DCB2D3 (or 0xDCB2D3) is known color: French Lilac. HEX triplet: DC, B2 and D3. RGB value is (220,178,211). Sum of RGB (Red+Green+Blue) = 220+178+211=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D3 is #234D2C. Grayscale: #C2C2C2. Windows color (decimal): -2313517 or 13873884. OLE color: 13873884.
HSL color Cylindrical-coordinate representation of color #DCB2D3: hue angle of 312.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2D3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 211 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.14 |
| HSL | 312.86º | 0.38% | 0.78% | - |
| HSV(B) | 312.86º | 0.19% | 0.86% | - |
| XYZ | 57.19 | 51.76 | 68.6 | - |
| YUV | 194.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 211 | 0 | 0.19 | 0.04 | 0.14 | 312.86 | 0.38 | 0.78 |
| Hex | DC | B2 | D3 | 0 | 13 | 4 | E | 139 | 26 | 4E |
| Octal | 334 | 262 | 323 | 0 | 23 | 4 | 16 | 471 | 46 | 116 |
| Binary | 11011100 | 10110010 | 11010011 | 0 | 10011 | 100 | 1110 | 100111001 | 100110 | 1001110 |
Color Harmonies of #DCB2D3
Complementary color
Monochromatic Colors of #DCB2D3
Black with #DCB2D3
Text Example
Text Example
White with #DCB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2D3; }
p { color: rgb(220,178,211); }
H1.HeaderClassName
{
color: #DCB2D3;
}
.AnyTagClassName
{
color: #DCB2D3;
}
</style>
background-color css
<style>
a { background-color: #DCB2D3; }
a { background-color: rgb(220,178,211); }
div.DivClassName
{
background-color: #DCB2D3;
}
.BgClassName
{
background-color: #DCB2D3;
}
</style>
border-color css
<style>
span { border-color: #DCB2D3; }
span { border-color: rgb(220,178,211); }
td.TdClassName
{
border-color: #DCB2D3;
}
.TagClassName
{
border-color: #DCB2D3;
}
</style>