crispedge.com

Color picker

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

#ddd9dd hex color - White - Warm color - Information

#ddd9dd hex color - White - Warm color

Color Hue/Base color: White

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

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeddd9dd#ddd9dd
RGB Decimal221, 217, 221rgb(221, 217, 221)
RGB Percent87%, 85%, 87%rgb(87%, 85%, 87%)
CSS RGBa221, 217, 221,1rgba(221,217,221,1)
CMYK Modelcmyk(0%,2%,0%,13%)
HSL Color Space300,6% ,86%hsl(300,6% ,86%)
HSV Color Space300°, 2%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011101100111011101
Octal335331335
Decimal221217221
Hexddd9dd

Different shades of #ddd9dd color code.

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

Light Shade of #ddd9dd
#f5f4f5
Dark Shade of #ddd9dd
#c5bec5
Saturated Shade of #ddd9dd
#e1d5e1
Desaturated Shade of #ddd9dd
#dbdbdb
Grey scale Shade of #ddd9dd
#dbdbdb
Brighten Shade
#f6f2f6
Most Readable Shade
#000000

Shades of #ddd9dd color code

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

#ddd9dd
#c4c0c4
#aba8ab
#939093
#7a787a
#626062
#494849
#313031
#181818
#000000

Similar Color like #ddd9dd color

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

#dedade
#dfdbdf
#e0dce0
#e1dde1
#e2dee2
#e3dfe3
#e4e0e4
#e5e1e5
#e6e2e6
#e7e3e7
#e8e4e8
#e9e5e9
#eae6ea
#ebe7eb
#dcd8dc
#dbd7db
#dad6da
#d9d5d9
#d8d4d8
#d7d3d7
#d6d2d6
#d5d1d5
#d4d0d4
#d3cfd3
#d2ced2
#d1cdd1
#d0ccd0
#cfcbcf

Monochromatic Color with #ddd9dd

#ddd9dd
#080808
#333233
#5d5c5d
#888688
#b3afb3

Tints of #ddd9dd Color

#ddd9dd
#e0dde0
#e4e1e4
#e8e5e8
#ece9ec
#efeeef
#f3f2f3
#f7f6f7
#fbfafb
#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

#ddd9dd
#d9ddd9

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

Split Complementary

#ddd9dd
#dbddd9
#d9dddb

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

Analogous Color

#dbd9dd
#dcd9dd
#ddd9dd
#ddd9dc
#ddd9db

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

#ddd9dd
#ddddd9
#d9dddd

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

#ddd9dd
#dddbd9
#d9ddd9
#d9dbdd

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

#ddd9dd
#d9ddd9
#d9dddb
#ddd9db

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

#ddd9dd Color Code Preview on Black Background Color

This is how #ddd9dd Color will look on black background color. Color contrast ratio is 15.04

#ddd9dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd9dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd9dd

#ddd9dd color code is use for CSS Background Color

Background color for the above div is #ddd9dd

HTML with inline CSS

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

#ddd9dd color code is use for CSS Border Color

CSS Border color for the above div is #ddd9dd

HTML with inline CSS

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

CSS Border Left color for the above div is #ddd9dd

HTML with inline CSS

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

CSS Border Right color for the above div is #ddd9dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddd9dd

HTML with inline CSS

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

CSS Border Top color for the above div is #ddd9dd

HTML with inline CSS

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

#ddd9dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddd9dd Color code Preview on White Background

This is how #ddd9dd Color code will look on white background color. Color contrast ratio is 1.40

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.