#dbafde color space conversions
Hex:
        #dbafde
        RGB:
        219, 175, 222
        CMY:
        14, 31, 13
        CMYK:
        1, 21, 0, 13
      HSL:
        296°, 41.5929%, 77.8431%
        HSV (HSB):
        296°, 21.1712%, 87.0588%
        XYZ:
        57.7282, 50.9939, 75.9074
        xyY:
        0.3127, 0.2762, 50.9939
      CIE-Lab:
        76.6753, 23.9721, -17.5541
        CIE-LCH:
        76.6753, 29.7121, 323.7857
        CIE-Luv:
        76.6753, 21.9310, -31.2939
        Hunter-Lab:
        71.4100, 19.3326, -13.0371
      #dbafde color charts
#dbafde RGB chart
      #dbafde CMYK chart
      #dbafde RGB pie chart
      #dbafde color shades, tints & tones
#dbafde color schemes
#dbafde color preview, HTML & CSS examples
           This text has a color of #dbafde        
        
          <p style="color:#dbafde;">Text here</p>
        
        
          .mytext {color:#dbafde;}
        
        Text color #dbafde
      
           This box has a color of #dbafde        
        
          <div style="background-color:#dbafde;">Content here</div>
        
        
          .mybackground {background-color:#dbafde;}
        
        Background color #dbafde
      
           Border around this has a color of #dbafde        
        
          <div style="border:2px solid #dbafde;">Content here</div>
        
        
          .myborder {border:2px solid #dbafde;}
        
        Border color #dbafde