crispedge.com

Color picker

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

#dbfec7 hex color - White - Cool color - Information

#dbfec7 hex color - White - Cool color

Color Hue/Base color: White

Hex #dbfec7 Color code in RGB color code model is created after adding 85.88% red color, 99.61% green color and 78.04% blue color. Hex #dbfec7 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 22% yellow and 0% black.

Hex #dbfec7 color code is between #ddffcc web safe hex color code and #cceebb web safe hex color code. #ddffcc is the nearest web safe color code. You can see here many more shades of #dbfec7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedbfec7#dbfec7
RGB Decimal219, 254, 199rgb(219, 254, 199)
RGB Percent86%, 100%, 78%rgb(86%, 100%, 78%)
CSS RGBa219, 254, 199,1rgba(219,254,199,1)
CMYK Modelcmyk(14%,0%,22%,0%)
HSL Color Space98,96% ,89%hsl(98,96% ,89%)
HSV Color Space98°, 22%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110111111111011000111
Octal333376307
Decimal219254199
Hexdbfec7

Different shades of #dbfec7 color code.

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

Light Shade of #dbfec7
#fbfff9
Dark Shade of #dbfec7
#bbfd95
Saturated Shade of #dbfec7
#dbffc6
Desaturated Shade of #dbfec7
#dcfbca
Grey scale Shade of #dbfec7
#e2e2e2
Brighten Shade
#f4ffe0
Most Readable Shade
#000000

Shades of #dbfec7 color code

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

#dbfec7
#c2e1b0
#aac59a
#92a984
#798d6e
#617058
#495442
#30382c
#181c16
#000000

Similar Color like #dbfec7 color

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

#dcffc8
#ddffc9
#deffca
#dfffcb
#e0ffcc
#e1ffcd
#e2ffce
#e3ffcf
#e4ffd0
#e5ffd1
#e6ffd2
#e7ffd3
#e8ffd4
#e9ffd5
#dafdc6
#d9fcc5
#d8fbc4
#d7fac3
#d6f9c2
#d5f8c1
#d4f7c0
#d3f6bf
#d2f5be
#d1f4bd
#d0f3bc
#cff2bb
#cef1ba
#cdf0b9

Monochromatic Color with #dbfec7

#dbfec7
#242921
#485442
#6d7e63
#92a984
#b6d3a6

Tints of #dbfec7 Color

#dbfec7
#dffecd
#e3fed3
#e7fed9
#ebfedf
#effee6
#f3feec
#f7fef2
#fbfef8
#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

#dbfec7
#eac7fe

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

Split Complementary

#dbfec7
#cec7fe
#fec7f7

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

Analogous Color

#f1fec7
#e6fec7
#dbfec7
#d0fec7
#c7fec9

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

#dbfec7
#c7dbfe
#fec7db

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

#dbfec7
#c7f6fe
#eac7fe
#fecec7

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

#dbfec7
#eac7fe
#fec7f7
#c7fece

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

#dbfec7 Color Code Preview on Black Background Color

This is how #dbfec7 Color will look on black background color. Color contrast ratio is 19.01

#dbfec7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbfec7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbfec7

#dbfec7 color code is use for CSS Background Color

Background color for the above div is #dbfec7

HTML with inline CSS

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

#dbfec7 color code is use for CSS Border Color

CSS Border color for the above div is #dbfec7

HTML with inline CSS

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

CSS Border Left color for the above div is #dbfec7

HTML with inline CSS

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

CSS Border Right color for the above div is #dbfec7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbfec7

HTML with inline CSS

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

CSS Border Top color for the above div is #dbfec7

HTML with inline CSS

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

#dbfec7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbfec7 Color code Preview on White Background

This is how #dbfec7 Color code will look on white background color. Color contrast ratio is 1.10

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

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.