crispedge.com

Color picker

Loading...

#ce99b0 hex color - Red - Warm color - Information

#ce99b0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ce99b0 Color code in RGB color code model is created after adding 80.78% red color, 60% green color and 69.02% blue color. Hex #ce99b0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 15% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece99b0#ce99b0
RGB Decimal206, 153, 176rgb(206, 153, 176)
RGB Percent81%, 60%, 69%rgb(81%, 60%, 69%)
CSS RGBa206, 153, 176,1rgba(206,153,176,1)
CMYK Modelcmyk(0%,26%,15%,19%)
HSL Color Space334,35% ,70%hsl(334,35% ,70%)
HSV Color Space334°, 26%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001100110110000
Octal316231260
Decimal206153176
Hexce99b0

Different shades of #ce99b0 color code.

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

Light Shade of #ce99b0
#dfbbcb
Dark Shade of #ce99b0
#bd7795
Saturated Shade of #ce99b0
#d691af
Desaturated Shade of #ce99b0
#c6a1b1
Grey scale Shade of #ce99b0
#b3b3b3
Brighten Shade
#e7b2c9
Most Readable Shade
#000000

Shades of #ce99b0 color code

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

#ce99b0
#b7889c
#a07788
#896675
#725561
#5b444e
#44333a
#2d2227
#161113
#000000

Similar Color like #ce99b0 color

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

#cf9ab1
#d09bb2
#d19cb3
#d29db4
#d39eb5
#d49fb6
#d5a0b7
#d6a1b8
#d7a2b9
#d8a3ba
#d9a4bb
#daa5bc
#dba6bd
#dca7be
#cd98af
#cc97ae
#cb96ad
#ca95ac
#c994ab
#c893aa
#c792a9
#c691a8
#c590a7
#c48fa6
#c38ea5
#c28da4
#c18ca3
#c08ba2

Monochromatic Color with #ce99b0

#ce99b0
#f8b9d4
#241b1f
#4e3a43
#795a67
#a3798c

Tints of #ce99b0 Color

#ce99b0
#d3a4b8
#d8afc1
#debbca
#e3c6d3
#e9d1db
#eedde4
#f4e8ed
#f9f3f6
#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

#ce99b0
#99ceb7

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

Split Complementary

#ce99b0
#99ce9c
#99cbce

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

Analogous Color

#ce99c5
#ce99bb
#ce99b0
#ce99a5
#ce999b

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

#ce99b0
#b0ce99
#99b0ce

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

#ce99b0
#cace99
#99ceb7
#9c99ce

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

#ce99b0
#99ceb7
#99cbce
#ce9c99

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

#ce99b0 Color Code Preview on Black Background Color

This is how #ce99b0 Color will look on black background color. Color contrast ratio is 8.81

#ce99b0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce99b0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce99b0

#ce99b0 color code is use for CSS Background Color

Background color for the above div is #ce99b0

HTML with inline CSS

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

#ce99b0 color code is use for CSS Border Color

CSS Border color for the above div is #ce99b0

HTML with inline CSS

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

CSS Border Left color for the above div is #ce99b0

HTML with inline CSS

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

CSS Border Right color for the above div is #ce99b0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce99b0

HTML with inline CSS

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

CSS Border Top color for the above div is #ce99b0

HTML with inline CSS

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

#ce99b0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce99b0 Color code Preview on White Background

This is how #ce99b0 Color code will look on white background color. Color contrast ratio is 2.38

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

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,153,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,206,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,153,176,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.