crispedge.com

Color picker

Loading...

#edcffb hex color - Violet - Warm color - Information

#edcffb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #edcffb color code is between #eeccff web safe hex color code and #ddddee web safe hex color code. #eeccff is the nearest web safe color code. You can see here many more shades of #edcffb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedcffb#edcffb
RGB Decimal237, 207, 251rgb(237, 207, 251)
RGB Percent93%, 81%, 98%rgb(93%, 81%, 98%)
CSS RGBa237, 207, 251,1rgba(237,207,251,1)
CMYK Modelcmyk(6%,18%,0%,2%)
HSL Color Space281,85% ,90%hsl(281,85% ,90%)
HSV Color Space281°, 18%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100111111111011
Octal355317373
Decimal237207251
Hexedcffb

Different shades of #edcffb color code.

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

Light Shade of #edcffb
#fffeff
Dark Shade of #edcffb
#dba0f7
Saturated Shade of #edcffb
#eeccfe
Desaturated Shade of #edcffb
#ecd2f8
Grey scale Shade of #edcffb
#e5e5e5
Brighten Shade
#ffe8ff
Most Readable Shade
#000000

Shades of #edcffb color code

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

#edcffb
#d2b8df
#b8a1c3
#9e8aa7
#83738b
#695c6f
#4f4553
#342e37
#1a171b
#000000

Similar Color like #edcffb color

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

#eed0fc
#efd1fd
#f0d2fe
#f1d3ff
#f2d4ff
#f3d5ff
#f4d6ff
#f5d7ff
#f6d8ff
#f7d9ff
#f8daff
#f9dbff
#fadcff
#fbddff
#eccefa
#ebcdf9
#eaccf8
#e9cbf7
#e8caf6
#e7c9f5
#e6c8f4
#e5c7f3
#e4c6f2
#e3c5f1
#e2c4f0
#e1c3ef
#e0c2ee
#dfc1ed

Monochromatic Color with #edcffb

#edcffb
#242026
#4c4351
#75667b
#9d89a6
#c5acd0

Tints of #edcffb Color

#edcffb
#efd4fb
#f1d9fb
#f3dffc
#f5e4fc
#f7e9fd
#f9effd
#fbf4fe
#fdf9fe
#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

#edcffb
#ddfbcf

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

Split Complementary

#edcffb
#f3fbcf
#cffbd7

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

Analogous Color

#dbcffb
#e4cffb
#edcffb
#f6cffb
#fbcff7

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

#edcffb
#fbedcf
#cffbed

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

#edcffb
#fbd7cf
#ddfbcf
#cff3fb

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

#edcffb
#ddfbcf
#cffbd7
#fbcff3

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

#edcffb Color Code Preview on Black Background Color

This is how #edcffb Color will look on black background color. Color contrast ratio is 14.92

#edcffb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcffb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edcffb

#edcffb color code is use for CSS Background Color

Background color for the above div is #edcffb

HTML with inline CSS

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

#edcffb color code is use for CSS Border Color

CSS Border color for the above div is #edcffb

HTML with inline CSS

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

CSS Border Left color for the above div is #edcffb

HTML with inline CSS

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

CSS Border Right color for the above div is #edcffb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edcffb

HTML with inline CSS

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

CSS Border Top color for the above div is #edcffb

HTML with inline CSS

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

#edcffb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edcffb Color code Preview on White Background

This is how #edcffb Color code will look on white background color. Color contrast ratio is 1.41

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

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,207,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,251,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,207,251,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.