crispedge.com

Color picker

Loading...

#ebe5ed hex color - Violet - Warm color - Information

#ebe5ed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ebe5ed Color code in RGB color code model is created after adding 92.16% red color, 89.8% green color and 92.94% blue color. Hex #ebe5ed Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 3% magenta, 0% yellow and 7% black.

Hex #ebe5ed color code is between #eeddee web safe hex color code and #ddeedd web safe hex color code. #eeddee is the nearest web safe color code. You can see here many more shades of #ebe5ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeebe5ed#ebe5ed
RGB Decimal235, 229, 237rgb(235, 229, 237)
RGB Percent92%, 90%, 93%rgb(92%, 90%, 93%)
CSS RGBa235, 229, 237,1rgba(235,229,237,1)
CMYK Modelcmyk(1%,3%,0%,7%)
HSL Color Space285,18% ,91%hsl(285,18% ,91%)
HSV Color Space285°, 3%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111110010111101101
Octal353345355
Decimal235229237
Hexebe5ed

Different shades of #ebe5ed color code.

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

Light Shade of #ebe5ed
#ffffff
Dark Shade of #ebe5ed
#d4c7d8
Saturated Shade of #ebe5ed
#ece3ef
Desaturated Shade of #ebe5ed
#eae7eb
Grey scale Shade of #ebe5ed
#e9e9e9
Brighten Shade
#fffeff
Most Readable Shade
#000000

Shades of #ebe5ed color code

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

#ebe5ed
#d0cbd2
#b6b2b8
#9c989e
#827f83
#686569
#4e4c4f
#343234
#1a191a
#000000

Similar Color like #ebe5ed color

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

#ece6ee
#ede7ef
#eee8f0
#efe9f1
#f0eaf2
#f1ebf3
#f2ecf4
#f3edf5
#f4eef6
#f5eff7
#f6f0f8
#f7f1f9
#f8f2fa
#f9f3fb
#eae4ec
#e9e3eb
#e8e2ea
#e7e1e9
#e6e0e8
#e5dfe7
#e4dee6
#e3dde5
#e2dce4
#e1dbe3
#e0dae2
#dfd9e1
#ded8e0
#ddd7df

Monochromatic Color with #ebe5ed

#ebe5ed
#181818
#424143
#6d6a6d
#979398
#c1bcc2

Tints of #ebe5ed Color

#ebe5ed
#ede7ef
#efeaf1
#f1edf3
#f3f0f5
#f6f3f7
#f8f6f9
#faf9fb
#fcfcfd
#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

#ebe5ed
#e7ede5

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

Split Complementary

#ebe5ed
#ebede5
#e5ede7

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

Analogous Color

#e8e5ed
#e9e5ed
#ebe5ed
#ede5ed
#ede5ec

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

#ebe5ed
#edebe5
#e5edeb

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

#ebe5ed
#ede7e5
#e7ede5
#e5ebed

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

#ebe5ed
#e7ede5
#e5ede7
#ede5eb

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

#ebe5ed Color Code Preview on Black Background Color

This is how #ebe5ed Color will look on black background color. Color contrast ratio is 16.96

#ebe5ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebe5ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebe5ed

#ebe5ed color code is use for CSS Background Color

Background color for the above div is #ebe5ed

HTML with inline CSS

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

#ebe5ed color code is use for CSS Border Color

CSS Border color for the above div is #ebe5ed

HTML with inline CSS

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

CSS Border Left color for the above div is #ebe5ed

HTML with inline CSS

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

CSS Border Right color for the above div is #ebe5ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebe5ed

HTML with inline CSS

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

CSS Border Top color for the above div is #ebe5ed

HTML with inline CSS

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

#ebe5ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebe5ed Color code Preview on White Background

This is how #ebe5ed Color code will look on white background color. Color contrast ratio is 1.24

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

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(235,229,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(231,237,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,229,237,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.