rgb(255, 221, 250)
- In a RGB color space, hex #ffddfa color is composed of 100% red, 87% green, and 98% blue.
- In a CMYK color space, it is consist of 0% cyan, 13% magenta, 2% yellow and 0% black.
- In web design, the web safe color for #ffddfa is #FFCCFF. The complementary color of #ffddfa is #dcfee2.
#ffddfa Color Conversion
Hex Color #ffddfa RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #ffddfa
-
#ffddfa
#ffddfa
-
#dcfee2
#dcfee2
-
#ffeefd
#ffeefd
-
#eefff1
#eefff1
-
#bfa5bb
#bfa5bb
-
#a5bea9
#a5bea9
-
#bfb2bd
#bfb2bd
-
#b2bfb4
#b2bfb4
Two colors (#ffddfa,#dcfee2) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#ffddfa
#ffddfa
-
#ffeefd
#ffeefd
-
#7f6e7d
#7f6e7d
-
#fef6fd
#fef6fd
-
#bfa5bb
#bfa5bb
-
#bfb2bd
#bfb2bd
-
#5f525d
#5f525d
-
#beb8bd
#beb8bd
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #ffddfa
-
#ffddfa
#ffddfa
-
#E6C7E1
#E6C7E1
-
#CCB1C8
#CCB1C8
-
#B39BAF
#B39BAF
-
#998596
#998596
-
#806F7D
#806F7D
-
#665864
#665864
-
#4D424B
#4D424B
-
#332C32
#332C32
-
#1A1619
#1A1619
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#ffddfa
#ffddfa
-
#FFE0FB
#FFE0FB
-
#FFE4FB
#FFE4FB
-
#FFE7FC
#FFE7FC
-
#FFEBFC
#FFEBFC
-
#FFEEFD
#FFEEFD
-
#FFF1FD
#FFF1FD
-
#FFF5FE
#FFF5FE
-
#FFF8FE
#FFF8FE
-
#FFFCFF
#FFFCFF
-
#FFFEFF
#FFFEFF
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#ffddfa Color Preview on Black Background
#ffddfa Color Preview on White Background
<span style="color:#ffddfa;">Text here</span>
#ffddfa Background Color
#ffddfa Background Color
<p style="background-color:#ffddfa;">Text here</p>
#ffddfa Border Color
<div style="border:1px solid #ffddfa;">Text here</div>
<style>.text {color:#ffddfa;}
.background {background-color:#ffddfa;}
.border {border:1px solid #ffddfa;}</style>