#d8dabe color space conversions
Hex:
        #d8dabe
        RGB:
        216, 218, 190
        CMY:
        15, 15, 25
        CMYK:
        1, 0, 13, 15
      HSL:
        64°, 27.4510%, 80.0000%
        HSV (HSB):
        64°, 12.8440%, 85.4902%
        XYZ:
        62.6846, 68.4594, 58.6254
        xyY:
        0.3303, 0.3608, 68.4594
      CIE-Lab:
        86.2357, -5.4491, 13.5618
        CIE-LCH:
        86.2357, 14.6156, 111.8901
        CIE-Luv:
        86.2357, 0.3379, 20.7989
        Hunter-Lab:
        82.7402, -9.5625, 15.9084
      #d8dabe color charts
#d8dabe RGB chart
      #d8dabe CMYK chart
      #d8dabe RGB pie chart
      #d8dabe color shades, tints & tones
#d8dabe color schemes
#d8dabe color preview, HTML & CSS examples
           This text has a color of #d8dabe        
        
          <p style="color:#d8dabe;">Text here</p>
        
        
          .mytext {color:#d8dabe;}
        
        Text color #d8dabe
      
           This box has a color of #d8dabe        
        
          <div style="background-color:#d8dabe;">Content here</div>
        
        
          .mybackground {background-color:#d8dabe;}
        
        Background color #d8dabe
      
           Border around this has a color of #d8dabe        
        
          <div style="border:2px solid #d8dabe;">Content here</div>
        
        
          .myborder {border:2px solid #d8dabe;}
        
        Border color #d8dabe