#dcbdcb color space conversions
Hex:
        #dcbdcb
        RGB:
        220, 189, 203
        CMY:
        14, 26, 20
        CMYK:
        0, 14, 8, 14
      HSL:
        333°, 30.6931%, 80.1961%
        HSV (HSB):
        333°, 14.0909%, 86.2745%
        XYZ:
        58.4923, 55.9226, 64.2112
        xyY:
        0.3275, 0.3131, 55.9226
      CIE-Lab:
        79.5698, 13.3561, -2.9427
        CIE-LCH:
        79.5698, 13.6765, 347.5746
        CIE-Luv:
        79.5698, 17.3963, -6.8013
        Hunter-Lab:
        74.7814, 8.7510, 1.4376
      #dcbdcb color charts
#dcbdcb RGB chart
      #dcbdcb CMYK chart
      #dcbdcb RGB pie chart
      #dcbdcb color shades, tints & tones
#dcbdcb color schemes
#dcbdcb color preview, HTML & CSS examples
           This text has a color of #dcbdcb        
        
          <p style="color:#dcbdcb;">Text here</p>
        
        
          .mytext {color:#dcbdcb;}
        
        Text color #dcbdcb
      
           This box has a color of #dcbdcb        
        
          <div style="background-color:#dcbdcb;">Content here</div>
        
        
          .mybackground {background-color:#dcbdcb;}
        
        Background color #dcbdcb
      
           Border around this has a color of #dcbdcb        
        
          <div style="border:2px solid #dcbdcb;">Content here</div>
        
        
          .myborder {border:2px solid #dcbdcb;}
        
        Border color #dcbdcb