crispedge.com

Color picker

Loading...

#eecedf hex color - Red - Warm color - Information

#eecedf hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #eecedf Color code in RGB color code model is created after adding 93.33% red color, 80.78% green color and 87.45% blue color. Hex #eecedf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 6% yellow and 7% black.

Hex #eecedf color code is between #ddccdd web safe hex color code and #ffddee web safe hex color code. #ddccdd is the nearest web safe color code. You can see here many more shades of #eecedf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeecedf#eecedf
RGB Decimal238, 206, 223rgb(238, 206, 223)
RGB Percent93%, 81%, 87%rgb(93%, 81%, 87%)
CSS RGBa238, 206, 223,1rgba(238,206,223,1)
CMYK Modelcmyk(0%,13%,6%,7%)
HSL Color Space328,48% ,87%hsl(328,48% ,87%)
HSV Color Space328°, 13%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101100111011011111
Octal356316337
Decimal238206223
Hexeecedf

Different shades of #eecedf color code.

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

Light Shade of #eecedf
#fbf4f8
Dark Shade of #eecedf
#e1a8c6
Saturated Shade of #eecedf
#f1cbdf
Desaturated Shade of #eecedf
#ebd1df
Grey scale Shade of #eecedf
#dedede
Brighten Shade
#ffe7f8
Most Readable Shade
#000000

Shades of #eecedf color code

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

#eecedf
#d3b7c6
#b9a0ad
#9e8994
#84727b
#695b63
#4f444a
#342d31
#1a1618
#000000

Similar Color like #eecedf color

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

#efcfe0
#f0d0e1
#f1d1e2
#f2d2e3
#f3d3e4
#f4d4e5
#f5d5e6
#f6d6e7
#f7d7e8
#f8d8e9
#f9d9ea
#fadaeb
#fbdbec
#fcdced
#edcdde
#ecccdd
#ebcbdc
#eacadb
#e9c9da
#e8c8d9
#e7c7d8
#e6c6d7
#e5c5d6
#e4c4d5
#e3c3d4
#e2c2d3
#e1c1d2
#e0c0d1

Monochromatic Color with #eecedf

#eecedf
#1a1618
#443b40
#6e6068
#99848f
#c3a9b7

Tints of #eecedf Color

#eecedf
#efd3e2
#f1d8e6
#f3dee9
#f5e3ed
#f7e9f0
#f9eef4
#fbf4f7
#fdf9fb
#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

#eecedf
#ceeedd

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

Split Complementary

#eecedf
#cfeece
#ceeeed

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

Analogous Color

#eeceec
#eecee5
#eecedf
#eeced9
#eeced2

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

#eecedf
#dfeece
#cedfee

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

#eecedf
#eeedce
#ceeedd
#cecfee

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

#eecedf
#ceeedd
#ceeeed
#eececf

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

#eecedf Color Code Preview on Black Background Color

This is how #eecedf Color will look on black background color. Color contrast ratio is 14.53

#eecedf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eecedf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eecedf

#eecedf color code is use for CSS Background Color

Background color for the above div is #eecedf

HTML with inline CSS

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

#eecedf color code is use for CSS Border Color

CSS Border color for the above div is #eecedf

HTML with inline CSS

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

CSS Border Left color for the above div is #eecedf

HTML with inline CSS

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

CSS Border Right color for the above div is #eecedf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eecedf

HTML with inline CSS

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

CSS Border Top color for the above div is #eecedf

HTML with inline CSS

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

#eecedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eecedf Color code Preview on White Background

This is how #eecedf Color code will look on white background color. Color contrast ratio is 1.45

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

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(238,206,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,238,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(238,206,223,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.