#f1cdff color space conversions
Hex:
        #f1cdff
        RGB:
        241, 205, 255
        CMY:
        5, 20, 0
        CMYK:
        5, 20, 0, 0
      HSL:
        283°, 100.0000%, 90.1961%
        HSV (HSB):
        283°, 19.6078%, 100.0000%
        XYZ:
        76.1569, 69.5834, 104.0248
        xyY:
        0.3049, 0.2786, 69.5834
      CIE-Lab:
        86.7921, 21.3320, -19.7522
        CIE-LCH:
        86.7921, 29.0724, 317.2021
        CIE-Luv:
        86.7921, 16.8023, -34.9829
        Hunter-Lab:
        83.4167, 16.9860, -15.5459
      #f1cdff color charts
#f1cdff RGB chart
      #f1cdff CMYK chart
      #f1cdff RGB pie chart
      #f1cdff color shades, tints & tones
#f1cdff color schemes
#f1cdff color preview, HTML & CSS examples
           This text has a color of #f1cdff        
        
          <p style="color:#f1cdff;">Text here</p>
        
        
          .mytext {color:#f1cdff;}
        
        Text color #f1cdff
      
           This box has a color of #f1cdff        
        
          <div style="background-color:#f1cdff;">Content here</div>
        
        
          .mybackground {background-color:#f1cdff;}
        
        Background color #f1cdff
      
           Border around this has a color of #f1cdff        
        
          <div style="border:2px solid #f1cdff;">Content here</div>
        
        
          .myborder {border:2px solid #f1cdff;}
        
        Border color #f1cdff