crispedge.com

Color picker

Loading...

#cce1fc hex color - Blue - Cool color - Information

#cce1fc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #cce1fc Color code in RGB color code model is created after adding 80% red color, 88.24% green color and 98.82% blue color. Hex #cce1fc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 11% magenta, 0% yellow and 1% black.

Hex #cce1fc color code is between #bbddff web safe hex color code and #ddeeee web safe hex color code. #bbddff is the nearest web safe color code. You can see here many more shades of #cce1fc color code.

0 Likes 0 Comments | 15 Views

RGB Chart

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

Color Table

Hex Color Codecce1fc#cce1fc
RGB Decimal204, 225, 252rgb(204, 225, 252)
RGB Percent80%, 88%, 99%rgb(80%, 88%, 99%)
CSS RGBa204, 225, 252,1rgba(204,225,252,1)
CMYK Modelcmyk(19%,11%,0%,1%)
HSL Color Space214,89% ,89%hsl(214,89% ,89%)
HSV Color Space214°, 19%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001110000111111100
Octal314341374
Decimal204225252
Hexcce1fc

Different shades of #cce1fc color code.

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

Light Shade of #cce1fc
#fcfdff
Dark Shade of #cce1fc
#9cc5f9
Saturated Shade of #cce1fc
#c9e1ff
Desaturated Shade of #cce1fc
#cfe1f9
Grey scale Shade of #cce1fc
#e4e4e4
Brighten Shade
#e5faff
Most Readable Shade
#000000

Shades of #cce1fc color code

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

#cce1fc
#b5c8e0
#9eafc4
#8896a8
#717d8c
#5a6470
#444b54
#2d3238
#16191c
#000000

Similar Color like #cce1fc color

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

#cde2fd
#cee3fe
#cfe4ff
#d0e5ff
#d1e6ff
#d2e7ff
#d3e8ff
#d4e9ff
#d5eaff
#d6ebff
#d7ecff
#d8edff
#d9eeff
#daefff
#cbe0fb
#cadffa
#c9def9
#c8ddf8
#c7dcf7
#c6dbf6
#c5daf5
#c4d9f4
#c3d8f3
#c2d7f2
#c1d6f1
#c0d5f0
#bfd4ef
#bed3ee

Monochromatic Color with #cce1fc

#cce1fc
#202327
#424952
#656f7c
#8795a7
#aabbd1

Tints of #cce1fc Color

#cce1fc
#d1e4fc
#d7e7fc
#ddebfd
#e2eefd
#e8f1fd
#eef5fe
#f3f8fe
#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

#cce1fc
#fce7cc

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

Split Complementary

#cce1fc
#fccfcc
#f9fccc

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

Analogous Color

#ccf4fc
#ccebfc
#cce1fc
#ccd7fc
#cccefc

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

#cce1fc
#fccce1
#e1fccc

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

#cce1fc
#fcccf9
#fce7cc
#ccfccf

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

#cce1fc
#fce7cc
#f9fccc
#cfccfc

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

#cce1fc Color Code Preview on Black Background Color

This is how #cce1fc Color will look on black background color. Color contrast ratio is 15.74

#cce1fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cce1fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cce1fc

#cce1fc color code is use for CSS Background Color

Background color for the above div is #cce1fc

HTML with inline CSS

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

#cce1fc color code is use for CSS Border Color

CSS Border color for the above div is #cce1fc

HTML with inline CSS

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

CSS Border Left color for the above div is #cce1fc

HTML with inline CSS

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

CSS Border Right color for the above div is #cce1fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cce1fc

HTML with inline CSS

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

CSS Border Top color for the above div is #cce1fc

HTML with inline CSS

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

#cce1fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cce1fc Color code Preview on White Background

This is how #cce1fc Color code will look on white background color. Color contrast ratio is 1.33

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.