crispedge.com

Color picker

Loading...

#dddcce hex color - Grey - Warm color - Information

#dddcce hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 29 Views

RGB Chart

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

Color Table

Hex Color Codedddcce#dddcce
RGB Decimal221, 220, 206rgb(221, 220, 206)
RGB Percent87%, 86%, 81%rgb(87%, 86%, 81%)
CSS RGBa221, 220, 206,1rgba(221,220,206,1)
CMYK Modelcmyk(0%,0%,7%,13%)
HSL Color Space56,18% ,84%hsl(56,18% ,84%)
HSV Color Space56°, 7%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011101110011001110
Octal335334316
Decimal221220206
Hexdddcce

Different shades of #dddcce color code.

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

Light Shade of #dddcce
#f2f1ec
Dark Shade of #dddcce
#c8c6b0
Saturated Shade of #dddcce
#e1e0ca
Desaturated Shade of #dddcce
#d9d8d2
Grey scale Shade of #dddcce
#d5d5d5
Brighten Shade
#f6f5e7
Most Readable Shade
#000000

Shades of #dddcce color code

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

#dddcce
#c4c3b7
#ababa0
#939289
#7a7a72
#62615b
#494944
#31302d
#181816
#000000

Similar Color like #dddcce color

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

#deddcf
#dfded0
#e0dfd1
#e1e0d2
#e2e1d3
#e3e2d4
#e4e3d5
#e5e4d6
#e6e5d7
#e7e6d8
#e8e7d9
#e9e8da
#eae9db
#ebeadc
#dcdbcd
#dbdacc
#dad9cb
#d9d8ca
#d8d7c9
#d7d6c8
#d6d5c7
#d5d4c6
#d4d3c5
#d3d2c4
#d2d1c3
#d1d0c2
#d0cfc1
#cfcec0

Monochromatic Color with #dddcce

#dddcce
#080808
#333330
#5d5d57
#88877f
#b3b2a6

Tints of #dddcce Color

#dddcce
#e0dfd3
#e4e3d8
#e8e7de
#ecebe3
#efefe9
#f3f3ee
#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

#dddcce
#cecfdd

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

Split Complementary

#dddcce
#ced7dd
#d5cedd

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

Analogous Color

#ddd6ce
#ddd9ce
#dddcce
#dbddce
#d8ddce

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

#dddcce
#cedddc
#dccedd

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

#dddcce
#ceddd4
#cecfdd
#ddced6

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

#dddcce
#cecfdd
#d5cedd
#d7ddce

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

#dddcce Color Code Preview on Black Background Color

This is how #dddcce Color will look on black background color. Color contrast ratio is 15.20

#dddcce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dddcce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dddcce

#dddcce color code is use for CSS Background Color

Background color for the above div is #dddcce

HTML with inline CSS

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

#dddcce color code is use for CSS Border Color

CSS Border color for the above div is #dddcce

HTML with inline CSS

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

CSS Border Left color for the above div is #dddcce

HTML with inline CSS

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

CSS Border Right color for the above div is #dddcce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dddcce

HTML with inline CSS

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

CSS Border Top color for the above div is #dddcce

HTML with inline CSS

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

#dddcce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dddcce Color code Preview on White Background

This is how #dddcce Color code will look on white background color. Color contrast ratio is 1.38

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

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,220,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,207,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,220,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 29 Views

Post your comment:-

By submitting comment you agree to our privacy policy.