#dc99ac color space conversions
Hex:
        #dc99ac
        RGB:
        220, 153, 172
        CMY:
        14, 40, 33
        CMYK:
        0, 30, 22, 14
      HSL:
        343°, 48.9051%, 73.1373%
        HSV (HSB):
        343°, 30.4545%, 86.2745%
        XYZ:
        48.3528, 40.9767, 44.3905
        xyY:
        0.3616, 0.3064, 40.9767
      CIE-Lab:
        70.1596, 27.7680, 0.2513
        CIE-LCH:
        70.1596, 27.7691, 0.5186
        CIE-Luv:
        70.1596, 41.1218, -4.6824
        Hunter-Lab:
        64.0130, 22.8088, 3.6938
      #dc99ac color charts
#dc99ac RGB chart
      #dc99ac CMYK chart
      #dc99ac RGB pie chart
      #dc99ac color shades, tints & tones
#dc99ac color schemes
#dc99ac color preview, HTML & CSS examples
           This text has a color of #dc99ac        
        
          <p style="color:#dc99ac;">Text here</p>
        
        
          .mytext {color:#dc99ac;}
        
        Text color #dc99ac
      
           This box has a color of #dc99ac        
        
          <div style="background-color:#dc99ac;">Content here</div>
        
        
          .mybackground {background-color:#dc99ac;}
        
        Background color #dc99ac
      
           Border around this has a color of #dc99ac        
        
          <div style="border:2px solid #dc99ac;">Content here</div>
        
        
          .myborder {border:2px solid #dc99ac;}
        
        Border color #dc99ac