crispedge.com

Color picker

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

#c2cbeb hex color - Blue - Cool color - Information

#c2cbeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c2cbeb Color code in RGB color code model is created after adding 76.08% red color, 79.61% green color and 92.16% blue color. Hex #c2cbeb Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 14% magenta, 0% yellow and 8% black.

Hex #c2cbeb 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 #c2cbeb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec2cbeb#c2cbeb
RGB Decimal194, 203, 235rgb(194, 203, 235)
RGB Percent76%, 80%, 92%rgb(76%, 80%, 92%)
CSS RGBa194, 203, 235,1rgba(194,203,235,1)
CMYK Modelcmyk(17%,14%,0%,8%)
HSL Color Space227,51% ,84%hsl(227,51% ,84%)
HSV Color Space227°, 17%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000101100101111101011
Octal302313353
Decimal194203235
Hexc2cbeb

Different shades of #c2cbeb color code.

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

Light Shade of #c2cbeb
#e8ecf8
Dark Shade of #c2cbeb
#9caade
Saturated Shade of #c2cbeb
#bec9ef
Desaturated Shade of #c2cbeb
#c6cde7
Grey scale Shade of #c2cbeb
#d6d6d6
Brighten Shade
#dbe4ff
Most Readable Shade
#000000

Shades of #c2cbeb color code

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

#c2cbeb
#acb4d0
#969db6
#81879c
#6b7082
#565a68
#40434e
#2b2d34
#15161a
#000000

Similar Color like #c2cbeb color

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

#c3ccec
#c4cded
#c5ceee
#c6cfef
#c7d0f0
#c8d1f1
#c9d2f2
#cad3f3
#cbd4f4
#ccd5f5
#cdd6f6
#ced7f7
#cfd8f8
#d0d9f9
#c1caea
#c0c9e9
#bfc8e8
#bec7e7
#bdc6e6
#bcc5e5
#bbc4e4
#bac3e3
#b9c2e2
#b8c1e1
#b7c0e0
#b6bfdf
#b5bede
#b4bddd

Monochromatic Color with #c2cbeb

#c2cbeb
#131316
#363841
#595d6b
#7c8296
#9fa6c0

Tints of #c2cbeb Color

#c2cbeb
#c8d0ed
#cfd6ef
#d6dcf1
#dde2f3
#e3e7f6
#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

#c2cbeb
#ebe2c2

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

Split Complementary

#c2cbeb
#ebcec2
#dfebc2

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

Analogous Color

#c2dbeb
#c2d3eb
#c2cbeb
#c2c3eb
#c9c2eb

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

#c2cbeb
#ebc2cb
#cbebc2

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

#c2cbeb
#ebc2df
#ebe2c2
#c2ebcd

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

#c2cbeb
#ebe2c2
#dfebc2
#cec2eb

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

#c2cbeb Color Code Preview on Black Background Color

This is how #c2cbeb Color will look on black background color. Color contrast ratio is 13.04

#c2cbeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2cbeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2cbeb

#c2cbeb color code is use for CSS Background Color

Background color for the above div is #c2cbeb

HTML with inline CSS

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

#c2cbeb color code is use for CSS Border Color

CSS Border color for the above div is #c2cbeb

HTML with inline CSS

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

CSS Border Left color for the above div is #c2cbeb

HTML with inline CSS

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

CSS Border Right color for the above div is #c2cbeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2cbeb

HTML with inline CSS

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

CSS Border Top color for the above div is #c2cbeb

HTML with inline CSS

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

#c2cbeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2cbeb Color code Preview on White Background

This is how #c2cbeb Color code will look on white background color. Color contrast ratio is 1.61

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

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.