#dfafec color space conversions
Hex:
        #dfafec
        RGB:
        223, 175, 236
        CMY:
        13, 31, 7
        CMYK:
        6, 26, 0, 7
      HSL:
        287°, 61.6162%, 80.5882%
        HSV (HSB):
        287°, 25.8475%, 92.5490%
        XYZ:
        60.9017, 52.4040, 86.2620
        xyY:
        0.3052, 0.2626, 52.4040
      CIE-Lab:
        77.5218, 27.9447, -23.8172
        CIE-LCH:
        77.5218, 36.7174, 319.5592
        CIE-Luv:
        77.5218, 22.6446, -42.1303
        Hunter-Lab:
        72.3906, 23.4871, -19.9776
      #dfafec color charts
#dfafec RGB chart
      #dfafec CMYK chart
      #dfafec RGB pie chart
      #dfafec color shades, tints & tones
#dfafec color schemes
#dfafec color preview, HTML & CSS examples
           This text has a color of #dfafec        
        
          <p style="color:#dfafec;">Text here</p>
        
        
          .mytext {color:#dfafec;}
        
        Text color #dfafec
      
           This box has a color of #dfafec        
        
          <div style="background-color:#dfafec;">Content here</div>
        
        
          .mybackground {background-color:#dfafec;}
        
        Background color #dfafec
      
           Border around this has a color of #dfafec        
        
          <div style="border:2px solid #dfafec;">Content here</div>
        
        
          .myborder {border:2px solid #dfafec;}
        
        Border color #dfafec