crispedge.com

Color picker

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

#c4ddec hex color - Blue - Cool color - Information

#c4ddec hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c4ddec Color code in RGB color code model is created after adding 76.86% red color, 86.67% green color and 92.55% blue color. Hex #c4ddec Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 6% magenta, 0% yellow and 7% black.

Hex #c4ddec color code is between #ccccee web safe hex color code and #bbeedd web safe hex color code. #ccccee is the nearest web safe color code. You can see here many more shades of #c4ddec color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec4ddec#c4ddec
RGB Decimal196, 221, 236rgb(196, 221, 236)
RGB Percent77%, 87%, 93%rgb(77%, 87%, 93%)
CSS RGBa196, 221, 236,1rgba(196,221,236,1)
CMYK Modelcmyk(17%,6%,0%,7%)
HSL Color Space203,51% ,85%hsl(203,51% ,85%)
HSV Color Space203°, 17%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001001101110111101100
Octal304335354
Decimal196221236
Hexc4ddec

Different shades of #c4ddec color code.

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

Light Shade of #c4ddec
#ebf3f8
Dark Shade of #c4ddec
#9dc7e0
Saturated Shade of #c4ddec
#c0def0
Desaturated Shade of #c4ddec
#c8dce8
Grey scale Shade of #c4ddec
#d8d8d8
Brighten Shade
#ddf6ff
Most Readable Shade
#000000

Shades of #c4ddec color code

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

#c4ddec
#aec4d1
#98abb7
#82939d
#6c7a83
#576268
#41494e
#2b3134
#15181a
#000000

Similar Color like #c4ddec color

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

#c5deed
#c6dfee
#c7e0ef
#c8e1f0
#c9e2f1
#cae3f2
#cbe4f3
#cce5f4
#cde6f5
#cee7f6
#cfe8f7
#d0e9f8
#d1eaf9
#d2ebfa
#c3dceb
#c2dbea
#c1dae9
#c0d9e8
#bfd8e7
#bed7e6
#bdd6e5
#bcd5e4
#bbd4e3
#bad3e2
#b9d2e1
#b8d1e0
#b7d0df
#b6cfde

Monochromatic Color with #c4ddec

#c4ddec
#141617
#373e42
#5a666c
#7d8d97
#a1b5c1

Tints of #c4ddec Color

#c4ddec
#cae0ee
#d1e4f0
#d7e8f2
#deecf4
#e4eff6
#ebf3f8
#f1f7fa
#f8fbfc
#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

#c4ddec
#ecd3c4

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

Split Complementary

#c4ddec
#ecc4c9
#ece7c4

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

Analogous Color

#c4eceb
#c4e5ec
#c4ddec
#c4d5ec
#c4cdec

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

#c4ddec
#ecc4dd
#ddecc4

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

#c4ddec
#e7c4ec
#ecd3c4
#c9ecc4

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

#c4ddec
#ecd3c4
#ece7c4
#c4c9ec

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

#c4ddec Color Code Preview on Black Background Color

This is how #c4ddec Color will look on black background color. Color contrast ratio is 14.90

#c4ddec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4ddec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4ddec

#c4ddec color code is use for CSS Background Color

Background color for the above div is #c4ddec

HTML with inline CSS

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

#c4ddec color code is use for CSS Border Color

CSS Border color for the above div is #c4ddec

HTML with inline CSS

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

CSS Border Left color for the above div is #c4ddec

HTML with inline CSS

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

CSS Border Right color for the above div is #c4ddec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4ddec

HTML with inline CSS

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

CSS Border Top color for the above div is #c4ddec

HTML with inline CSS

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

#c4ddec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4ddec Color code Preview on White Background

This is how #c4ddec Color code will look on white background color. Color contrast ratio is 1.41

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

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.