crispedge.com

Color picker

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

#edbfbc hex color - Red - Warm color - Information

#edbfbc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #edbfbc Color code in RGB color code model is created after adding 92.94% red color, 74.9% green color and 73.73% blue color. Hex #edbfbc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 21% yellow and 7% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeedbfbc#edbfbc
RGB Decimal237, 191, 188rgb(237, 191, 188)
RGB Percent93%, 75%, 74%rgb(93%, 75%, 74%)
CSS RGBa237, 191, 188,1rgba(237,191,188,1)
CMYK Modelcmyk(0%,19%,21%,7%)
HSL Color Space4,58% ,83%hsl(4,58% ,83%)
HSV Color Space4°, 21%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011111110111100
Octal355277274
Decimal237191188
Hexedbfbc

Different shades of #edbfbc color code.

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

Light Shade of #edbfbc
#f8e5e4
Dark Shade of #edbfbc
#e29994
Saturated Shade of #edbfbc
#f1bbb8
Desaturated Shade of #edbfbc
#e9c3c0
Grey scale Shade of #edbfbc
#d4d4d4
Brighten Shade
#ffd8d5
Most Readable Shade
#000000

Shades of #edbfbc color code

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

#edbfbc
#d2a9a7
#b89492
#9e7f7d
#836a68
#695453
#4f3f3e
#342a29
#1a1514
#000000

Similar Color like #edbfbc color

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

#eec0bd
#efc1be
#f0c2bf
#f1c3c0
#f2c4c1
#f3c5c2
#f4c6c3
#f5c7c4
#f6c8c5
#f7c9c6
#f8cac7
#f9cbc8
#faccc9
#fbcdca
#ecbebb
#ebbdba
#eabcb9
#e9bbb8
#e8bab7
#e7b9b6
#e6b8b5
#e5b7b4
#e4b6b3
#e3b5b2
#e2b4b1
#e1b3b0
#e0b2af
#dfb1ae

Monochromatic Color with #edbfbc

#edbfbc
#181413
#433635
#6d5857
#987a79
#c29d9a

Tints of #edbfbc Color

#edbfbc
#efc6c3
#f1cdca
#f3d4d2
#f5dbd9
#f7e2e1
#f9e9e8
#fbf0f0
#fdf7f7
#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

#edbfbc
#bceaed

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

Split Complementary

#edbfbc
#bcedd7
#bcd2ed

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

Analogous Color

#edbccd
#edbcc3
#edbfbc
#edc9bc
#edd3bc

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

#edbfbc
#bcedbf
#bfbced

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

#edbfbc
#d1edbc
#bceaed
#d7bced

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

#edbfbc
#bceaed
#bcd2ed
#edd7bc

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

#edbfbc Color Code Preview on Black Background Color

This is how #edbfbc Color will look on black background color. Color contrast ratio is 12.78

#edbfbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbfbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbfbc

#edbfbc color code is use for CSS Background Color

Background color for the above div is #edbfbc

HTML with inline CSS

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

#edbfbc color code is use for CSS Border Color

CSS Border color for the above div is #edbfbc

HTML with inline CSS

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

CSS Border Left color for the above div is #edbfbc

HTML with inline CSS

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

CSS Border Right color for the above div is #edbfbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edbfbc

HTML with inline CSS

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

CSS Border Top color for the above div is #edbfbc

HTML with inline CSS

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

#edbfbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edbfbc Color code Preview on White Background

This is how #edbfbc Color code will look on white background color. Color contrast ratio is 1.64

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.