#ffdef0 color space conversions
Hex:
        #ffdef0
        RGB:
        255, 222, 240
        CMY:
        0, 13, 6
        CMYK:
        0, 13, 6, 0
      HSL:
        327°, 100.0000%, 93.5294%
        HSV (HSB):
        327°, 12.9412%, 100.0000%
        XYZ:
        83.0895, 79.7938, 93.4605
        xyY:
        0.3241, 0.3113, 79.7938
      CIE-Lab:
        91.5923, 14.3260, -4.5686
        CIE-LCH:
        91.5923, 15.0368, 342.3123
        CIE-Luv:
        91.5923, 18.0491, -9.6434
        Hunter-Lab:
        89.3274, 9.7120, 0.4958
      #ffdef0 color charts
#ffdef0 RGB chart
      #ffdef0 CMYK chart
      #ffdef0 RGB pie chart
      #ffdef0 color shades, tints & tones
#ffdef0 color schemes
#ffdef0 color preview, HTML & CSS examples
           This text has a color of #ffdef0        
        
          <p style="color:#ffdef0;">Text here</p>
        
        
          .mytext {color:#ffdef0;}
        
        Text color #ffdef0
      
           This box has a color of #ffdef0        
        
          <div style="background-color:#ffdef0;">Content here</div>
        
        
          .mybackground {background-color:#ffdef0;}
        
        Background color #ffdef0
      
           Border around this has a color of #ffdef0        
        
          <div style="border:2px solid #ffdef0;">Content here</div>
        
        
          .myborder {border:2px solid #ffdef0;}
        
        Border color #ffdef0