#dcdffa color space conversions
Hex:
        #dcdffa
        RGB:
        220, 223, 250
        CMY:
        14, 13, 2
        CMYK:
        12, 11, 0, 2
      HSL:
        234°, 75.0000%, 92.1569%
        HSV (HSB):
        234°, 12.0000%, 98.0392%
        XYZ:
        73.1582, 74.8931, 101.0424
        xyY:
        0.2937, 0.3007, 74.8931
      CIE-Lab:
        89.3429, 4.1601, -13.4536
        CIE-LCH:
        89.3429, 14.0821, 287.1826
        CIE-Luv:
        89.3429, -3.1475, -21.9311
        Hunter-Lab:
        86.5408, -0.5496, -8.6466
      #dcdffa color charts
#dcdffa RGB chart
      #dcdffa CMYK chart
      #dcdffa RGB pie chart
      #dcdffa color shades, tints & tones
#dcdffa color schemes
#dcdffa color preview, HTML & CSS examples
           This text has a color of #dcdffa        
        
          <p style="color:#dcdffa;">Text here</p>
        
        
          .mytext {color:#dcdffa;}
        
        Text color #dcdffa
      
           This box has a color of #dcdffa        
        
          <div style="background-color:#dcdffa;">Content here</div>
        
        
          .mybackground {background-color:#dcdffa;}
        
        Background color #dcdffa
      
           Border around this has a color of #dcdffa        
        
          <div style="border:2px solid #dcdffa;">Content here</div>
        
        
          .myborder {border:2px solid #dcdffa;}
        
        Border color #dcdffa