crispedge.com

Color picker

Loading...

#d9baef hex color - White - Warm color - Information

#d9baef hex color - White - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: White

Hex #d9baef Color code in RGB color code model is created after adding 85.1% red color, 72.94% green color and 93.73% blue color. Hex #d9baef Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 22% magenta, 0% yellow and 6% black.

Hex #d9baef color code is between #ddbbee web safe hex color code and #ccaaff web safe hex color code. #ddbbee is the nearest web safe color code. You can see here many more shades of #d9baef color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Coded9baef#d9baef
RGB Decimal217, 186, 239rgb(217, 186, 239)
RGB Percent85%, 73%, 94%rgb(85%, 73%, 94%)
CSS RGBa217, 186, 239,1rgba(217,186,239,1)
CMYK Modelcmyk(9%,22%,0%,6%)
HSL Color Space275,62% ,83%hsl(275,62% ,83%)
HSV Color Space275°, 22%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110011011101011101111
Octal331272357
Decimal217186239
Hexd9baef

Different shades of #d9baef color code.

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

Light Shade of #d9baef
#f0e3f9
Dark Shade of #d9baef
#c291e5
Saturated Shade of #d9baef
#dab6f3
Desaturated Shade of #d9baef
#d8beeb
Grey scale Shade of #d9baef
#d4d4d4
Brighten Shade
#f2d3ff
Most Readable Shade
#000000

Shades of #d9baef color code

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

#d9baef
#c0a5d4
#a890b9
#907c9f
#786784
#60526a
#483e4f
#302935
#18141a
#000000

Similar Color like #d9baef color

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

#dabbf0
#dbbcf1
#dcbdf2
#ddbef3
#debff4
#dfc0f5
#e0c1f6
#e1c2f7
#e2c3f8
#e3c4f9
#e4c5fa
#e5c6fb
#e6c7fc
#e7c8fd
#d8b9ee
#d7b8ed
#d6b7ec
#d5b6eb
#d4b5ea
#d3b4e9
#d2b3e8
#d1b2e7
#d0b1e6
#cfb0e5
#ceafe4
#cdaee3
#ccade2
#cbace1

Monochromatic Color with #d9baef

#d9baef
#18151a
#3f3645
#65576f
#8c789a
#b299c4

Tints of #d9baef Color

#d9baef
#ddc1f0
#e1c9f2
#e5d1f4
#e9d8f6
#eee0f7
#f2e8f9
#f6effb
#faf7fd
#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

#d9baef
#d0efba

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

Split Complementary

#d9baef
#ebefba
#baefbe

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

Analogous Color

#c4baef
#cebaef
#d9baef
#e4baef
#eebaef

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

#d9baef
#efd9ba
#baefd9

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

#d9baef
#efbeba
#d0efba
#baeaef

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

#d9baef
#d0efba
#baefbe
#efbaeb

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

#d9baef Color Code Preview on Black Background Color

This is how #d9baef Color will look on black background color. Color contrast ratio is 12.22

#d9baef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9baef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9baef

#d9baef color code is use for CSS Background Color

Background color for the above div is #d9baef

HTML with inline CSS

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

#d9baef color code is use for CSS Border Color

CSS Border color for the above div is #d9baef

HTML with inline CSS

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

CSS Border Left color for the above div is #d9baef

HTML with inline CSS

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

CSS Border Right color for the above div is #d9baef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d9baef

HTML with inline CSS

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

CSS Border Top color for the above div is #d9baef

HTML with inline CSS

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

#d9baef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d9baef Color code Preview on White Background

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

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(217,186,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,239,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(217,186,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.