crispedge.com

Color picker

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

#d6cebd hex color - Yellow - Warm color - Information

#d6cebd hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #d6cebd Color code in RGB color code model is created after adding 83.92% red color, 80.78% green color and 74.12% blue color. Hex #d6cebd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 12% yellow and 16% black.

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

0 Likes 0 Comments | 17 Views

Color Table

Hex Color Coded6cebd#d6cebd
RGB Decimal214, 206, 189rgb(214, 206, 189)
RGB Percent84%, 81%, 74%rgb(84%, 81%, 74%)
CSS RGBa214, 206, 189,1rgba(214,206,189,1)
CMYK Modelcmyk(0%,4%,12%,16%)
HSL Color Space41,23% ,79%hsl(41,23% ,79%)
HSV Color Space41°, 12%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101101100111010111101
Octal326316275
Decimal214206189
Hexd6cebd

Different shades of #d6cebd color code.

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

Light Shade of #d6cebd
#eae5dc
Dark Shade of #d6cebd
#c2b79e
Saturated Shade of #d6cebd
#dbd0b8
Desaturated Shade of #d6cebd
#d1ccc2
Grey scale Shade of #d6cebd
#c9c9c9
Brighten Shade
#efe7d6
Most Readable Shade
#000000

Shades of #d6cebd color code

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

#d6cebd
#beb7a8
#a6a093
#8e897e
#767269
#5f5b54
#47443f
#2f2d2a
#171615
#000000

Similar Color like #d6cebd color

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

#d7cfbe
#d8d0bf
#d9d1c0
#dad2c1
#dbd3c2
#dcd4c3
#ddd5c4
#ded6c5
#dfd7c6
#e0d8c7
#e1d9c8
#e2dac9
#e3dbca
#e4dccb
#d5cdbc
#d4ccbb
#d3cbba
#d2cab9
#d1c9b8
#d0c8b7
#cfc7b6
#cec6b5
#cdc5b4
#ccc4b3
#cbc3b2
#cac2b1
#c9c1b0
#c8c0af

Monochromatic Color with #d6cebd

#d6cebd
#010101
#2c2a27
#56534c
#817c72
#aba597

Tints of #d6cebd Color

#d6cebd
#dad3c4
#dfd8cb
#e3ded3
#e8e3da
#ece9e1
#f1eee9
#f5f4f0
#faf9f7
#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

#d6cebd
#bdc5d6

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

Split Complementary

#d6cebd
#bdd2d6
#c2bdd6

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

Analogous Color

#d6c4bd
#d6c9bd
#d6cebd
#d6d3bd
#d4d6bd

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

#d6cebd
#bdd6ce
#cebdd6

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

#d6cebd
#bdd6c1
#bdc5d6
#d6bdd1

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

#d6cebd
#bdc5d6
#c2bdd6
#d2d6bd

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

#d6cebd Color Code Preview on Black Background Color

This is how #d6cebd Color will look on black background color. Color contrast ratio is 13.42

#d6cebd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6cebd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6cebd

#d6cebd color code is use for CSS Background Color

Background color for the above div is #d6cebd

HTML with inline CSS

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

#d6cebd color code is use for CSS Border Color

CSS Border color for the above div is #d6cebd

HTML with inline CSS

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

CSS Border Left color for the above div is #d6cebd

HTML with inline CSS

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

CSS Border Right color for the above div is #d6cebd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6cebd

HTML with inline CSS

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

CSS Border Top color for the above div is #d6cebd

HTML with inline CSS

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

#d6cebd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6cebd Color code Preview on White Background

This is how #d6cebd Color code will look on white background color. Color contrast ratio is 1.56

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

Related Gradients

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

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.