#cddbfa color space conversions
Hex:
        #cddbfa
        RGB:
        205, 219, 250
        CMY:
        20, 14, 2
        CMYK:
        18, 12, 0, 2
      HSL:
        221°, 81.8182%, 89.2157%
        HSV (HSB):
        221°, 18.0000%, 98.0392%
        XYZ:
        67.7637, 70.5443, 100.4874
        xyY:
        0.2838, 0.2954, 70.5443
      CIE-Lab:
        87.2631, 1.5731, -16.6816
        CIE-LCH:
        87.2631, 16.7556, 275.3872
        CIE-Luv:
        87.2631, -9.0124, -26.7036
        Hunter-Lab:
        83.9907, -2.9698, -12.1418
      #cddbfa color charts
#cddbfa RGB chart
      #cddbfa CMYK chart
      #cddbfa RGB pie chart
      #cddbfa color shades, tints & tones
#cddbfa color schemes
#cddbfa color preview, HTML & CSS examples
           This text has a color of #cddbfa        
        
          <p style="color:#cddbfa;">Text here</p>
        
        
          .mytext {color:#cddbfa;}
        
        Text color #cddbfa
      
           This box has a color of #cddbfa        
        
          <div style="background-color:#cddbfa;">Content here</div>
        
        
          .mybackground {background-color:#cddbfa;}
        
        Background color #cddbfa
      
           Border around this has a color of #cddbfa        
        
          <div style="border:2px solid #cddbfa;">Content here</div>
        
        
          .myborder {border:2px solid #cddbfa;}
        
        Border color #cddbfa