crispedge.com

Color picker

Loading...

#ddb7fb hex color - Violet - Warm color - Information

#ddb7fb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ddb7fb Color code in RGB color code model is created after adding 86.67% red color, 71.76% green color and 98.43% blue color. Hex #ddb7fb Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 27% magenta, 0% yellow and 2% black.

Hex #ddb7fb color code is between #ccbbff web safe hex color code and #eeaaee web safe hex color code. #ccbbff is the nearest web safe color code. You can see here many more shades of #ddb7fb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeddb7fb#ddb7fb
RGB Decimal221, 183, 251rgb(221, 183, 251)
RGB Percent87%, 72%, 98%rgb(87%, 72%, 98%)
CSS RGBa221, 183, 251,1rgba(221,183,251,1)
CMYK Modelcmyk(12%,27%,0%,2%)
HSL Color Space274,89% ,85%hsl(274,89% ,85%)
HSV Color Space274°, 27%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011011111111011
Octal335267373
Decimal221183251
Hexddb7fb

Different shades of #ddb7fb color code.

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

Light Shade of #ddb7fb
#f4e7fe
Dark Shade of #ddb7fb
#c687f8
Saturated Shade of #ddb7fb
#ddb3ff
Desaturated Shade of #ddb7fb
#ddbbf7
Grey scale Shade of #ddb7fb
#d9d9d9
Brighten Shade
#f6d0ff
Most Readable Shade
#000000

Shades of #ddb7fb color code

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

#ddb7fb
#c4a2df
#ab8ec3
#937aa7
#7a658b
#62516f
#493d53
#312837
#18141b
#000000

Similar Color like #ddb7fb color

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

#deb8fc
#dfb9fd
#e0bafe
#e1bbff
#e2bcff
#e3bdff
#e4beff
#e5bfff
#e6c0ff
#e7c1ff
#e8c2ff
#e9c3ff
#eac4ff
#ebc5ff
#dcb6fa
#dbb5f9
#dab4f8
#d9b3f7
#d8b2f6
#d7b1f5
#d6b0f4
#d5aff3
#d4aef2
#d3adf1
#d2acf0
#d1abef
#d0aaee
#cfa9ed

Monochromatic Color with #ddb7fb

#ddb7fb
#221c26
#473b51
#6d5a7b
#9279a6
#b898d0

Tints of #ddb7fb Color

#ddb7fb
#e0bffb
#e4c7fb
#e8cffc
#ecd7fc
#efdffd
#f3e7fd
#f7effe
#fbf7fe
#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

#ddb7fb
#d5fbb7

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

Split Complementary

#ddb7fb
#f7fbb7
#b7fbbb

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

Analogous Color

#c2b7fb
#cfb7fb
#ddb7fb
#ebb7fb
#f8b7fb

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

#ddb7fb
#fbddb7
#b7fbdd

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

#ddb7fb
#fbbbb7
#d5fbb7
#b7f7fb

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

#ddb7fb
#d5fbb7
#b7fbbb
#fbb7f7

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 #ddb7fb 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.

#ddb7fb Color Code Preview on Black Background Color

This is how #ddb7fb Color will look on black background color. Color contrast ratio is 12.24

#ddb7fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddb7fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddb7fb

#ddb7fb color code is use for CSS Background Color

Background color for the above div is #ddb7fb

HTML with inline CSS

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

#ddb7fb color code is use for CSS Border Color

CSS Border color for the above div is #ddb7fb

HTML with inline CSS

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

CSS Border Left color for the above div is #ddb7fb

HTML with inline CSS

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

CSS Border Right color for the above div is #ddb7fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddb7fb

HTML with inline CSS

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

CSS Border Top color for the above div is #ddb7fb

HTML with inline CSS

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

#ddb7fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddb7fb Color code Preview on White Background

This is how #ddb7fb Color code will look on white background color. Color contrast ratio is 1.72

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 #ddb7fb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ddb7fb; }

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,183,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(213,251,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,183,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.