#defcde color space conversions
Hex:
        #defcde
        RGB:
        222, 252, 222
        CMY:
        13, 1, 13
        CMYK:
        12, 0, 12, 1
      HSL:
        120°, 83.3333%, 92.9412%
        HSV (HSB):
        120°, 11.9048%, 98.8235%
        XYZ:
        78.1194, 90.4243, 82.4436
        xyY:
        0.3112, 0.3603, 90.4243
      CIE-Lab:
        96.1725, -15.1453, 11.1111
        CIE-LCH:
        96.1725, 18.7840, 143.7349
        CIE-Luv:
        96.1725, -15.0553, 19.4500
        Hunter-Lab:
        95.0917, -19.7698, 15.1604
      #defcde color charts
#defcde RGB chart
      #defcde CMYK chart
      #defcde RGB pie chart
      #defcde color shades, tints & tones
#defcde color schemes
#defcde color preview, HTML & CSS examples
           This text has a color of #defcde        
        
          <p style="color:#defcde;">Text here</p>
        
        
          .mytext {color:#defcde;}
        
        Text color #defcde
      
           This box has a color of #defcde        
        
          <div style="background-color:#defcde;">Content here</div>
        
        
          .mybackground {background-color:#defcde;}
        
        Background color #defcde
      
           Border around this has a color of #defcde        
        
          <div style="border:2px solid #defcde;">Content here</div>
        
        
          .myborder {border:2px solid #defcde;}
        
        Border color #defcde