#efaccf color space conversions
Hex:
        #efaccf
        RGB:
        239, 172, 207
        CMY:
        6, 33, 19
        CMYK:
        0, 28, 13, 6
      HSL:
        329°, 67.6768%, 80.5882%
        HSV (HSB):
        329°, 28.0335%, 93.7255%
        XYZ:
        61.6116, 52.3608, 65.8908
        xyY:
        0.3425, 0.2911, 52.3608
      CIE-Lab:
        77.4961, 29.7241, -7.9679
        CIE-LCH:
        77.4961, 30.7736, 344.9939
        CIE-Luv:
        77.4961, 38.3464, -17.3794
        Hunter-Lab:
        72.3607, 25.3527, -3.3363
      #efaccf color charts
#efaccf RGB chart
      #efaccf CMYK chart
      #efaccf RGB pie chart
      #efaccf color shades, tints & tones
#efaccf color schemes
#efaccf color preview, HTML & CSS examples
           This text has a color of #efaccf        
        
          <p style="color:#efaccf;">Text here</p>
        
        
          .mytext {color:#efaccf;}
        
        Text color #efaccf
      
           This box has a color of #efaccf        
        
          <div style="background-color:#efaccf;">Content here</div>
        
        
          .mybackground {background-color:#efaccf;}
        
        Background color #efaccf
      
           Border around this has a color of #efaccf        
        
          <div style="border:2px solid #efaccf;">Content here</div>
        
        
          .myborder {border:2px solid #efaccf;}
        
        Border color #efaccf