crispedge.com

Color picker

Loading...

#ce9eae hex color - Red - Warm color - Information

#ce9eae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ce9eae Color code in RGB color code model is created after adding 80.78% red color, 61.96% green color and 68.24% blue color. Hex #ce9eae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 16% yellow and 19% black.

Hex #ce9eae color code is between #cc99aa web safe hex color code and #ddaabb web safe hex color code. #cc99aa is the nearest web safe color code. You can see here many more shades of #ce9eae color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codece9eae#ce9eae
RGB Decimal206, 158, 174rgb(206, 158, 174)
RGB Percent81%, 62%, 68%rgb(81%, 62%, 68%)
CSS RGBa206, 158, 174,1rgba(206,158,174,1)
CMYK Modelcmyk(0%,23%,16%,19%)
HSL Color Space340,33% ,71%hsl(340,33% ,71%)
HSV Color Space340°, 23%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001111010101110
Octal316236256
Decimal206158174
Hexce9eae

Different shades of #ce9eae color code.

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

Light Shade of #ce9eae
#dfc0ca
Dark Shade of #ce9eae
#bd7c92
Saturated Shade of #ce9eae
#d597ac
Desaturated Shade of #ce9eae
#c7a5b0
Grey scale Shade of #ce9eae
#b6b6b6
Brighten Shade
#e7b7c7
Most Readable Shade
#000000

Shades of #ce9eae color code

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

#ce9eae
#b78c9a
#a07a87
#896974
#725760
#5b464d
#44343a
#2d2326
#161113
#000000

Similar Color like #ce9eae color

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

#cf9faf
#d0a0b0
#d1a1b1
#d2a2b2
#d3a3b3
#d4a4b4
#d5a5b5
#d6a6b6
#d7a7b7
#d8a8b8
#d9a9b9
#daaaba
#dbabbb
#dcacbc
#cd9dad
#cc9cac
#cb9bab
#ca9aaa
#c999a9
#c898a8
#c797a7
#c696a6
#c595a5
#c494a4
#c393a3
#c292a2
#c191a1
#c090a0

Monochromatic Color with #ce9eae

#ce9eae
#f8bfd2
#241c1e
#4e3c42
#795d66
#a37d8a

Tints of #ce9eae Color

#ce9eae
#d3a8b7
#d8b3c0
#debec9
#e3c9d2
#e9d3db
#eedee4
#f4e9ed
#f9f4f6
#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

#ce9eae
#9ecebe

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

Split Complementary

#ce9eae
#9ecea6
#9ec6ce

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

Analogous Color

#ce9ec1
#ce9eb8
#ce9eae
#ce9ea4
#cea19e

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

#ce9eae
#aece9e
#9eaece

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

#ce9eae
#c6ce9e
#9ecebe
#a69ece

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

#ce9eae
#9ecebe
#9ec6ce
#cea69e

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

#ce9eae Color Code Preview on Black Background Color

This is how #ce9eae Color will look on black background color. Color contrast ratio is 9.13

#ce9eae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce9eae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce9eae

#ce9eae color code is use for CSS Background Color

Background color for the above div is #ce9eae

HTML with inline CSS

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

#ce9eae color code is use for CSS Border Color

CSS Border color for the above div is #ce9eae

HTML with inline CSS

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

CSS Border Left color for the above div is #ce9eae

HTML with inline CSS

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

CSS Border Right color for the above div is #ce9eae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce9eae

HTML with inline CSS

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

CSS Border Top color for the above div is #ce9eae

HTML with inline CSS

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

#ce9eae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce9eae Color code Preview on White Background

This is how #ce9eae Color code will look on white background color. Color contrast ratio is 2.30

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

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(206,158,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,206,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,158,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.