crispedge.com

Color picker

Loading...

#c3beed hex color - Blue - Cool color - Information

#c3beed hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #c3beed Color code in RGB color code model is created after adding 76.47% red color, 74.51% green color and 92.94% blue color. Hex #c3beed Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 20% magenta, 0% yellow and 7% black.

Hex #c3beed color code is between #bbbbee web safe hex color code and #ccccdd web safe hex color code. #bbbbee is the nearest web safe color code. You can see here many more shades of #c3beed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec3beed#c3beed
RGB Decimal195, 190, 237rgb(195, 190, 237)
RGB Percent76%, 75%, 93%rgb(76%, 75%, 93%)
CSS RGBa195, 190, 237,1rgba(195,190,237,1)
CMYK Modelcmyk(18%,20%,0%,7%)
HSL Color Space246,57% ,84%hsl(246,57% ,84%)
HSV Color Space246°, 20%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000111011111011101101
Octal303276355
Decimal195190237
Hexc3beed

Different shades of #c3beed color code.

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

Light Shade of #c3beed
#e8e6f8
Dark Shade of #c3beed
#9e96e2
Saturated Shade of #c3beed
#c0baf1
Desaturated Shade of #c3beed
#c6c2e9
Grey scale Shade of #c3beed
#d5d5d5
Brighten Shade
#dcd7ff
Most Readable Shade
#000000

Shades of #c3beed color code

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

#c3beed
#ada8d2
#9793b8
#827e9e
#6c6983
#565469
#413f4f
#2b2a34
#15151a
#000000

Similar Color like #c3beed color

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

#c4bfee
#c5c0ef
#c6c1f0
#c7c2f1
#c8c3f2
#c9c4f3
#cac5f4
#cbc6f5
#ccc7f6
#cdc8f7
#cec9f8
#cfcaf9
#d0cbfa
#d1ccfb
#c2bdec
#c1bceb
#c0bbea
#bfbae9
#beb9e8
#bdb8e7
#bcb7e6
#bbb6e5
#bab5e4
#b9b4e3
#b8b3e2
#b7b2e1
#b6b1e0
#b5b0df

Monochromatic Color with #c3beed

#c3beed
#141418
#373643
#5a586d
#7d7a98
#a09cc2

Tints of #c3beed Color

#c3beed
#c9c5ef
#d0ccf1
#d7d3f3
#dddaf5
#e4e2f7
#ebe9f9
#f1f0fb
#f8f7fd
#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

#c3beed
#e8edbe

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

Split Complementary

#c3beed
#eddabe
#d1edbe

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

Analogous Color

#becced
#bec2ed
#c3beed
#ccbeed
#d6beed

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

#c3beed
#edc3be
#beedc3

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

#c3beed
#edbed0
#e8edbe
#beedda

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

#c3beed
#e8edbe
#d1edbe
#dabeed

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

#c3beed Color Code Preview on Black Background Color

This is how #c3beed Color will look on black background color. Color contrast ratio is 11.91

#c3beed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3beed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3beed

#c3beed color code is use for CSS Background Color

Background color for the above div is #c3beed

HTML with inline CSS

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

#c3beed color code is use for CSS Border Color

CSS Border color for the above div is #c3beed

HTML with inline CSS

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

CSS Border Left color for the above div is #c3beed

HTML with inline CSS

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

CSS Border Right color for the above div is #c3beed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3beed

HTML with inline CSS

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

CSS Border Top color for the above div is #c3beed

HTML with inline CSS

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

#c3beed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3beed Color code Preview on White Background

This is how #c3beed Color code will look on white background color. Color contrast ratio is 1.76

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

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(195,190,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,237,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,190,237,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.