crispedge.com

Color picker

Loading...

#dbf2ce hex color - Green - Cool color - Information

#dbf2ce hex color - Green - Cool color

Color Hue/Base color: Green

Hex #dbf2ce Color code in RGB color code model is created after adding 85.88% red color, 94.9% green color and 80.78% blue color. Hex #dbf2ce Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 15% yellow and 5% black.

Hex #dbf2ce color code is between #ddeecc web safe hex color code and #ccffdd web safe hex color code. #ddeecc is the nearest web safe color code. You can see here many more shades of #dbf2ce color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbf2ce#dbf2ce
RGB Decimal219, 242, 206rgb(219, 242, 206)
RGB Percent86%, 95%, 81%rgb(86%, 95%, 81%)
CSS RGBa219, 242, 206,1rgba(219,242,206,1)
CMYK Modelcmyk(10%,0%,15%,5%)
HSL Color Space98,58% ,88%hsl(98,58% ,88%)
HSV Color Space98°, 15%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110111111001011001110
Octal333362316
Decimal219242206
Hexdbf2ce

Different shades of #dbf2ce color code.

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

Light Shade of #dbf2ce
#f9fdf6
Dark Shade of #dbf2ce
#bde7a6
Saturated Shade of #dbf2ce
#daf5cb
Desaturated Shade of #dbf2ce
#dcefd1
Grey scale Shade of #dbf2ce
#e0e0e0
Brighten Shade
#f4ffe7
Most Readable Shade
#000000

Shades of #dbf2ce color code

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

#dbf2ce
#c2d7b7
#aabca0
#92a189
#798672
#616b5b
#495044
#30352d
#181a16
#000000

Similar Color like #dbf2ce color

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

#dcf3cf
#ddf4d0
#def5d1
#dff6d2
#e0f7d3
#e1f8d4
#e2f9d5
#e3fad6
#e4fbd7
#e5fcd8
#e6fdd9
#e7feda
#e8ffdb
#e9ffdc
#daf1cd
#d9f0cc
#d8efcb
#d7eeca
#d6edc9
#d5ecc8
#d4ebc7
#d3eac6
#d2e9c5
#d1e8c4
#d0e7c3
#cfe6c2
#cee5c1
#cde4c0

Monochromatic Color with #dbf2ce

#dbf2ce
#1b1d19
#41483d
#687261
#8e9d86
#b5c7aa

Tints of #dbf2ce Color

#dbf2ce
#dff3d3
#e3f4d8
#e7f6de
#ebf7e3
#eff9e9
#f3faee
#f7fcf4
#fbfdf9
#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

#dbf2ce
#e5cef2

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

Split Complementary

#dbf2ce
#d3cef2
#f2ceed

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

Analogous Color

#e9f2ce
#e2f2ce
#dbf2ce
#d4f2ce
#cef2cf

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

#dbf2ce
#cedbf2
#f2cedb

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

#dbf2ce
#ceedf2
#e5cef2
#f2d3ce

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

#dbf2ce
#e5cef2
#f2ceed
#cef2d3

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

#dbf2ce Color Code Preview on Black Background Color

This is how #dbf2ce Color will look on black background color. Color contrast ratio is 17.60

#dbf2ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbf2ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbf2ce

#dbf2ce color code is use for CSS Background Color

Background color for the above div is #dbf2ce

HTML with inline CSS

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

#dbf2ce color code is use for CSS Border Color

CSS Border color for the above div is #dbf2ce

HTML with inline CSS

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

CSS Border Left color for the above div is #dbf2ce

HTML with inline CSS

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

CSS Border Right color for the above div is #dbf2ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbf2ce

HTML with inline CSS

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

CSS Border Top color for the above div is #dbf2ce

HTML with inline CSS

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

#dbf2ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbf2ce Color code Preview on White Background

This is how #dbf2ce Color code will look on white background color. Color contrast ratio is 1.19

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.