#ebfcdf color space conversions
Hex:
        #ebfcdf
        RGB:
        235, 252, 223
        CMY:
        8, 1, 13
        CMYK:
        7, 0, 12, 1
      HSL:
        95°, 82.8571%, 93.1373%
        HSV (HSB):
        95°, 11.5079%, 98.8235%
        XYZ:
        82.3906, 92.6107, 83.3452
        xyY:
        0.3189, 0.3585, 92.6107
      CIE-Lab:
        97.0694, -10.6263, 11.9953
        CIE-LCH:
        97.0694, 16.0252, 131.5368
        CIE-Luv:
        97.0694, -8.0891, 19.9480
        Hunter-Lab:
        96.2344, -15.5884, 16.0151
      #ebfcdf color charts
#ebfcdf RGB chart
      #ebfcdf CMYK chart
      #ebfcdf RGB pie chart
      #ebfcdf color shades, tints & tones
#ebfcdf color schemes
#ebfcdf color preview, HTML & CSS examples
           This text has a color of #ebfcdf        
        
          <p style="color:#ebfcdf;">Text here</p>
        
        
          .mytext {color:#ebfcdf;}
        
        Text color #ebfcdf
      
           This box has a color of #ebfcdf        
        
          <div style="background-color:#ebfcdf;">Content here</div>
        
        
          .mybackground {background-color:#ebfcdf;}
        
        Background color #ebfcdf
      
           Border around this has a color of #ebfcdf        
        
          <div style="border:2px solid #ebfcdf;">Content here</div>
        
        
          .myborder {border:2px solid #ebfcdf;}
        
        Border color #ebfcdf