#f2ddee color space conversions
Hex:
        #f2ddee
        RGB:
        242, 221, 238
        CMY:
        5, 13, 7
        CMYK:
        0, 9, 2, 5
      HSL:
        311°, 44.6809%, 90.7843%
        HSV (HSB):
        311°, 8.6777%, 94.9020%
        XYZ:
        77.9070, 76.7632, 91.5996
        xyY:
        0.3163, 0.3117, 76.7632
      CIE-Lab:
        90.2125, 10.1194, -5.6775
        CIE-LCH:
        90.2125, 11.6033, 330.7055
        CIE-Luv:
        90.2125, 10.9519, -10.5889
        Hunter-Lab:
        87.6146, 5.3969, -0.6564
      #f2ddee color charts
#f2ddee RGB chart
      #f2ddee CMYK chart
      #f2ddee RGB pie chart
      #f2ddee color shades, tints & tones
#f2ddee color schemes
#f2ddee color preview, HTML & CSS examples
           This text has a color of #f2ddee        
        
          <p style="color:#f2ddee;">Text here</p>
        
        
          .mytext {color:#f2ddee;}
        
        Text color #f2ddee
      
           This box has a color of #f2ddee        
        
          <div style="background-color:#f2ddee;">Content here</div>
        
        
          .mybackground {background-color:#f2ddee;}
        
        Background color #f2ddee
      
           Border around this has a color of #f2ddee        
        
          <div style="border:2px solid #f2ddee;">Content here</div>
        
        
          .myborder {border:2px solid #f2ddee;}
        
        Border color #f2ddee