#dc99be color space conversions
Hex:
        #dc99be
        RGB:
        220, 153, 190
        CMY:
        14, 40, 25
        CMYK:
        0, 30, 14, 14
      HSL:
        327°, 48.9051%, 73.1373%
        HSV (HSB):
        327°, 30.4545%, 86.2745%
        XYZ:
        50.2007, 41.7158, 54.1213
        xyY:
        0.3438, 0.2857, 41.7158
      CIE-Lab:
        70.6745, 30.5695, -8.9894
        CIE-LCH:
        70.6745, 31.8638, 343.6132
        CIE-Luv:
        70.6745, 38.3084, -18.8124
        Hunter-Lab:
        64.5878, 25.7101, -4.4706
      #dc99be color charts
#dc99be RGB chart
      #dc99be CMYK chart
      #dc99be RGB pie chart
      #dc99be color shades, tints & tones
#dc99be color schemes
#dc99be color preview, HTML & CSS examples
           This text has a color of #dc99be        
        
          <p style="color:#dc99be;">Text here</p>
        
        
          .mytext {color:#dc99be;}
        
        Text color #dc99be
      
           This box has a color of #dc99be        
        
          <div style="background-color:#dc99be;">Content here</div>
        
        
          .mybackground {background-color:#dc99be;}
        
        Background color #dc99be
      
           Border around this has a color of #dc99be        
        
          <div style="border:2px solid #dc99be;">Content here</div>
        
        
          .myborder {border:2px solid #dc99be;}
        
        Border color #dc99be