crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c1cbea hex color - Blue - Cool color - Information

#c1cbea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c1cbea Color code in RGB color code model is created after adding 75.69% red color, 79.61% green color and 91.76% blue color. Hex #c1cbea Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 13% magenta, 0% yellow and 8% black.

Hex #c1cbea color code is between #bbccee web safe hex color code and #ccbbdd web safe hex color code. #bbccee is the nearest web safe color code. You can see here many more shades of #c1cbea color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec1cbea#c1cbea
RGB Decimal193, 203, 234rgb(193, 203, 234)
RGB Percent76%, 80%, 92%rgb(76%, 80%, 92%)
CSS RGBa193, 203, 234,1rgba(193,203,234,1)
CMYK Modelcmyk(18%,13%,0%,8%)
HSL Color Space225,49% ,84%hsl(225,49% ,84%)
HSV Color Space225°, 18%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000011100101111101010
Octal301313352
Decimal193203234
Hexc1cbea

Different shades of #c1cbea color code.

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

Light Shade of #c1cbea
#e7ebf7
Dark Shade of #c1cbea
#9babdd
Saturated Shade of #c1cbea
#bdc9ee
Desaturated Shade of #c1cbea
#c5cde6
Grey scale Shade of #c1cbea
#d5d5d5
Brighten Shade
#dae4ff
Most Readable Shade
#000000

Shades of #c1cbea color code

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

#c1cbea
#abb4d0
#969db6
#80879c
#6b7082
#555a68
#40434e
#2a2d34
#15161a
#000000

Similar Color like #c1cbea color

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

#c2cceb
#c3cdec
#c4ceed
#c5cfee
#c6d0ef
#c7d1f0
#c8d2f1
#c9d3f2
#cad4f3
#cbd5f4
#ccd6f5
#cdd7f6
#ced8f7
#cfd9f8
#c0cae9
#bfc9e8
#bec8e7
#bdc7e6
#bcc6e5
#bbc5e4
#bac4e3
#b9c3e2
#b8c2e1
#b7c1e0
#b6c0df
#b5bfde
#b4bedd
#b3bddc

Monochromatic Color with #c1cbea

#c1cbea
#121315
#353840
#585c6a
#7b8195
#9ea6bf

Tints of #c1cbea Color

#c1cbea
#c7d0ec
#ced6ee
#d5dcf1
#dce2f3
#e3e7f5
#eaedf8
#f1f3fa
#f8f9fc
#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

#c1cbea
#eae0c1

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

Split Complementary

#c1cbea
#eaccc1
#e0eac1

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

Analogous Color

#c1dbea
#c1d3ea
#c1cbea
#c1c3ea
#c7c1ea

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

#c1cbea
#eac1cb
#cbeac1

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

#c1cbea
#eac1df
#eae0c1
#c1eacb

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

#c1cbea
#eae0c1
#e0eac1
#ccc1ea

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

#c1cbea Color Code Preview on Black Background Color

This is how #c1cbea Color will look on black background color. Color contrast ratio is 13.00

#c1cbea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1cbea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1cbea

#c1cbea color code is use for CSS Background Color

Background color for the above div is #c1cbea

HTML with inline CSS

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

#c1cbea color code is use for CSS Border Color

CSS Border color for the above div is #c1cbea

HTML with inline CSS

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

CSS Border Left color for the above div is #c1cbea

HTML with inline CSS

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

CSS Border Right color for the above div is #c1cbea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1cbea

HTML with inline CSS

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

CSS Border Top color for the above div is #c1cbea

HTML with inline CSS

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

#c1cbea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1cbea Color code Preview on White Background

This is how #c1cbea Color code will look on white background color. Color contrast ratio is 1.62

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.