#caebae color space conversions
Hex:
        #caebae
        RGB:
        202, 235, 174
        CMY:
        21, 8, 32
        CMYK:
        14, 0, 26, 8
      HSL:
        92°, 60.3960%, 80.1961%
        HSV (HSB):
        92°, 25.9574%, 92.1569%
        XYZ:
        61.7054, 75.0292, 51.2743
        xyY:
        0.3282, 0.3991, 75.0292
      CIE-Lab:
        89.4067, -21.3952, 26.1356
        CIE-LCH:
        89.4067, 33.7761, 129.3045
        CIE-Luv:
        89.4067, -16.0131, 40.9451
        Hunter-Lab:
        86.6194, -24.4252, 25.5369
      #caebae color charts
#caebae RGB chart
      #caebae CMYK chart
      #caebae RGB pie chart
      #caebae color shades, tints & tones
#caebae color schemes
#caebae color preview, HTML & CSS examples
           This text has a color of #caebae        
        
          <p style="color:#caebae;">Text here</p>
        
        
          .mytext {color:#caebae;}
        
        Text color #caebae
      
           This box has a color of #caebae        
        
          <div style="background-color:#caebae;">Content here</div>
        
        
          .mybackground {background-color:#caebae;}
        
        Background color #caebae
      
           Border around this has a color of #caebae        
        
          <div style="border:2px solid #caebae;">Content here</div>
        
        
          .myborder {border:2px solid #caebae;}
        
        Border color #caebae