#debbff color space conversions
Hex:
        #debbff
        RGB:
        222, 187, 255
        CMY:
        13, 27, 0
        CMYK:
        13, 27, 0, 0
      HSL:
        271°, 100.0000%, 86.6667%
        HSV (HSB):
        271°, 26.6667%, 100.0000%
        XYZ:
        65.9445, 58.2902, 102.3832
        xyY:
        0.2910, 0.2572, 58.2902
      CIE-Lab:
        80.8999, 24.9675, -28.8696
        CIE-LCH:
        80.8999, 38.1685, 310.8544
        CIE-Luv:
        80.8999, 14.3183, -50.2585
        Hunter-Lab:
        76.3480, 20.5677, -26.0646
      #debbff color charts
#debbff RGB chart
      #debbff CMYK chart
      #debbff RGB pie chart
      #debbff color shades, tints & tones
#debbff color schemes
#debbff color preview, HTML & CSS examples
           This text has a color of #debbff        
        
          <p style="color:#debbff;">Text here</p>
        
        
          .mytext {color:#debbff;}
        
        Text color #debbff
      
           This box has a color of #debbff        
        
          <div style="background-color:#debbff;">Content here</div>
        
        
          .mybackground {background-color:#debbff;}
        
        Background color #debbff
      
           Border around this has a color of #debbff        
        
          <div style="border:2px solid #debbff;">Content here</div>
        
        
          .myborder {border:2px solid #debbff;}
        
        Border color #debbff