#efcddb color space conversions
Hex:
        #efcddb
        RGB:
        239, 205, 219
        CMY:
        6, 20, 14
        CMYK:
        0, 14, 8, 6
      HSL:
        335°, 51.5152%, 87.0588%
        HSV (HSB):
        335°, 14.2259%, 93.7255%
        XYZ:
        70.2141, 67.1278, 76.2741
        xyY:
        0.3287, 0.3142, 67.1278
      CIE-Lab:
        85.5685, 14.1982, -2.5063
        CIE-LCH:
        85.5685, 14.4177, 349.9893
        CIE-Luv:
        85.5685, 19.1538, -6.3672
        Hunter-Lab:
        81.9316, 9.5915, 2.1561
      #efcddb color charts
#efcddb RGB chart
      #efcddb CMYK chart
      #efcddb RGB pie chart
      #efcddb color shades, tints & tones
#efcddb color schemes
#efcddb color preview, HTML & CSS examples
           This text has a color of #efcddb        
        
          <p style="color:#efcddb;">Text here</p>
        
        
          .mytext {color:#efcddb;}
        
        Text color #efcddb
      
           This box has a color of #efcddb        
        
          <div style="background-color:#efcddb;">Content here</div>
        
        
          .mybackground {background-color:#efcddb;}
        
        Background color #efcddb
      
           Border around this has a color of #efcddb        
        
          <div style="border:2px solid #efcddb;">Content here</div>
        
        
          .myborder {border:2px solid #efcddb;}
        
        Border color #efcddb