#dabfbc color space conversions
Hex:
        #dabfbc
        RGB:
        218, 191, 188
        CMY:
        15, 25, 26
        CMYK:
        0, 12, 14, 15
      HSL:
        6°, 28.8462%, 79.6078%
        HSV (HSB):
        6°, 13.7615%, 85.4902%
        XYZ:
        56.6213, 55.7979, 55.3628
        xyY:
        0.3375, 0.3326, 55.7979
      CIE-Lab:
        79.4986, 9.0790, 5.0223
        CIE-LCH:
        79.4986, 10.3755, 28.9506
        CIE-Luv:
        79.4986, 16.4227, 5.7496
        Hunter-Lab:
        74.6980, 4.5822, 8.3455
      #dabfbc color charts
#dabfbc RGB chart
      #dabfbc CMYK chart
      #dabfbc RGB pie chart
      #dabfbc color shades, tints & tones
#dabfbc color schemes
#dabfbc color preview, HTML & CSS examples
           This text has a color of #dabfbc        
        
          <p style="color:#dabfbc;">Text here</p>
        
        
          .mytext {color:#dabfbc;}
        
        Text color #dabfbc
      
           This box has a color of #dabfbc        
        
          <div style="background-color:#dabfbc;">Content here</div>
        
        
          .mybackground {background-color:#dabfbc;}
        
        Background color #dabfbc
      
           Border around this has a color of #dabfbc        
        
          <div style="border:2px solid #dabfbc;">Content here</div>
        
        
          .myborder {border:2px solid #dabfbc;}
        
        Border color #dabfbc