#dffdfe color space conversions
Hex:
        #dffdfe
        RGB:
        223, 253, 254
        CMY:
        13, 1, 0
        CMYK:
        12, 0, 0, 0
      HSL:
        182°, 93.9394%, 93.5294%
        HSV (HSB):
        182°, 12.2047%, 99.6078%
        XYZ:
        83.4461, 93.0943, 107.3368
        xyY:
        0.2940, 0.3279, 93.0943
      CIE-Lab:
        97.2659, -9.4461, -3.7629
        CIE-LCH:
        97.2659, 10.1679, 201.7200
        CIE-Luv:
        97.2659, -15.9278, -4.2336
        Hunter-Lab:
        96.4854, -14.4724, 1.5816
      #dffdfe color charts
#dffdfe RGB chart
      #dffdfe CMYK chart
      #dffdfe RGB pie chart
      #dffdfe color shades, tints & tones
#dffdfe color schemes
#dffdfe color preview, HTML & CSS examples
           This text has a color of #dffdfe        
        
          <p style="color:#dffdfe;">Text here</p>
        
        
          .mytext {color:#dffdfe;}
        
        Text color #dffdfe
      
           This box has a color of #dffdfe        
        
          <div style="background-color:#dffdfe;">Content here</div>
        
        
          .mybackground {background-color:#dffdfe;}
        
        Background color #dffdfe
      
           Border around this has a color of #dffdfe        
        
          <div style="border:2px solid #dffdfe;">Content here</div>
        
        
          .myborder {border:2px solid #dffdfe;}
        
        Border color #dffdfe