crispedge.com

Color picker

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

#eddde1 hex color - Red - Warm color - Information

#eddde1 hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeeddde1#eddde1
RGB Decimal237, 221, 225rgb(237, 221, 225)
RGB Percent93%, 87%, 88%rgb(93%, 87%, 88%)
CSS RGBa237, 221, 225,1rgba(237,221,225,1)
CMYK Modelcmyk(0%,7%,5%,7%)
HSL Color Space345,31% ,90%hsl(345,31% ,90%)
HSV Color Space345°, 7%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011101110111100001
Octal355335341
Decimal237221225
Hexeddde1

Different shades of #eddde1 color code.

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

Light Shade of #eddde1
#fffefe
Dark Shade of #eddde1
#dbbcc4
Saturated Shade of #eddde1
#f0dae0
Desaturated Shade of #eddde1
#eae0e2
Grey scale Shade of #eddde1
#e5e5e5
Brighten Shade
#fff6fa
Most Readable Shade
#000000

Shades of #eddde1 color code

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

#eddde1
#d2c4c8
#b8abaf
#9e9396
#837a7d
#696264
#4f494b
#343132
#1a1819
#000000

Similar Color like #eddde1 color

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

#eedee2
#efdfe3
#f0e0e4
#f1e1e5
#f2e2e6
#f3e3e7
#f4e4e8
#f5e5e9
#f6e6ea
#f7e7eb
#f8e8ec
#f9e9ed
#faeaee
#fbebef
#ecdce0
#ebdbdf
#eadade
#e9d9dd
#e8d8dc
#e7d7db
#e6d6da
#e5d5d9
#e4d4d8
#e3d3d7
#e2d2d6
#e1d1d5
#e0d0d4
#dfcfd3

Monochromatic Color with #eddde1

#eddde1
#181717
#433e40
#6d6668
#988e90
#c2b5b9

Tints of #eddde1 Color

#eddde1
#efe0e4
#f1e4e7
#f3e8eb
#f5ecee
#f7eff1
#f9f3f5
#fbf7f8
#fdfbfb
#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

#eddde1
#ddede9

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

Split Complementary

#eddde1
#ddede1
#dde9ed

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

Analogous Color

#eddde7
#eddde4
#eddde1
#edddde
#eddfdd

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

#eddde1
#e1eddd
#dde1ed

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

#eddde1
#e9eddd
#ddede9
#e1dded

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

#eddde1
#ddede9
#dde9ed
#ede1dd

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

#eddde1 Color Code Preview on Black Background Color

This is how #eddde1 Color will look on black background color. Color contrast ratio is 16.03

#eddde1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eddde1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eddde1

#eddde1 color code is use for CSS Background Color

Background color for the above div is #eddde1

HTML with inline CSS

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

#eddde1 color code is use for CSS Border Color

CSS Border color for the above div is #eddde1

HTML with inline CSS

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

CSS Border Left color for the above div is #eddde1

HTML with inline CSS

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

CSS Border Right color for the above div is #eddde1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eddde1

HTML with inline CSS

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

CSS Border Top color for the above div is #eddde1

HTML with inline CSS

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

#eddde1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eddde1 Color code Preview on White Background

This is how #eddde1 Color code will look on white background color. Color contrast ratio is 1.31

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.