crispedge.com

Color picker

Loading...

#c69eaf hex color - Violet - Warm color - Information

#c69eaf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c69eaf Color code in RGB color code model is created after adding 77.65% red color, 61.96% green color and 68.63% blue color. Hex #c69eaf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 12% yellow and 22% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec69eaf#c69eaf
RGB Decimal198, 158, 175rgb(198, 158, 175)
RGB Percent78%, 62%, 69%rgb(78%, 62%, 69%)
CSS RGBa198, 158, 175,1rgba(198,158,175,1)
CMYK Modelcmyk(0%,20%,12%,22%)
HSL Color Space335,26% ,70%hsl(335,26% ,70%)
HSV Color Space334°, 20%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001111010101111
Octal306236257
Decimal198158175
Hexc69eaf

Different shades of #c69eaf color code.

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

Light Shade of #c69eaf
#d9bec9
Dark Shade of #c69eaf
#b37e94
Saturated Shade of #c69eaf
#ce96ae
Desaturated Shade of #c69eaf
#bea6b0
Grey scale Shade of #c69eaf
#b2b2b2
Brighten Shade
#dfb7c8
Most Readable Shade
#000000

Shades of #c69eaf color code

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

#c69eaf
#b08c9b
#9a7a88
#846974
#6e5761
#58464d
#42343a
#2c2326
#161113
#000000

Similar Color like #c69eaf color

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

#c79fb0
#c8a0b1
#c9a1b2
#caa2b3
#cba3b4
#cca4b5
#cda5b6
#cea6b7
#cfa7b8
#d0a8b9
#d1a9ba
#d2aabb
#d3abbc
#d4acbd
#c59dae
#c49cad
#c39bac
#c29aab
#c199aa
#c098a9
#bf97a8
#be96a7
#bd95a6
#bc94a5
#bb93a4
#ba92a3
#b991a2
#b890a1

Monochromatic Color with #c69eaf

#c69eaf
#f0c0d5
#1c1619
#46383e
#715a64
#9b7c89

Tints of #c69eaf Color

#c69eaf
#cca8b7
#d2b3c0
#d9bec9
#dfc9d2
#e5d3db
#ecdee4
#f2e9ed
#f8f4f6
#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

#c69eaf
#9ec6b5

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

Split Complementary

#c69eaf
#9ec6a1
#9ec3c6

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

Analogous Color

#c69ebf
#c69eb7
#c69eaf
#c69ea7
#c69e9f

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

#c69eaf
#afc69e
#9eafc6

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

#c69eaf
#c3c69e
#9ec6b5
#a19ec6

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

#c69eaf
#9ec6b5
#9ec3c6
#c6a19e

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

#c69eaf Color Code Preview on Black Background Color

This is how #c69eaf Color will look on black background color. Color contrast ratio is 8.91

#c69eaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69eaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69eaf

#c69eaf color code is use for CSS Background Color

Background color for the above div is #c69eaf

HTML with inline CSS

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

#c69eaf color code is use for CSS Border Color

CSS Border color for the above div is #c69eaf

HTML with inline CSS

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

CSS Border Left color for the above div is #c69eaf

HTML with inline CSS

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

CSS Border Right color for the above div is #c69eaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69eaf

HTML with inline CSS

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

CSS Border Top color for the above div is #c69eaf

HTML with inline CSS

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

#c69eaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69eaf Color code Preview on White Background

This is how #c69eaf Color code will look on white background color. Color contrast ratio is 2.36

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

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(198,158,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,198,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,158,175,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.