#d3ceff color space conversions
Hex:
        #d3ceff
        RGB:
        211, 206, 255
        CMY:
        17, 19, 0
        CMYK:
        17, 19, 0, 0
      HSL:
        246°, 100.0000%, 90.3922%
        HSV (HSB):
        246°, 19.2157%, 100.0000%
        XYZ:
        66.9853, 65.2115, 103.6643
        xyY:
        0.2840, 0.2765, 65.2115
      CIE-Lab:
        84.5926, 11.3671, -23.3167
        CIE-LCH:
        84.5926, 25.9400, 295.9896
        CIE-Luv:
        84.5926, -0.2915, -39.1107
        Hunter-Lab:
        80.7536, 6.7472, -19.5837
      #d3ceff color charts
#d3ceff RGB chart
      #d3ceff CMYK chart
      #d3ceff RGB pie chart
      #d3ceff color shades, tints & tones
#d3ceff color schemes
#d3ceff color preview, HTML & CSS examples
           This text has a color of #d3ceff        
        
          <p style="color:#d3ceff;">Text here</p>
        
        
          .mytext {color:#d3ceff;}
        
        Text color #d3ceff
      
           This box has a color of #d3ceff        
        
          <div style="background-color:#d3ceff;">Content here</div>
        
        
          .mybackground {background-color:#d3ceff;}
        
        Background color #d3ceff
      
           Border around this has a color of #d3ceff        
        
          <div style="border:2px solid #d3ceff;">Content here</div>
        
        
          .myborder {border:2px solid #d3ceff;}
        
        Border color #d3ceff