crispedge.com

Color picker

Loading...

#d2daae hex color - Green - Warm color - Information

#d2daae hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #d2daae Color code in RGB color code model is created after adding 82.35% red color, 85.49% green color and 68.24% blue color. Hex #d2daae Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 20% yellow and 15% black.

Hex #d2daae color code is between #ccddaa web safe hex color code and #ddccbb web safe hex color code. #ccddaa is the nearest web safe color code. You can see here many more shades of #d2daae color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Coded2daae#d2daae
RGB Decimal210, 218, 174rgb(210, 218, 174)
RGB Percent82%, 85%, 68%rgb(82%, 85%, 68%)
CSS RGBa210, 218, 174,1rgba(210,218,174,1)
CMYK Modelcmyk(4%,0%,20%,15%)
HSL Color Space71,37% ,77%hsl(71,37% ,77%)
HSV Color Space71°, 20%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100101101101010101110
Octal322332256
Decimal210218174
Hexd2daae

Different shades of #d2daae color code.

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

Light Shade of #d2daae
#e5ead1
Dark Shade of #d2daae
#bfca8b
Saturated Shade of #d2daae
#d6e0a8
Desaturated Shade of #d2daae
#ced4b4
Grey scale Shade of #d2daae
#c4c4c4
Brighten Shade
#ebf3c7
Most Readable Shade
#000000

Shades of #d2daae color code

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

#d2daae
#bac19a
#a3a987
#8c9174
#747960
#5d604d
#46483a
#2e3026
#171813
#000000

Similar Color like #d2daae color

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

#d3dbaf
#d4dcb0
#d5ddb1
#d6deb2
#d7dfb3
#d8e0b4
#d9e1b5
#dae2b6
#dbe3b7
#dce4b8
#dde5b9
#dee6ba
#dfe7bb
#e0e8bc
#d1d9ad
#d0d8ac
#cfd7ab
#ced6aa
#cdd5a9
#ccd4a8
#cbd3a7
#cad2a6
#c9d1a5
#c8d0a4
#c7cfa3
#c6cea2
#c5cda1
#c4cca0

Monochromatic Color with #d2daae

#d2daae
#050504
#2e3026
#575a48
#80856a
#a9af8c

Tints of #d2daae Color

#d2daae
#d7deb7
#dce2c0
#e1e6c9
#e6ead2
#ebeedb
#f0f2e4
#f5f6ed
#fafaf6
#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

#d2daae
#b6aeda

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

Split Complementary

#d2daae
#aebcda
#ccaeda

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

Analogous Color

#dad0ae
#dad9ae
#d2daae
#c9daae
#c0daae

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

#d2daae
#aed2da
#daaed2

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

#d2daae
#aedacc
#b6aeda
#daaebc

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

#d2daae
#b6aeda
#ccaeda
#bcdaae

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

#d2daae Color Code Preview on Black Background Color

This is how #d2daae Color will look on black background color. Color contrast ratio is 14.38

#d2daae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2daae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2daae

#d2daae color code is use for CSS Background Color

Background color for the above div is #d2daae

HTML with inline CSS

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

#d2daae color code is use for CSS Border Color

CSS Border color for the above div is #d2daae

HTML with inline CSS

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

CSS Border Left color for the above div is #d2daae

HTML with inline CSS

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

CSS Border Right color for the above div is #d2daae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d2daae

HTML with inline CSS

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

CSS Border Top color for the above div is #d2daae

HTML with inline CSS

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

#d2daae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d2daae Color code Preview on White Background

This is how #d2daae Color code will look on white background color. Color contrast ratio is 1.46

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

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(210,218,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,174,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,218,174,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.