#dcdef2 color space conversions
Hex:
        #dcdef2
        RGB:
        220, 222, 242
        CMY:
        14, 13, 5
        CMYK:
        9, 8, 0, 5
      HSL:
        235°, 45.8333%, 90.5882%
        HSV (HSB):
        235°, 9.0909%, 94.9020%
        XYZ:
        71.6635, 73.8690, 94.4855
        xyY:
        0.2986, 0.3078, 73.8690
      CIE-Lab:
        88.8605, 3.0971, -9.9708
        CIE-LCH:
        88.8605, 10.4408, 287.2559
        CIE-Luv:
        88.8605, -2.2235, -16.1279
        Hunter-Lab:
        85.9471, -1.5724, -5.0172
      #dcdef2 color charts
#dcdef2 RGB chart
      #dcdef2 CMYK chart
      #dcdef2 RGB pie chart
      #dcdef2 color shades, tints & tones
#dcdef2 color schemes
#dcdef2 color preview, HTML & CSS examples
           This text has a color of #dcdef2        
        
          <p style="color:#dcdef2;">Text here</p>
        
        
          .mytext {color:#dcdef2;}
        
        Text color #dcdef2
      
           This box has a color of #dcdef2        
        
          <div style="background-color:#dcdef2;">Content here</div>
        
        
          .mybackground {background-color:#dcdef2;}
        
        Background color #dcdef2
      
           Border around this has a color of #dcdef2        
        
          <div style="border:2px solid #dcdef2;">Content here</div>
        
        
          .myborder {border:2px solid #dcdef2;}
        
        Border color #dcdef2