#d0fafe color space conversions
Hex:
        #d0fafe
        RGB:
        208, 250, 254
        CMY:
        18, 2, 0
        CMYK:
        18, 2, 0, 0
      HSL:
        185°, 95.8333%, 90.5882%
        HSV (HSB):
        185°, 18.1102%, 99.6078%
        XYZ:
        78.0874, 88.9369, 106.8168
        xyY:
        0.2852, 0.3248, 88.9369
      CIE-Lab:
        95.5540, -12.5434, -6.3923
        CIE-LCH:
        95.5540, 14.0783, 207.0040
        CIE-Luv:
        95.5540, -21.8141, -7.8890
        Hunter-Lab:
        94.3063, -17.2348, -1.1408
      #d0fafe color charts
#d0fafe RGB chart
      #d0fafe CMYK chart
      #d0fafe RGB pie chart
      #d0fafe color shades, tints & tones
#d0fafe color schemes
#d0fafe color preview, HTML & CSS examples
           This text has a color of #d0fafe        
        
          <p style="color:#d0fafe;">Text here</p>
        
        
          .mytext {color:#d0fafe;}
        
        Text color #d0fafe
      
           This box has a color of #d0fafe        
        
          <div style="background-color:#d0fafe;">Content here</div>
        
        
          .mybackground {background-color:#d0fafe;}
        
        Background color #d0fafe
      
           Border around this has a color of #d0fafe        
        
          <div style="border:2px solid #d0fafe;">Content here</div>
        
        
          .myborder {border:2px solid #d0fafe;}
        
        Border color #d0fafe