crispedge.com

Color picker

Loading...

#ce95de hex color - Violet - Warm color - Information

#ce95de hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ce95de Color code in RGB color code model is created after adding 80.78% red color, 58.43% green color and 87.06% blue color. Hex #ce95de Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 33% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece95de#ce95de
RGB Decimal206, 149, 222rgb(206, 149, 222)
RGB Percent81%, 58%, 87%rgb(81%, 58%, 87%)
CSS RGBa206, 149, 222,1rgba(206,149,222,1)
CMYK Modelcmyk(7%,33%,0%,13%)
HSL Color Space287,53% ,73%hsl(287,53% ,73%)
HSV Color Space287°, 33%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001010111011110
Octal316225336
Decimal206149222
Hexce95de

Different shades of #ce95de color code.

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

Light Shade of #ce95de
#e0bcea
Dark Shade of #ce95de
#bc6ed2
Saturated Shade of #ce95de
#d28ee5
Desaturated Shade of #ce95de
#ca9cd7
Grey scale Shade of #ce95de
#b9b9b9
Brighten Shade
#e7aef7
Most Readable Shade
#000000

Shades of #ce95de color code

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

#ce95de
#b784c5
#a073ac
#896394
#72527b
#5b4262
#44314a
#2d2131
#161018
#000000

Similar Color like #ce95de color

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

#cf96df
#d097e0
#d198e1
#d299e2
#d39ae3
#d49be4
#d59ce5
#d69de6
#d79ee7
#d89fe8
#d9a0e9
#daa1ea
#dba2eb
#dca3ec
#cd94dd
#cc93dc
#cb92db
#ca91da
#c990d9
#c88fd8
#c78ed7
#c68dd6
#c58cd5
#c48bd4
#c38ad3
#c289d2
#c188d1
#c087d0

Monochromatic Color with #ce95de

#ce95de
#090609
#302334
#583f5e
#7f5c89
#a778b3

Tints of #ce95de Color

#ce95de
#d3a0e1
#d8ace5
#deb8e9
#e3c4ec
#e9cff0
#eedbf4
#f4e7f7
#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

#ce95de
#a5de95

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

Split Complementary

#ce95de
#c9de95
#95deaa

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

Analogous Color

#b195de
#bf95de
#ce95de
#dd95de
#de95d1

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

#ce95de
#dece95
#95dece

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

#ce95de
#dea995
#a5de95
#95c9de

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

#ce95de
#a5de95
#95deaa
#de95c9

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

#ce95de Color Code Preview on Black Background Color

This is how #ce95de Color will look on black background color. Color contrast ratio is 8.98

#ce95de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce95de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce95de

#ce95de color code is use for CSS Background Color

Background color for the above div is #ce95de

HTML with inline CSS

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

#ce95de color code is use for CSS Border Color

CSS Border color for the above div is #ce95de

HTML with inline CSS

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

CSS Border Left color for the above div is #ce95de

HTML with inline CSS

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

CSS Border Right color for the above div is #ce95de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce95de

HTML with inline CSS

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

CSS Border Top color for the above div is #ce95de

HTML with inline CSS

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

#ce95de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce95de Color code Preview on White Background

This is how #ce95de Color code will look on white background color. Color contrast ratio is 2.34

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

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,149,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,222,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,149,222,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.