crispedge.com

Color picker

Loading...

#e1bccd hex color - Red - Warm color - Information

#e1bccd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #e1bccd Color code in RGB color code model is created after adding 88.24% red color, 73.73% green color and 80.39% blue color. Hex #e1bccd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 9% yellow and 12% black.

Hex #e1bccd color code is between #ddbbcc web safe hex color code and #eeccdd web safe hex color code. #ddbbcc is the nearest web safe color code. You can see here many more shades of #e1bccd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee1bccd#e1bccd
RGB Decimal225, 188, 205rgb(225, 188, 205)
RGB Percent88%, 74%, 80%rgb(88%, 74%, 80%)
CSS RGBa225, 188, 205,1rgba(225,188,205,1)
CMYK Modelcmyk(0%,16%,9%,12%)
HSL Color Space332,38% ,81%hsl(332,38% ,81%)
HSV Color Space332°, 16%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000011011110011001101
Octal341274315
Decimal225188205
Hexe1bccd

Different shades of #e1bccd color code.

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

Light Shade of #e1bccd
#f1dfe7
Dark Shade of #e1bccd
#d199b3
Saturated Shade of #e1bccd
#e6b7cd
Desaturated Shade of #e1bccd
#dcc1cd
Grey scale Shade of #e1bccd
#cecece
Brighten Shade
#fad5e6
Most Readable Shade
#000000

Shades of #e1bccd color code

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

#e1bccd
#c8a7b6
#af929f
#967d88
#7d6871
#64535b
#4b3e44
#32292d
#191416
#000000

Similar Color like #e1bccd color

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

#e2bdce
#e3becf
#e4bfd0
#e5c0d1
#e6c1d2
#e7c2d3
#e8c3d4
#e9c4d5
#eac5d6
#ebc6d7
#ecc7d8
#edc8d9
#eec9da
#efcadb
#e0bbcc
#dfbacb
#deb9ca
#ddb8c9
#dcb7c8
#dbb6c7
#dab5c6
#d9b4c5
#d8b3c4
#d7b2c3
#d6b1c2
#d5b0c1
#d4afc0
#d3aebf

Monochromatic Color with #e1bccd

#e1bccd
#0c0a0b
#372e32
#615159
#8c7580
#b698a6

Tints of #e1bccd Color

#e1bccd
#e4c3d2
#e7cad8
#ebd2dd
#eed9e3
#f1e1e8
#f5e8ee
#f8f0f3
#fbf7f9
#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

#e1bccd
#bce1d0

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

Split Complementary

#e1bccd
#bce1be
#bcdfe1

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

Analogous Color

#e1bcdc
#e1bcd4
#e1bccd
#e1bcc6
#e1bcbe

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

#e1bccd
#cde1bc
#bccde1

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

#e1bccd
#dfe1bc
#bce1d0
#bebce1

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

#e1bccd
#bce1d0
#bcdfe1
#e1bebc

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

#e1bccd Color Code Preview on Black Background Color

This is how #e1bccd Color will look on black background color. Color contrast ratio is 12.28

#e1bccd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1bccd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e1bccd

#e1bccd color code is use for CSS Background Color

Background color for the above div is #e1bccd

HTML with inline CSS

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

#e1bccd color code is use for CSS Border Color

CSS Border color for the above div is #e1bccd

HTML with inline CSS

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

CSS Border Left color for the above div is #e1bccd

HTML with inline CSS

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

CSS Border Right color for the above div is #e1bccd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e1bccd

HTML with inline CSS

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

CSS Border Top color for the above div is #e1bccd

HTML with inline CSS

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

#e1bccd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e1bccd Color code Preview on White Background

This is how #e1bccd Color code will look on white background color. Color contrast ratio is 1.71

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

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(225,188,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,225,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,188,205,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.