crispedge.com

Color picker

Loading...

#ceaebb hex color - Pink Potion - Violet - Warm color - Information

#ceaebb hex color - Pink Potion - Violet - Warm color

Color Hue/Base color: Violet

Hex #ceaebb Color Code is also known as Pink Potion color.

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

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

0 Likes 0 Comments | 24 Views

RGB Chart

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

Color Table

Hex Color Codeceaebb#ceaebb
RGB Decimal206, 174, 187rgb(206, 174, 187)
RGB Percent81%, 68%, 73%rgb(81%, 68%, 73%)
CSS RGBa206, 174, 187,1rgba(206,174,187,1)
CMYK Modelcmyk(0%,16%,9%,19%)
HSL Color Space336,25% ,75%hsl(336,25% ,75%)
HSV Color Space336°, 16%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101010111010111011
Octal316256273
Decimal206174187
Hexceaebb

Different shades of #ceaebb color code.

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

Light Shade of #ceaebb
#e1ced6
Dark Shade of #ceaebb
#bb8ea0
Saturated Shade of #ceaebb
#d4a7ba
Desaturated Shade of #ceaebb
#c7b4bc
Grey scale Shade of #ceaebb
#bebebe
Brighten Shade
#e7c7d4
Most Readable Shade
#000000

Shades of #ceaebb color code

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

#ceaebb
#b79aa6
#a08791
#89747c
#726067
#5b4d53
#443a3e
#2d2629
#161314
#000000

Similar Color like #ceaebb color

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

#cfafbc
#d0b0bd
#d1b1be
#d2b2bf
#d3b3c0
#d4b4c1
#d5b5c2
#d6b6c3
#d7b7c4
#d8b8c5
#d9b9c6
#dabac7
#dbbbc8
#dcbcc9
#cdadba
#ccacb9
#cbabb8
#caaab7
#c9a9b6
#c8a8b5
#c7a7b4
#c6a6b3
#c5a5b2
#c4a4b1
#c3a3b0
#c2a2af
#c1a1ae
#c0a0ad

Monochromatic Color with #ceaebb

#ceaebb
#f8d2e2
#241e21
#4e4247
#79666e
#a38a94

Tints of #ceaebb Color

#ceaebb
#d3b7c2
#d8c0ca
#dec9d1
#e3d2d9
#e9dbe0
#eee4e8
#f4edef
#f9f6f7
#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

#ceaebb
#aecec1

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

Split Complementary

#ceaebb
#aeceb1
#aecbce

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

Analogous Color

#ceaec8
#ceaec1
#ceaebb
#ceaeb5
#ceaeae

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

#ceaebb
#bbceae
#aebbce

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

#ceaebb
#cbceae
#aecec1
#b1aece

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

#ceaebb
#aecec1
#aecbce
#ceb1ae

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

#ceaebb Color Code Preview on Black Background Color

This is how #ceaebb Color will look on black background color. Color contrast ratio is 10.40

#ceaebb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceaebb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceaebb

#ceaebb color code is use for CSS Background Color

Background color for the above div is #ceaebb

HTML with inline CSS

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

#ceaebb color code is use for CSS Border Color

CSS Border color for the above div is #ceaebb

HTML with inline CSS

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

CSS Border Left color for the above div is #ceaebb

HTML with inline CSS

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

CSS Border Right color for the above div is #ceaebb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceaebb

HTML with inline CSS

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

CSS Border Top color for the above div is #ceaebb

HTML with inline CSS

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

#ceaebb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceaebb Color code Preview on White Background

This is how #ceaebb Color code will look on white background color. Color contrast ratio is 2.02

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

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

0 Likes 0 Comments | 24 Views

Post your comment:-

By submitting comment you agree to our privacy policy.