#d3afca color space conversions
Hex:
        #d3afca
        RGB:
        211, 175, 202
        CMY:
        17, 31, 21
        CMYK:
        0, 17, 4, 17
      HSL:
        315°, 29.0323%, 75.6863%
        HSV (HSB):
        315°, 17.0616%, 82.7451%
        XYZ:
        52.8546, 48.7731, 62.5055
        xyY:
        0.3220, 0.2972, 48.7731
      CIE-Lab:
        75.3099, 17.5895, -8.7889
        CIE-LCH:
        75.3099, 19.6631, 333.4504
        CIE-Luv:
        75.3099, 19.2635, -16.3679
        Hunter-Lab:
        69.8377, 12.8764, -4.1788
      #d3afca color charts
#d3afca RGB chart
      #d3afca CMYK chart
      #d3afca RGB pie chart
      #d3afca color shades, tints & tones
#d3afca color schemes
#d3afca color preview, HTML & CSS examples
           This text has a color of #d3afca        
        
          <p style="color:#d3afca;">Text here</p>
        
        
          .mytext {color:#d3afca;}
        
        Text color #d3afca
      
           This box has a color of #d3afca        
        
          <div style="background-color:#d3afca;">Content here</div>
        
        
          .mybackground {background-color:#d3afca;}
        
        Background color #d3afca
      
           Border around this has a color of #d3afca        
        
          <div style="border:2px solid #d3afca;">Content here</div>
        
        
          .myborder {border:2px solid #d3afca;}
        
        Border color #d3afca