crispedge.com

Color picker

Loading...

#ddded0 hex color - Green - Warm color - Information

#ddded0 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ddded0 Color code in RGB color code model is created after adding 86.67% red color, 87.06% green color and 81.57% blue color. Hex #ddded0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 6% yellow and 13% black.

Hex #ddded0 color code is between #ccddcc web safe hex color code and #eeeedd web safe hex color code. #ccddcc is the nearest web safe color code. You can see here many more shades of #ddded0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddded0#ddded0
RGB Decimal221, 222, 208rgb(221, 222, 208)
RGB Percent87%, 87%, 82%rgb(87%, 87%, 82%)
CSS RGBa221, 222, 208,1rgba(221,222,208,1)
CMYK Modelcmyk(0%,0%,6%,13%)
HSL Color Space64,18% ,84%hsl(64,18% ,84%)
HSV Color Space64°, 6%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011101111011010000
Octal335336320
Decimal221222208
Hexddded0

Different shades of #ddded0 color code.

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

Light Shade of #ddded0
#f3f3ee
Dark Shade of #ddded0
#c7c9b2
Saturated Shade of #ddded0
#e0e2cc
Desaturated Shade of #ddded0
#dadad4
Grey scale Shade of #ddded0
#d7d7d7
Brighten Shade
#f6f7e9
Most Readable Shade
#000000

Shades of #ddded0 color code

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

#ddded0
#c4c5b8
#abaca1
#93948a
#7a7b73
#62625c
#494a45
#31312e
#181817
#000000

Similar Color like #ddded0 color

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

#dedfd1
#dfe0d2
#e0e1d3
#e1e2d4
#e2e3d5
#e3e4d6
#e4e5d7
#e5e6d8
#e6e7d9
#e7e8da
#e8e9db
#e9eadc
#eaebdd
#ebecde
#dcddcf
#dbdcce
#dadbcd
#d9dacc
#d8d9cb
#d7d8ca
#d6d7c9
#d5d6c8
#d4d5c7
#d3d4c6
#d2d3c5
#d1d2c4
#d0d1c3
#cfd0c2

Monochromatic Color with #ddded0

#ddded0
#090909
#343431
#5e5e59
#888980
#b3b3a8

Tints of #ddded0 Color

#ddded0
#e0e1d5
#e4e5da
#e8e9df
#ecece4
#eff0ea
#f3f4ef
#f7f7f4
#fbfbf9
#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

#ddded0
#d1d0de

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

Split Complementary

#ddded0
#d0d6de
#d8d0de

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

Analogous Color

#ded9d0
#dedcd0
#ddded0
#daded0
#d7ded0

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

#ddded0
#d0ddde
#ded0dd

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

#ddded0
#d0ded8
#d1d0de
#ded0d6

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

#ddded0
#d1d0de
#d8d0de
#d6ded0

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

#ddded0 Color Code Preview on Black Background Color

This is how #ddded0 Color will look on black background color. Color contrast ratio is 15.43

#ddded0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddded0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddded0

#ddded0 color code is use for CSS Background Color

Background color for the above div is #ddded0

HTML with inline CSS

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

#ddded0 color code is use for CSS Border Color

CSS Border color for the above div is #ddded0

HTML with inline CSS

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

CSS Border Left color for the above div is #ddded0

HTML with inline CSS

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

CSS Border Right color for the above div is #ddded0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddded0

HTML with inline CSS

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

CSS Border Top color for the above div is #ddded0

HTML with inline CSS

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

#ddded0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddded0 Color code Preview on White Background

This is how #ddded0 Color code will look on white background color. Color contrast ratio is 1.36

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

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,222,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(209,208,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,222,208,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.