#eddef1 color space conversions
Hex:
        #eddef1
        RGB:
        237, 222, 241
        CMY:
        7, 13, 5
        CMYK:
        2, 8, 0, 5
      HSL:
        287°, 40.4255%, 90.7843%
        HSV (HSB):
        287°, 7.8838%, 94.5098%
        XYZ:
        76.9235, 76.5980, 93.9497
        xyY:
        0.3108, 0.3095, 76.5980
      CIE-Lab:
        90.1362, 8.4708, -7.4100
        CIE-LCH:
        90.1362, 11.2544, 318.8213
        CIE-Luv:
        90.1362, 7.3075, -13.0165
        Hunter-Lab:
        87.5203, 3.7272, -2.3814
      #eddef1 color charts
#eddef1 RGB chart
      #eddef1 CMYK chart
      #eddef1 RGB pie chart
      #eddef1 color shades, tints & tones
#eddef1 color schemes
#eddef1 color preview, HTML & CSS examples
           This text has a color of #eddef1        
        
          <p style="color:#eddef1;">Text here</p>
        
        
          .mytext {color:#eddef1;}
        
        Text color #eddef1
      
           This box has a color of #eddef1        
        
          <div style="background-color:#eddef1;">Content here</div>
        
        
          .mybackground {background-color:#eddef1;}
        
        Background color #eddef1
      
           Border around this has a color of #eddef1        
        
          <div style="border:2px solid #eddef1;">Content here</div>
        
        
          .myborder {border:2px solid #eddef1;}
        
        Border color #eddef1