#DCB4D6

Color #DCB4D6 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DCB4D6

Tints of French Lilac #DCB4D6

Color information

#DCB4D6 (or 0xDCB4D6) is unknown color: approx French Lilac. HEX triplet: DC, B4 and D6. RGB value is (220,180,214). Sum of RGB (Red+Green+Blue) = 220+180+214=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4D6 is #234B29. Grayscale: #C3C3C3. Windows color (decimal): -2313002 or 14071004. OLE color: 14071004.

HSL color Cylindrical-coordinate representation of color #DCB4D6: hue angle of 309º 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 #DCB4D6 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220180214-
CMYK00.180.030.14
HSL309º36.36%78.43%-
HSV(B)309º18.18%86.27%-
XYZ57.9752.7170.74-
YUV195.84138.25145.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 180 (70.70% from 255) = 29.32%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=35.83%
G=29.32%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018021400.180.030.1430936.3678.43
HexDCB4D60123E135244e
Octal33426432602231646544116
Binary1101110010110100110101100100101111101001101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4D6; }

 p { color: rgb(220,180,214); }

 H1.HeaderClassName
 {
   color: #DCB4D6;
 }
 .AnyTagClassName
 {
   color: #DCB4D6;
 }
</style>
background-color css

<style>
 a { background-color: #DCB4D6; }

 a { background-color: rgb(220,180,214); }

 div.DivClassName
 {
   background-color: #DCB4D6;
 }
 .BgClassName
 {
   background-color: #DCB4D6;
 }
</style>
border-color css

<style>
 span { border-color: #DCB4D6; }

 span { border-color: rgb(220,180,214); }

 td.TdClassName
 {
   border-color: #DCB4D6;
 }
 .TagClassName
 {
   border-color: #DCB4D6;
 }
</style>