#d27cae color space conversions
Hex:
        #d27cae
        RGB:
        210, 124, 174
        CMY:
        18, 51, 32
        CMYK:
        0, 41, 17, 18
      HSL:
        325°, 48.8636%, 65.4902%
        HSV (HSB):
        325°, 40.9524%, 82.3529%
        XYZ:
        41.4260, 31.1729, 43.8780
        xyY:
        0.3557, 0.2676, 31.1729
      CIE-Lab:
        62.6533, 40.0720, -12.1174
        CIE-LCH:
        62.6533, 41.8640, 343.1751
        CIE-Luv:
        62.6533, 49.5279, -24.7723
        Hunter-Lab:
        55.8327, 34.7336, -7.5121
      #d27cae color charts
#d27cae RGB chart
      #d27cae CMYK chart
      #d27cae RGB pie chart
      #d27cae color shades, tints & tones
#d27cae color schemes
#d27cae color preview, HTML & CSS examples
           This text has a color of #d27cae        
        
          <p style="color:#d27cae;">Text here</p>
        
        
          .mytext {color:#d27cae;}
        
        Text color #d27cae
      
           This box has a color of #d27cae        
        
          <div style="background-color:#d27cae;">Content here</div>
        
        
          .mybackground {background-color:#d27cae;}
        
        Background color #d27cae
      
           Border around this has a color of #d27cae        
        
          <div style="border:2px solid #d27cae;">Content here</div>
        
        
          .myborder {border:2px solid #d27cae;}
        
        Border color #d27cae