crispedge.com

Color picker

Loading...

#ce9bdb hex color - Violet - Warm color - Information

#ce9bdb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ce9bdb Color code in RGB color code model is created after adding 80.78% red color, 60.78% green color and 85.88% blue color. Hex #ce9bdb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 29% magenta, 0% yellow and 14% black.

Hex #ce9bdb color code is between #cc99dd web safe hex color code and #ddaacc web safe hex color code. #cc99dd is the nearest web safe color code. You can see here many more shades of #ce9bdb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece9bdb#ce9bdb
RGB Decimal206, 155, 219rgb(206, 155, 219)
RGB Percent81%, 61%, 86%rgb(81%, 61%, 86%)
CSS RGBa206, 155, 219,1rgba(206,155,219,1)
CMYK Modelcmyk(6%,29%,0%,14%)
HSL Color Space288,47% ,73%hsl(288,47% ,73%)
HSV Color Space288°, 29%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001101111011011
Octal316233333
Decimal206155219
Hexce9bdb

Different shades of #ce9bdb color code.

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

Light Shade of #ce9bdb
#e0c0e8
Dark Shade of #ce9bdb
#bc75cd
Saturated Shade of #ce9bdb
#d294e2
Desaturated Shade of #ce9bdb
#caa2d4
Grey scale Shade of #ce9bdb
#bbbbbb
Brighten Shade
#e7b4f4
Most Readable Shade
#000000

Shades of #ce9bdb color code

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

#ce9bdb
#b789c2
#a078aa
#896792
#725679
#5b4461
#443349
#2d2230
#161118
#000000

Similar Color like #ce9bdb color

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

#cf9cdc
#d09ddd
#d19ede
#d29fdf
#d3a0e0
#d4a1e1
#d5a2e2
#d6a3e3
#d7a4e4
#d8a5e5
#d9a6e6
#daa7e7
#dba8e8
#dca9e9
#cd9ada
#cc99d9
#cb98d8
#ca97d7
#c996d6
#c895d5
#c794d4
#c693d3
#c592d2
#c491d1
#c390d0
#c28fcf
#c18ece
#c08dcd

Monochromatic Color with #ce9bdb

#ce9bdb
#060506
#2e2331
#56415b
#7e5f86
#a67db0

Tints of #ce9bdb Color

#ce9bdb
#d3a6df
#d8b1e3
#debce7
#e3c7eb
#e9d2ef
#eeddf3
#f4e8f7
#f9f3fb
#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

#ce9bdb
#a8db9b

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

Split Complementary

#ce9bdb
#c8db9b
#9bdbae

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

Analogous Color

#b49bdb
#c19bdb
#ce9bdb
#db9bdb
#db9bce

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

#ce9bdb
#dbce9b
#9bdbce

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

#ce9bdb
#dbae9b
#a8db9b
#9bc8db

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

#ce9bdb
#a8db9b
#9bdbae
#db9bc8

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

#ce9bdb Color Code Preview on Black Background Color

This is how #ce9bdb Color will look on black background color. Color contrast ratio is 9.34

#ce9bdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce9bdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce9bdb

#ce9bdb color code is use for CSS Background Color

Background color for the above div is #ce9bdb

HTML with inline CSS

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

#ce9bdb color code is use for CSS Border Color

CSS Border color for the above div is #ce9bdb

HTML with inline CSS

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

CSS Border Left color for the above div is #ce9bdb

HTML with inline CSS

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

CSS Border Right color for the above div is #ce9bdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce9bdb

HTML with inline CSS

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

CSS Border Top color for the above div is #ce9bdb

HTML with inline CSS

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

#ce9bdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce9bdb Color code Preview on White Background

This is how #ce9bdb Color code will look on white background color. Color contrast ratio is 2.25

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

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,155,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,219,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,155,219,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.