crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ddf5ca hex color - Green - Cool color - Information

#ddf5ca hex color - Green - Cool color

Color Hue/Base color: Green

Hex #ddf5ca Color code in RGB color code model is created after adding 86.67% red color, 96.08% green color and 79.22% blue color. Hex #ddf5ca Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 18% yellow and 4% black.

Hex #ddf5ca color code is between #cceecc web safe hex color code and #eeffbb web safe hex color code. #cceecc is the nearest web safe color code. You can see here many more shades of #ddf5ca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeddf5ca#ddf5ca
RGB Decimal221, 245, 202rgb(221, 245, 202)
RGB Percent87%, 96%, 79%rgb(87%, 96%, 79%)
CSS RGBa221, 245, 202,1rgba(221,245,202,1)
CMYK Modelcmyk(10%,0%,18%,4%)
HSL Color Space93,68% ,88%hsl(93,68% ,88%)
HSV Color Space93°, 18%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011111010111001010
Octal335365312
Decimal221245202
Hexddf5ca

Different shades of #ddf5ca color code.

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

Light Shade of #ddf5ca
#f9fdf5
Dark Shade of #ddf5ca
#c1ed9f
Saturated Shade of #ddf5ca
#ddf8c7
Desaturated Shade of #ddf5ca
#ddf2cd
Grey scale Shade of #ddf5ca
#dfdfdf
Brighten Shade
#f6ffe3
Most Readable Shade
#000000

Shades of #ddf5ca color code

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

#ddf5ca
#c4d9b3
#abbe9d
#93a386
#7a8870
#626c59
#495143
#31362c
#181b16
#000000

Similar Color like #ddf5ca color

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

#def6cb
#dff7cc
#e0f8cd
#e1f9ce
#e2facf
#e3fbd0
#e4fcd1
#e5fdd2
#e6fed3
#e7ffd4
#e8ffd5
#e9ffd6
#eaffd7
#ebffd8
#dcf4c9
#dbf3c8
#daf2c7
#d9f1c6
#d8f0c5
#d7efc4
#d6eec3
#d5edc2
#d4ecc1
#d3ebc0
#d2eabf
#d1e9be
#d0e8bd
#cfe7bc

Monochromatic Color with #ddf5ca

#ddf5ca
#1d201b
#444b3e
#6a7561
#90a084
#b7caa7

Tints of #ddf5ca Color

#ddf5ca
#e0f6cf
#e4f7d5
#e8f8db
#ecf9e1
#effae7
#f3fbed
#f7fcf3
#fbfdf9
#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

#ddf5ca
#e2caf5

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

Split Complementary

#ddf5ca
#cccaf5
#f5caf3

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

Analogous Color

#eef5ca
#e6f5ca
#ddf5ca
#d4f5ca
#ccf5ca

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

#ddf5ca
#caddf5
#f5cadd

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

#ddf5ca
#caf2f5
#e2caf5
#f5ccca

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

#ddf5ca
#e2caf5
#f5caf3
#caf5cc

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

#ddf5ca Color Code Preview on Black Background Color

This is how #ddf5ca Color will look on black background color. Color contrast ratio is 17.99

#ddf5ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf5ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddf5ca

#ddf5ca color code is use for CSS Background Color

Background color for the above div is #ddf5ca

HTML with inline CSS

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

#ddf5ca color code is use for CSS Border Color

CSS Border color for the above div is #ddf5ca

HTML with inline CSS

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

CSS Border Left color for the above div is #ddf5ca

HTML with inline CSS

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

CSS Border Right color for the above div is #ddf5ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddf5ca

HTML with inline CSS

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

CSS Border Top color for the above div is #ddf5ca

HTML with inline CSS

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

#ddf5ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddf5ca Color code Preview on White Background

This is how #ddf5ca Color code will look on white background color. Color contrast ratio is 1.17

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.