#dcbeef color space conversions
Hex:
        #dcbeef
        RGB:
        220, 190, 239
        CMY:
        14, 25, 6
        CMYK:
        8, 21, 0, 6
      HSL:
        277°, 60.4938%, 84.1176%
        HSV (HSB):
        277°, 20.5021%, 93.7255%
        XYZ:
        63.5086, 58.2746, 89.5622
        xyY:
        0.3005, 0.2757, 58.2746
      CIE-Lab:
        80.8912, 19.4864, -20.3384
        CIE-LCH:
        80.8912, 28.1668, 313.7743
        CIE-Luv:
        80.8912, 13.4053, -35.2961
        Hunter-Lab:
        76.3378, 14.9107, -16.1247
      #dcbeef color charts
#dcbeef RGB chart
      #dcbeef CMYK chart
      #dcbeef RGB pie chart
      #dcbeef color shades, tints & tones
#dcbeef color schemes
#dcbeef color preview, HTML & CSS examples
           This text has a color of #dcbeef        
        
          <p style="color:#dcbeef;">Text here</p>
        
        
          .mytext {color:#dcbeef;}
        
        Text color #dcbeef
      
           This box has a color of #dcbeef        
        
          <div style="background-color:#dcbeef;">Content here</div>
        
        
          .mybackground {background-color:#dcbeef;}
        
        Background color #dcbeef
      
           Border around this has a color of #dcbeef        
        
          <div style="border:2px solid #dcbeef;">Content here</div>
        
        
          .myborder {border:2px solid #dcbeef;}
        
        Border color #dcbeef