crispedge.com

Color picker

Loading...

#edb2fb hex color - Violet - Warm color - Information

#edb2fb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #edb2fb Color code in RGB color code model is created after adding 92.94% red color, 69.8% green color and 98.43% blue color. Hex #edb2fb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 29% magenta, 0% yellow and 2% black.

Hex #edb2fb color code is between #eeaaff web safe hex color code and #ddbbee web safe hex color code. #eeaaff is the nearest web safe color code. You can see here many more shades of #edb2fb color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeedb2fb#edb2fb
RGB Decimal237, 178, 251rgb(237, 178, 251)
RGB Percent93%, 70%, 98%rgb(93%, 70%, 98%)
CSS RGBa237, 178, 251,1rgba(237,178,251,1)
CMYK Modelcmyk(6%,29%,0%,2%)
HSL Color Space288,90% ,84%hsl(288,90% ,84%)
HSV Color Space288°, 29%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011001011111011
Octal355262373
Decimal237178251
Hexedb2fb

Different shades of #edb2fb color code.

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

Light Shade of #edb2fb
#f8e2fe
Dark Shade of #edb2fb
#e281f8
Saturated Shade of #edb2fb
#efaeff
Desaturated Shade of #edb2fb
#eab6f7
Grey scale Shade of #edb2fb
#d6d6d6
Brighten Shade
#ffcbff
Most Readable Shade
#000000

Shades of #edb2fb color code

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

#edb2fb
#d29edf
#b88ac3
#9e76a7
#83628b
#694f6f
#4f3b53
#342737
#1a131b
#000000

Similar Color like #edb2fb color

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

#eeb3fc
#efb4fd
#f0b5fe
#f1b6ff
#f2b7ff
#f3b8ff
#f4b9ff
#f5baff
#f6bbff
#f7bcff
#f8bdff
#f9beff
#fabfff
#fbc0ff
#ecb1fa
#ebb0f9
#eaaff8
#e9aef7
#e8adf6
#e7acf5
#e6abf4
#e5aaf3
#e4a9f2
#e3a8f1
#e2a7f0
#e1a6ef
#e0a5ee
#dfa4ed

Monochromatic Color with #edb2fb

#edb2fb
#241b26
#4c3951
#75587b
#9d76a6
#c594d0

Tints of #edb2fb Color

#edb2fb
#efbafb
#f1c3fb
#f3cbfc
#f5d4fc
#f7dcfd
#f9e5fd
#fbedfe
#fdf6fe
#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

#edb2fb
#c0fbb2

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

Split Complementary

#edb2fb
#e5fbb2
#b2fbc8

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

Analogous Color

#d0b2fb
#deb2fb
#edb2fb
#fbb2fa
#fbb2ec

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

#edb2fb
#fbedb2
#b2fbed

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

#edb2fb
#fbc8b2
#c0fbb2
#b2e4fb

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

#edb2fb
#c0fbb2
#b2fbc8
#fbb2e5

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

#edb2fb Color Code Preview on Black Background Color

This is how #edb2fb Color will look on black background color. Color contrast ratio is 12.36

#edb2fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb2fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb2fb

#edb2fb color code is use for CSS Background Color

Background color for the above div is #edb2fb

HTML with inline CSS

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

#edb2fb color code is use for CSS Border Color

CSS Border color for the above div is #edb2fb

HTML with inline CSS

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

CSS Border Left color for the above div is #edb2fb

HTML with inline CSS

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

CSS Border Right color for the above div is #edb2fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb2fb

HTML with inline CSS

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

CSS Border Top color for the above div is #edb2fb

HTML with inline CSS

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

#edb2fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb2fb Color code Preview on White Background

This is how #edb2fb Color code will look on white background color. Color contrast ratio is 1.70

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

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(237,178,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,251,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,178,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.