#dcafdc color space conversions
Hex:
        #dcafdc
        RGB:
        220, 175, 220
        CMY:
        14, 31, 14
        CMYK:
        0, 20, 0, 14
      HSL:
        300°, 39.1304%, 77.4510%
        HSV (HSB):
        300°, 20.4545%, 86.2745%
        XYZ:
        57.7634, 51.0429, 74.5179
        xyY:
        0.3151, 0.2784, 51.0429
      CIE-Lab:
        76.7050, 23.9305, -16.4143
        CIE-LCH:
        76.7050, 29.0189, 325.5532
        CIE-Luv:
        76.7050, 22.7854, -29.4719
        Hunter-Lab:
        71.4443, 19.2915, -11.8297
      #dcafdc color charts
#dcafdc RGB chart
      #dcafdc CMYK chart
      #dcafdc RGB pie chart
      #dcafdc color shades, tints & tones
#dcafdc color schemes
#dcafdc color preview, HTML & CSS examples
           This text has a color of #dcafdc        
        
          <p style="color:#dcafdc;">Text here</p>
        
        
          .mytext {color:#dcafdc;}
        
        Text color #dcafdc
      
           This box has a color of #dcafdc        
        
          <div style="background-color:#dcafdc;">Content here</div>
        
        
          .mybackground {background-color:#dcafdc;}
        
        Background color #dcafdc
      
           Border around this has a color of #dcafdc        
        
          <div style="border:2px solid #dcafdc;">Content here</div>
        
        
          .myborder {border:2px solid #dcafdc;}
        
        Border color #dcafdc