crispedge.com

Color picker

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

#d9dddd hex color - Grey - Cool color - Information

#d9dddd hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #d9dddd color code is between #ddcccc web safe hex color code and #cceeee web safe hex color code. #ddcccc is the nearest web safe color code. You can see here many more shades of #d9dddd color code.

0 Likes 0 Comments | 33 Views

Color Table

Hex Color Coded9dddd#d9dddd
RGB Decimal217, 221, 221rgb(217, 221, 221)
RGB Percent85%, 87%, 87%rgb(85%, 87%, 87%)
CSS RGBa217, 221, 221,1rgba(217,221,221,1)
CMYK Modelcmyk(2%,0%,0%,13%)
HSL Color Space180,6% ,86%hsl(180,6% ,86%)
HSV Color Space180°, 2%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110011101110111011101
Octal331335335
Decimal217221221
Hexd9dddd

Different shades of #d9dddd color code.

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

Light Shade of #d9dddd
#f4f5f5
Dark Shade of #d9dddd
#bec5c5
Saturated Shade of #d9dddd
#d5e1e1
Desaturated Shade of #d9dddd
#dbdbdb
Grey scale Shade of #d9dddd
#dbdbdb
Brighten Shade
#f2f6f6
Most Readable Shade
#000000

Shades of #d9dddd color code

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

#d9dddd
#c0c4c4
#a8abab
#909393
#787a7a
#606262
#484949
#303131
#181818
#000000

Similar Color like #d9dddd color

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

#dadede
#dbdfdf
#dce0e0
#dde1e1
#dee2e2
#dfe3e3
#e0e4e4
#e1e5e5
#e2e6e6
#e3e7e7
#e4e8e8
#e5e9e9
#e6eaea
#e7ebeb
#d8dcdc
#d7dbdb
#d6dada
#d5d9d9
#d4d8d8
#d3d7d7
#d2d6d6
#d1d5d5
#d0d4d4
#cfd3d3
#ced2d2
#cdd1d1
#ccd0d0
#cbcfcf

Monochromatic Color with #d9dddd

#d9dddd
#080808
#323333
#5c5d5d
#868888
#afb3b3

Tints of #d9dddd Color

#d9dddd
#dde0e0
#e1e4e4
#e5e8e8
#e9ecec
#eeefef
#f2f3f3
#f6f7f7
#fafbfb
#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

#d9dddd
#ddd9d9

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

Split Complementary

#d9dddd
#ddd9db
#dddbd9

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

Analogous Color

#d9dddb
#d9dddc
#d9dddd
#d9dcdd
#d9dbdd

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

#d9dddd
#ddd9dd
#ddddd9

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

#d9dddd
#dbd9dd
#ddd9d9
#dbddd9

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

#d9dddd
#ddd9d9
#dddbd9
#d9dbdd

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

#d9dddd Color Code Preview on Black Background Color

This is how #d9dddd Color will look on black background color. Color contrast ratio is 15.34

#d9dddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9dddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d9dddd

#d9dddd color code is use for CSS Background Color

Background color for the above div is #d9dddd

HTML with inline CSS

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

#d9dddd color code is use for CSS Border Color

CSS Border color for the above div is #d9dddd

HTML with inline CSS

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

CSS Border Left color for the above div is #d9dddd

HTML with inline CSS

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

CSS Border Right color for the above div is #d9dddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d9dddd

HTML with inline CSS

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

CSS Border Top color for the above div is #d9dddd

HTML with inline CSS

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

#d9dddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d9dddd Color code Preview on White Background

This is how #d9dddd Color code will look on white background color. Color contrast ratio is 1.37

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

Related Gradients

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

0 Likes 0 Comments | 33 Views

Post your comment:-

By submitting comment you agree to our privacy policy.