#dedf5b color space conversions
Hex:
        #dedf5b
        RGB:
        222, 223, 91
        CMY:
        13, 13, 64
        CMYK:
        0, 0, 59, 13
      HSL:
        60°, 67.3469%, 61.5686%
        HSV (HSB):
        60°, 59.1928%, 87.4510%
        XYZ:
        58.4002, 69.0603, 20.1495
        xyY:
        0.3956, 0.4679, 69.0603
      CIE-Lab:
        86.5339, -16.8849, 62.8106
        CIE-LCH:
        86.5339, 65.0406, 105.0467
        CIE-Luv:
        86.5339, 5.0119, 78.6456
        Hunter-Lab:
        83.1025, -19.9887, 43.7960
      #dedf5b color charts
#dedf5b RGB chart
      #dedf5b CMYK chart
      #dedf5b RGB pie chart
      #dedf5b color shades, tints & tones
#dedf5b color schemes
#dedf5b color preview, HTML & CSS examples
           This text has a color of #dedf5b        
        
          <p style="color:#dedf5b;">Text here</p>
        
        
          .mytext {color:#dedf5b;}
        
        Text color #dedf5b
      
           This box has a color of #dedf5b        
        
          <div style="background-color:#dedf5b;">Content here</div>
        
        
          .mybackground {background-color:#dedf5b;}
        
        Background color #dedf5b
      
           Border around this has a color of #dedf5b        
        
          <div style="border:2px solid #dedf5b;">Content here</div>
        
        
          .myborder {border:2px solid #dedf5b;}
        
        Border color #dedf5b