@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ebd1f6 hex color - Violet - Warm color - Information

#ebd1f6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ebd1f6 Color code in RGB color code model is created after adding 92.16% red color, 81.96% green color and 96.47% blue color. Hex #ebd1f6 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 15% magenta, 0% yellow and 3.53% black.

Hex #ebd1f6 color code is between #eeccee web safe hex color code and #ddddff web safe hex color code. #eeccee is the nearest web safe color code. You can see here many more shades of #ebd1f6 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeebd1f6#ebd1f6
RGB Decimal235, 209, 246rgb(235, 209, 246)
RGB Percent92%, 82%, 96%rgb(92%, 82%, 96%)
CSS RGBa235, 209, 246,1rgba(235,209,246,1)
CMYK Modelcmyk(4%,15%,0%,3.53%)
HSL Color Space282,67% ,89%hsl(282,67% ,89%)
HSV Color Space282°, 15%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101000111110110
Octal353321366
Decimal235209246
Hexebd1f6

Different shades of #ebd1f6 color code.

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

Light Shade of #ebd1f6
#fefcfe
Dark Shade of #ebd1f6
#d8a6ee
Saturated Shade of #ebd1f6
#eccef9
Desaturated Shade of #ebd1f6
#ead4f3
Grey scale Shade of #ebd1f6
#e3e3e3
Brighten Shade
#ffeaff
Most Readable Shade
#000000

Shades of #ebd1f6 color code

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

#ebd1f6
#d0b9da
#b6a2bf
#9c8ba4
#827488
#685c6d
#4e4552
#342e36
#1a171b
#000000

Similar Color like #ebd1f6 color

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

#ecd2f7
#edd3f8
#eed4f9
#efd5fa
#f0d6fb
#f1d7fc
#f2d8fd
#f3d9fe
#f4daff
#f5dbff
#f6dcff
#f7ddff
#f8deff
#f9dfff
#ead0f5
#e9cff4
#e8cef3
#e7cdf2
#e6ccf1
#e5cbf0
#e4caef
#e3c9ee
#e2c8ed
#e1c7ec
#e0c6eb
#dfc5ea
#dec4e9
#ddc3e8

Monochromatic Color with #ebd1f6

#ebd1f6
#201c21
#49414c
#716576
#9a89a1
#c2adcb

Tints of #ebd1f6 Color

#ebd1f6
#edd6f7
#efdbf8
#f1e0f9
#f3e5fa
#f6eafb
#f8effc
#faf4fd
#fcf9fe
#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

#ebd1f6
#dcf6d1

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

Split Complementary

#ebd1f6
#eff6d1
#d1f6d8

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

Analogous Color

#dcd1f6
#e4d1f6
#ebd1f6
#f2d1f6
#f6d1f2

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

#ebd1f6
#f6ebd1
#d1f6eb

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

#ebd1f6
#f6d8d1
#dcf6d1
#d1eef6

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

#ebd1f6
#dcf6d1
#d1f6d8
#f6d1ef

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

#ebd1f6 Color Code Preview on Black Background Color

This is how #ebd1f6 Color will look on black background color. Color contrast ratio is 14.98

#ebd1f6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd1f6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd1f6

#ebd1f6 color code is use for CSS Background Color

Background color for the above div is #ebd1f6

HTML with inline CSS

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

#ebd1f6 color code is use for CSS Border Color

CSS Border color for the above div is #ebd1f6

HTML with inline CSS

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

CSS Border Left color for the above div is #ebd1f6

HTML with inline CSS

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

CSS Border Right color for the above div is #ebd1f6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebd1f6

HTML with inline CSS

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

CSS Border Top color for the above div is #ebd1f6

HTML with inline CSS

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

#ebd1f6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebd1f6 Color code Preview on White Background

This is how #ebd1f6 Color code will look on white background color. Color contrast ratio is 1.40

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

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,209,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,246,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,209,246,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.