crispedge.com

Color picker

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

#c9ddfd hex color - Blue - Cool color - Information

#c9ddfd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c9ddfd Color code in RGB color code model is created after adding 78.82% red color, 86.67% green color and 99.22% blue color. Hex #c9ddfd Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 13% magenta, 0% yellow and 1% black.

Hex #c9ddfd color code is between #ccccff web safe hex color code and #bbeeee web safe hex color code. #ccccff is the nearest web safe color code. You can see here many more shades of #c9ddfd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec9ddfd#c9ddfd
RGB Decimal201, 221, 253rgb(201, 221, 253)
RGB Percent79%, 87%, 99%rgb(79%, 87%, 99%)
CSS RGBa201, 221, 253,1rgba(201,221,253,1)
CMYK Modelcmyk(21%,13%,0%,1%)
HSL Color Space217,93% ,89%hsl(217,93% ,89%)
HSV Color Space217°, 21%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010011101110111111101
Octal311335375
Decimal201221253
Hexc9ddfd

Different shades of #c9ddfd color code.

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

Light Shade of #c9ddfd
#fafcff
Dark Shade of #c9ddfd
#98befb
Saturated Shade of #c9ddfd
#c7ddff
Desaturated Shade of #c9ddfd
#ccdefa
Grey scale Shade of #c9ddfd
#e3e3e3
Brighten Shade
#e2f6ff
Most Readable Shade
#000000

Shades of #c9ddfd color code

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

#c9ddfd
#b2c4e0
#9cabc4
#8693a8
#6f7a8c
#596270
#434954
#2c3138
#16181c
#000000

Similar Color like #c9ddfd color

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

#cadefe
#cbdfff
#cce0ff
#cde1ff
#cee2ff
#cfe3ff
#d0e4ff
#d1e5ff
#d2e6ff
#d3e7ff
#d4e8ff
#d5e9ff
#d6eaff
#d7ebff
#c8dcfc
#c7dbfb
#c6dafa
#c5d9f9
#c4d8f8
#c3d7f7
#c2d6f6
#c1d5f5
#c0d4f4
#bfd3f3
#bed2f2
#bdd1f1
#bcd0f0
#bbcfef

Monochromatic Color with #c9ddfd

#c9ddfd
#202328
#424853
#646e7d
#8593a8
#a7b8d2

Tints of #c9ddfd Color

#c9ddfd
#cfe0fd
#d5e4fd
#dbe8fd
#e1ecfd
#e7effe
#edf3fe
#f3f7fe
#f9fbfe
#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

#c9ddfd
#fde9c9

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

Split Complementary

#c9ddfd
#fdcfc9
#f7fdc9

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

Analogous Color

#c9f2fd
#c9e7fd
#c9ddfd
#c9d3fd
#cac9fd

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

#c9ddfd
#fdc9dd
#ddfdc9

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

#c9ddfd
#fdc9f7
#fde9c9
#c9fdcf

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

#c9ddfd
#fde9c9
#f7fdc9
#cfc9fd

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

#c9ddfd Color Code Preview on Black Background Color

This is how #c9ddfd Color will look on black background color. Color contrast ratio is 15.24

#c9ddfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9ddfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9ddfd

#c9ddfd color code is use for CSS Background Color

Background color for the above div is #c9ddfd

HTML with inline CSS

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

#c9ddfd color code is use for CSS Border Color

CSS Border color for the above div is #c9ddfd

HTML with inline CSS

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

CSS Border Left color for the above div is #c9ddfd

HTML with inline CSS

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

CSS Border Right color for the above div is #c9ddfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9ddfd

HTML with inline CSS

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

CSS Border Top color for the above div is #c9ddfd

HTML with inline CSS

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

#c9ddfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9ddfd Color code Preview on White Background

This is how #c9ddfd Color code will look on white background color. Color contrast ratio is 1.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 #c9ddfd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9ddfd; }

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.