crispedge.com

Color picker

Loading...

#ddd4fd hex color - Blue - Cool color - Information

#ddd4fd hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ddd4fd Color code in RGB color code model is created after adding 86.67% red color, 83.14% green color and 99.22% blue color. Hex #ddd4fd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 16% magenta, 0% yellow and 1% black.

Hex #ddd4fd color code is between #ccccff web safe hex color code and #eeddee web safe hex color code. #ccccff is the nearest web safe color code. You can see here many more shades of #ddd4fd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeddd4fd#ddd4fd
RGB Decimal221, 212, 253rgb(221, 212, 253)
RGB Percent87%, 83%, 99%rgb(87%, 83%, 99%)
CSS RGBa221, 212, 253,1rgba(221,212,253,1)
CMYK Modelcmyk(13%,16%,0%,1%)
HSL Color Space253,91% ,91%hsl(253,91% ,91%)
HSV Color Space253°, 16%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011101010011111101
Octal335324375
Decimal221212253
Hexddd4fd

Different shades of #ddd4fd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ddd4fd
#ffffff
Dark Shade of #ddd4fd
#b6a3fb
Saturated Shade of #ddd4fd
#dcd2ff
Desaturated Shade of #ddd4fd
#ded6fb
Grey scale Shade of #ddd4fd
#e8e8e8
Brighten Shade
#f6edff
Most Readable Shade
#000000

Shades of #ddd4fd color code

Generate more color scales with scales (color stack) generator.

#ddd4fd
#c4bce0
#aba4c4
#938da8
#7a758c
#625e70
#494654
#312f38
#18171c
#000000

Similar Color like #ddd4fd color

Find visually similar hex color codes nearing to #ddd4fd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ded5fe
#dfd6ff
#e0d7ff
#e1d8ff
#e2d9ff
#e3daff
#e4dbff
#e5dcff
#e6ddff
#e7deff
#e8dfff
#e9e0ff
#eae1ff
#ebe2ff
#dcd3fc
#dbd2fb
#dad1fa
#d9d0f9
#d8cff8
#d7cef7
#d6cdf6
#d5ccf5
#d4cbf4
#d3caf3
#d2c9f2
#d1c8f1
#d0c7f0
#cfc6ef

Monochromatic Color with #ddd4fd

#ddd4fd
#232228
#484653
#6e697d
#938da8
#b8b0d2

Tints of #ddd4fd Color

#ddd4fd
#e0d8fd
#e4ddfd
#e8e2fd
#ece7fd
#efebfe
#f3f0fe
#f7f5fe
#fbfafe
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ddd4fd
#f4fdd4

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ddd4fd
#fdf2d4
#e0fdd4

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#d4dbfd
#d5d4fd
#ddd4fd
#e5d4fd
#edd4fd

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ddd4fd
#fdddd4
#d4fddd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ddd4fd
#fdd4df
#f4fdd4
#d4fdf1

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ddd4fd
#f4fdd4
#e0fdd4
#f2d4fd

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ddd4fd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ddd4fd Color Code Preview on Black Background Color

This is how #ddd4fd Color will look on black background color. Color contrast ratio is 14.91

#ddd4fd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ddd4fd">Your Example Paragraph content text in with font color #ddd4fd </p>

Your Example Paragraph content text in with font color #ddd4fd

HTML with inline CSS

<div style="color:#ddd4fd">Your Paragraph text in with font color #ddd4fd </div>

Your Example Paragraph content text in with font color #ddd4fd

#ddd4fd color code is use for CSS Background Color

Background color for the above div is #ddd4fd

HTML with inline CSS

<div style="background-color:#ddd4fd;"></div>

#ddd4fd color code is use for CSS Border Color

CSS Border color for the above div is #ddd4fd

HTML with inline CSS

<div style="border:5px solid #ddd4fd;"></div>

CSS Border Left color for the above div is #ddd4fd

HTML with inline CSS

<div style="border-left:5px solid #ddd4fd;"></div>

CSS Border Right color for the above div is #ddd4fd

HTML with inline CSS

<div style="border-right:5px solid #ddd4fd;"></div>

CSS Border Bottom color for the above div is #ddd4fd

HTML with inline CSS

<div style="border-bottom:5px solid #ddd4fd;"></div>

CSS Border Top color for the above div is #ddd4fd

HTML with inline CSS

<div style="border-top:5px solid #ddd4fd;"></div>

#ddd4fd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ddd4fd; } .examplecolorclass {color:#ddd4fd; } .examplebordercolor {border:3px solid #ddd4fd; }

#ddd4fd Color code Preview on White Background

This is how #ddd4fd Color code will look on white background color. Color contrast ratio is 1.41

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ddd4fd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ddd4fd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,212,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(244,253,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,212,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.