#ffdcde color space conversions
Hex:
        #ffdcde
        RGB:
        255, 220, 222
        CMY:
        0, 14, 13
        CMYK:
        0, 14, 13, 0
      HSL:
        357°, 100.0000%, 93.1373%
        HSV (HSB):
        357°, 13.7255%, 100.0000%
        XYZ:
        80.0180, 77.7203, 79.8914
        xyY:
        0.3367, 0.3271, 77.7203
      CIE-Lab:
        90.6521, 12.4133, 3.4940
        CIE-LCH:
        90.6521, 12.8957, 15.7206
        CIE-Luv:
        90.6521, 20.7705, 2.9914
        Hunter-Lab:
        88.1591, 7.7378, 7.9817
      #ffdcde color charts
#ffdcde RGB chart
      #ffdcde CMYK chart
      #ffdcde RGB pie chart
      #ffdcde color shades, tints & tones
#ffdcde color schemes
#ffdcde color preview, HTML & CSS examples
           This text has a color of #ffdcde        
        
          <p style="color:#ffdcde;">Text here</p>
        
        
          .mytext {color:#ffdcde;}
        
        Text color #ffdcde
      
           This box has a color of #ffdcde        
        
          <div style="background-color:#ffdcde;">Content here</div>
        
        
          .mybackground {background-color:#ffdcde;}
        
        Background color #ffdcde
      
           Border around this has a color of #ffdcde        
        
          <div style="border:2px solid #ffdcde;">Content here</div>
        
        
          .myborder {border:2px solid #ffdcde;}
        
        Border color #ffdcde