Shades of French Lilac #DCB2D2
Tints of French Lilac #DCB2D2
RGB
CMYK
RGB Variations
Color information
#DCB2D2 (or 0xDCB2D2) is known color: French Lilac. HEX triplet: DC, B2 and D2. RGB value is (220,178,210). Sum of RGB (Red+Green+Blue) = 220+178+210=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D2 is #234D2D. Grayscale: #C2C2C2. Windows color (decimal): -2313518 or 13808348. OLE color: 13808348.
HSL color Cylindrical-coordinate representation of color #DCB2D2: hue angle of 314.29º 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 #DCB2D2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 178 | 210 | - |
CMYK | 0 | 0.19 | 0.05 | 0.14 |
HSL | 314.29º | 0.38% | 0.78% | - |
HSV(B) | 314.29º | 0.19% | 0.86% | - |
XYZ | 57.07 | 51.71 | 67.95 | - |
YUV | 194.21 | 136.91 | 146.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 178 | 210 | 0 | 0.19 | 0.05 | 0.14 | 314.29 | 0.38 | 0.78 |
Hex | DC | B2 | D2 | 0 | 13 | 5 | E | 13A | 26 | 4E |
Octal | 334 | 262 | 322 | 0 | 23 | 5 | 16 | 472 | 46 | 116 |
Binary | 11011100 | 10110010 | 11010010 | 0 | 10011 | 101 | 1110 | 100111010 | 100110 | 1001110 |
Color Harmonies of #DCB2D2
Complementary color
Monochromatic Colors of #DCB2D2
Black with #DCB2D2
Text Example
Text Example
White with #DCB2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2D2; }
p { color: rgb(220,178,210); }
H1.HeaderClassName
{
color: #DCB2D2;
}
.AnyTagClassName
{
color: #DCB2D2;
}
</style>
background-color css
<style>
a { background-color: #DCB2D2; }
a { background-color: rgb(220,178,210); }
div.DivClassName
{
background-color: #DCB2D2;
}
.BgClassName
{
background-color: #DCB2D2;
}
</style>
border-color css
<style>
span { border-color: #DCB2D2; }
span { border-color: rgb(220,178,210); }
td.TdClassName
{
border-color: #DCB2D2;
}
.TagClassName
{
border-color: #DCB2D2;
}
</style>