Skip to main content Skip to docs navigation

#ccddf6 hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Fly a Kite and its hex is #C8DAF5 Nearest Color Name

Color Hue/Base color: Blue

Hex #ccddf6 Color code in RGB color code model is created after adding 80% red color, 86.67% green color and 96.47% blue color. Hex #ccddf6 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 10% magenta, 0% yellow and 3.53% black.

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

RGB Chart

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

Color Table

Hex Color Code ccddf6 #ccddf6
RGB Decimal 204, 221, 246 204, 221, 246
RGB Percent 80%, 87%, 96% rgb(80%, 87%, 96%)
CSS RGBa 204, 221, 246,1 rgba(204,221,246,1)
CMYK Model cmyk(17%,10%,0%,3.53%)
HSL Color Space 216,70% ,88% hsl(216,70% ,88%)
HSV Color Space 216°, 17%, 96%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11001100 11011101 11110110
Octal 314 335 366
Decimal 204 221 246
Hex cc dd f6

Different shades of #ccddf6 color code.

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

Darkest of #ccddf6
#4a86df
Darker of #ccddf6
#75a3e7
Dark of #ccddf6
#a1c0ee
Base of #ccddf6
#ccddf6
Light of #ccddf6
#f7fafe
Lighter
#ffffff
Lightest
#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

#ccddf6
#f6e5cc

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

Split Complementary

#ccddf6
#f6d0cc
#f2f6cc

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

Analogous Color

#ccf6f6
#cceff6
#ccddf6
#cccff6
#dbccf6

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

#ccddf6
#ddf6cc
#f6ccdd

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

#ccddf6
#f6ccdd
#f6e5cc
#ccf6e5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ccddf6
#f6ccf2
#f6e5cc
#ccf6d0

Square 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).

Monochromatic Color with #ccddf6

#256bd1
#4a86df
#75a3e7
#a1c0ee
#ccddf6
#f7fafe
#ffffff
#ffffff
#ffffff

Tints of #ccddf6 Color

#ccddf6
#d1e0f7
#d7e4f8
#dde8f9
#e2ecfa
#e8effb
#eef3fc
#f3f7fd
#f9fbfe
#ffffff

Shades of #ccddf6 color code

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

#ccddf6
#b5c4da
#9eabbf
#8893a4
#717a88
#5a626d
#444952
#2d3136
#16181b
#000000

Tones

#ccddf6
#d2def0
#d8dfea
#dee0e4
#e1e1e1

Tones

Similar Color like #ccddf6 color

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

#cddef7
#cedff8
#cfe0f9
#d0e1fa
#d1e2fb
#d2e3fc
#d3e4fd
#d4e5fe
#d5e6ff
#d6e7ff
#d7e8ff
#d8e9ff
#d9eaff
#daebff
#cbdcf5
#cadbf4
#c9daf3
#c8d9f2
#c7d8f1
#c6d7f0
#c5d6ef
#c4d5ee
#c3d4ed
#c2d3ec
#c1d2eb
#c0d1ea
#bfd0e9
#becfe8

Download this Light Blue

Hex #ccddf6 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.

#ccddf6 Color Code Preview on Black Background Color

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

#ccddf6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccddf6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccddf6

#ccddf6 color code is use for CSS Background Color

Background color for the above div is #ccddf6

HTML with inline CSS

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

#ccddf6 color code is use for CSS Border Color

CSS Border color for the above div is #ccddf6

HTML with inline CSS

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

CSS Border Left color for the above div is #ccddf6

HTML with inline CSS

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

CSS Border Right color for the above div is #ccddf6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccddf6

HTML with inline CSS

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

CSS Border Top color for the above div is #ccddf6

HTML with inline CSS

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

#ccddf6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccddf6 Color code Preview on White Background

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(204,221,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(246,229,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,221,246,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }