#d9faec color space conversions
Hex:
        #d9faec
        RGB:
        217, 250, 236
        CMY:
        15, 2, 7
        CMYK:
        13, 0, 6, 2
      HSL:
        155°, 76.7442%, 91.5686%
        HSV (HSB):
        155°, 13.2000%, 98.0392%
        XYZ:
        77.9412, 89.1791, 92.4622
        xyY:
        0.3003, 0.3435, 89.1791
      CIE-Lab:
        95.6552, -13.2720, 3.1156
        CIE-LCH:
        95.6552, 13.6328, 166.7890
        CIE-Luv:
        95.6552, -17.0262, 7.1333
        Hunter-Lab:
        94.4347, -17.9365, 8.0526
      #d9faec color charts
#d9faec RGB chart
      #d9faec CMYK chart
      #d9faec RGB pie chart
      #d9faec color shades, tints & tones
#d9faec color schemes
#d9faec color preview, HTML & CSS examples
           This text has a color of #d9faec        
        
          <p style="color:#d9faec;">Text here</p>
        
        
          .mytext {color:#d9faec;}
        
        Text color #d9faec
      
           This box has a color of #d9faec        
        
          <div style="background-color:#d9faec;">Content here</div>
        
        
          .mybackground {background-color:#d9faec;}
        
        Background color #d9faec
      
           Border around this has a color of #d9faec        
        
          <div style="border:2px solid #d9faec;">Content here</div>
        
        
          .myborder {border:2px solid #d9faec;}
        
        Border color #d9faec