#ddffde color space conversions
Hex:
        #ddffde
        RGB:
        221, 255, 222
        CMY:
        13, 0, 13
        CMYK:
        13, 0, 13, 0
      HSL:
        122°, 100.0000%, 93.3333%
        HSV (HSB):
        122°, 13.3333%, 100.0000%
        XYZ:
        78.7636, 92.1661, 82.7458
        xyY:
        0.3105, 0.3633, 92.1661
      CIE-Lab:
        96.8882, -16.9461, 12.1225
        CIE-LCH:
        96.8882, 20.8357, 144.4217
        CIE-Luv:
        96.8882, -17.0577, 21.2768
        Hunter-Lab:
        96.0032, -21.5593, 16.0998
      #ddffde color charts
#ddffde RGB chart
      #ddffde CMYK chart
      #ddffde RGB pie chart
      #ddffde color shades, tints & tones
#ddffde color schemes
#ddffde color preview, HTML & CSS examples
           This text has a color of #ddffde        
        
          <p style="color:#ddffde;">Text here</p>
        
        
          .mytext {color:#ddffde;}
        
        Text color #ddffde
      
           This box has a color of #ddffde        
        
          <div style="background-color:#ddffde;">Content here</div>
        
        
          .mybackground {background-color:#ddffde;}
        
        Background color #ddffde
      
           Border around this has a color of #ddffde        
        
          <div style="border:2px solid #ddffde;">Content here</div>
        
        
          .myborder {border:2px solid #ddffde;}
        
        Border color #ddffde