#deedbc color space conversions
Hex:
        #deedbc
        RGB:
        222, 237, 188
        CMY:
        13, 7, 26
        CMYK:
        6, 0, 21, 7
      HSL:
        78°, 57.6471%, 83.3333%
        HSV (HSB):
        78°, 20.6751%, 92.9412%
        XYZ:
        69.4855, 79.7288, 59.3039
        xyY:
        0.3332, 0.3824, 79.7288
      CIE-Lab:
        91.5630, -13.2094, 22.1216
        CIE-LCH:
        91.5630, 25.7654, 120.8425
        CIE-Luv:
        91.5630, -6.2727, 34.3042
        Hunter-Lab:
        89.2910, -17.3521, 23.1254
      #deedbc color charts
#deedbc RGB chart
      #deedbc CMYK chart
      #deedbc RGB pie chart
      #deedbc color shades, tints & tones
#deedbc color schemes
#deedbc color preview, HTML & CSS examples
           This text has a color of #deedbc        
        
          <p style="color:#deedbc;">Text here</p>
        
        
          .mytext {color:#deedbc;}
        
        Text color #deedbc
      
           This box has a color of #deedbc        
        
          <div style="background-color:#deedbc;">Content here</div>
        
        
          .mybackground {background-color:#deedbc;}
        
        Background color #deedbc
      
           Border around this has a color of #deedbc        
        
          <div style="border:2px solid #deedbc;">Content here</div>
        
        
          .myborder {border:2px solid #deedbc;}
        
        Border color #deedbc