#efddad color space conversions
Hex:
        #efddad
        RGB:
        239, 221, 173
        CMY:
        6, 13, 32
        CMYK:
        0, 8, 28, 6
      HSL:
        44°, 67.3469%, 80.7843%
        HSV (HSB):
        44°, 27.6151%, 93.7255%
        XYZ:
        68.9959, 73.0808, 50.0047
        xyY:
        0.3592, 0.3805, 73.0808
      CIE-Lab:
        88.4862, -1.0076, 25.8436
        CIE-LCH:
        88.4862, 25.8632, 92.2328
        CIE-Luv:
        88.4862, 13.8019, 36.5250
        Hunter-Lab:
        85.4873, -5.5373, 25.1602
      #efddad color charts
#efddad RGB chart
      #efddad CMYK chart
      #efddad RGB pie chart
      #efddad color shades, tints & tones
#efddad color schemes
#efddad color preview, HTML & CSS examples
           This text has a color of #efddad        
        
          <p style="color:#efddad;">Text here</p>
        
        
          .mytext {color:#efddad;}
        
        Text color #efddad
      
           This box has a color of #efddad        
        
          <div style="background-color:#efddad;">Content here</div>
        
        
          .mybackground {background-color:#efddad;}
        
        Background color #efddad
      
           Border around this has a color of #efddad        
        
          <div style="border:2px solid #efddad;">Content here</div>
        
        
          .myborder {border:2px solid #efddad;}
        
        Border color #efddad