#cefbde color space conversions
Hex:
        #cefbde
        RGB:
        206, 251, 222
        CMY:
        19, 2, 13
        CMYK:
        18, 0, 12, 2
      HSL:
        141°, 84.9057%, 89.6078%
        HSV (HSB):
        141°, 17.9283%, 98.4314%
        XYZ:
        73.1356, 87.3901, 82.1206
        xyY:
        0.3014, 0.3602, 87.3901
      CIE-Lab:
        94.9035, -19.8553, 9.1616
        CIE-LCH:
        94.9035, 21.8671, 155.2305
        CIE-Luv:
        94.9035, -22.7063, 17.3742
        Hunter-Lab:
        93.4827, -23.9463, 13.3541
      #cefbde color charts
#cefbde RGB chart
      #cefbde CMYK chart
      #cefbde RGB pie chart
      #cefbde color shades, tints & tones
#cefbde color schemes
#cefbde color preview, HTML & CSS examples
           This text has a color of #cefbde        
        
          <p style="color:#cefbde;">Text here</p>
        
        
          .mytext {color:#cefbde;}
        
        Text color #cefbde
      
           This box has a color of #cefbde        
        
          <div style="background-color:#cefbde;">Content here</div>
        
        
          .mybackground {background-color:#cefbde;}
        
        Background color #cefbde
      
           Border around this has a color of #cefbde        
        
          <div style="border:2px solid #cefbde;">Content here</div>
        
        
          .myborder {border:2px solid #cefbde;}
        
        Border color #cefbde