Shades of French Lilac #DCB4D2
Tints of French Lilac #DCB4D2
RGB
CMYK
RGB Variations
Color information
#DCB4D2 (or 0xDCB4D2) is known color: French Lilac. HEX triplet: DC, B4 and D2. RGB value is (220,180,210). Sum of RGB (Red+Green+Blue) = 220+180+210=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D2 is #234B2D. Grayscale: #C3C3C3. Windows color (decimal): -2313006 or 13808860. OLE color: 13808860.
HSL color Cylindrical-coordinate representation of color #DCB4D2: hue angle of 315º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4D2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 210 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.14 |
| HSL | 315º | 0.36% | 0.78% | - |
| HSV(B) | 315º | 0.18% | 0.86% | - |
| XYZ | 57.47 | 52.51 | 68.08 | - |
| YUV | 195.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 210 | 0 | 0.18 | 0.05 | 0.14 | 315 | 0.36 | 0.78 |
| Hex | DC | B4 | D2 | 0 | 12 | 5 | E | 13B | 24 | 4E |
| Octal | 334 | 264 | 322 | 0 | 22 | 5 | 16 | 473 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11010010 | 0 | 10010 | 101 | 1110 | 100111011 | 100100 | 1001110 |
Color Harmonies of #DCB4D2
Complementary color
Monochromatic Colors of #DCB4D2
Black with #DCB4D2
Text Example
Text Example
White with #DCB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4D2; }
p { color: rgb(220,180,210); }
H1.HeaderClassName
{
color: #DCB4D2;
}
.AnyTagClassName
{
color: #DCB4D2;
}
</style>
background-color css
<style>
a { background-color: #DCB4D2; }
a { background-color: rgb(220,180,210); }
div.DivClassName
{
background-color: #DCB4D2;
}
.BgClassName
{
background-color: #DCB4D2;
}
</style>
border-color css
<style>
span { border-color: #DCB4D2; }
span { border-color: rgb(220,180,210); }
td.TdClassName
{
border-color: #DCB4D2;
}
.TagClassName
{
border-color: #DCB4D2;
}
</style>