crispedge.com

Color picker

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

#ceb5ee hex color - Blue - Cool color - Information

#ceb5ee hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ceb5ee Color code in RGB color code model is created after adding 80.78% red color, 70.98% green color and 93.33% blue color. Hex #ceb5ee Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 24% magenta, 0% yellow and 7% black.

Hex #ceb5ee color code is between #ccbbdd web safe hex color code and #ddaaff web safe hex color code. #ccbbdd is the nearest web safe color code. You can see here many more shades of #ceb5ee color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeceb5ee#ceb5ee
RGB Decimal206, 181, 238rgb(206, 181, 238)
RGB Percent81%, 71%, 93%rgb(81%, 71%, 93%)
CSS RGBa206, 181, 238,1rgba(206,181,238,1)
CMYK Modelcmyk(13%,24%,0%,7%)
HSL Color Space266,63% ,82%hsl(266,63% ,82%)
HSV Color Space266°, 24%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011101011010111101110
Octal316265356
Decimal206181238
Hexceb5ee

Different shades of #ceb5ee color code.

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

Light Shade of #ceb5ee
#e9def8
Dark Shade of #ceb5ee
#b38ce4
Saturated Shade of #ceb5ee
#cdb0f3
Desaturated Shade of #ceb5ee
#cfbae9
Grey scale Shade of #ceb5ee
#d1d1d1
Brighten Shade
#e7ceff
Most Readable Shade
#000000

Shades of #ceb5ee color code

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

#ceb5ee
#b7a0d3
#a08cb9
#89789e
#726484
#5b5069
#443c4f
#2d2834
#16141a
#000000

Similar Color like #ceb5ee color

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

#cfb6ef
#d0b7f0
#d1b8f1
#d2b9f2
#d3baf3
#d4bbf4
#d5bcf5
#d6bdf6
#d7bef7
#d8bff8
#d9c0f9
#dac1fa
#dbc2fb
#dcc3fc
#cdb4ed
#ccb3ec
#cbb2eb
#cab1ea
#c9b0e9
#c8afe8
#c7aee7
#c6ade6
#c5ace5
#c4abe4
#c3aae3
#c2a9e2
#c1a8e1
#c0a7e0

Monochromatic Color with #ceb5ee

#ceb5ee
#16131a
#3b3444
#60546e
#847499
#a995c3

Tints of #ceb5ee Color

#ceb5ee
#d3bdef
#d8c5f1
#decdf3
#e3d5f5
#e9def7
#eee6f9
#f4eefb
#f9f6fd
#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

#ceb5ee
#d5eeb5

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

Split Complementary

#ceb5ee
#eeebb5
#b8eeb5

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

Analogous Color

#b7b5ee
#c3b5ee
#ceb5ee
#d9b5ee
#e5b5ee

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

#ceb5ee
#eeceb5
#b5eece

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

#ceb5ee
#eeb5b8
#d5eeb5
#b5eeea

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

#ceb5ee
#d5eeb5
#b8eeb5
#ebb5ee

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

#ceb5ee Color Code Preview on Black Background Color

This is how #ceb5ee Color will look on black background color. Color contrast ratio is 11.47

#ceb5ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb5ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb5ee

#ceb5ee color code is use for CSS Background Color

Background color for the above div is #ceb5ee

HTML with inline CSS

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

#ceb5ee color code is use for CSS Border Color

CSS Border color for the above div is #ceb5ee

HTML with inline CSS

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

CSS Border Left color for the above div is #ceb5ee

HTML with inline CSS

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

CSS Border Right color for the above div is #ceb5ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceb5ee

HTML with inline CSS

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

CSS Border Top color for the above div is #ceb5ee

HTML with inline CSS

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

#ceb5ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceb5ee Color code Preview on White Background

This is how #ceb5ee Color code will look on white background color. Color contrast ratio is 1.83

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

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.