crispedge.com

Color picker

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

#ceb9ea hex color - Violet - Cool color - Information

#ceb9ea hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ceb9ea Color code in RGB color code model is created after adding 80.78% red color, 72.55% green color and 91.76% blue color. Hex #ceb9ea Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 21% magenta, 0% yellow and 8% black.

Hex #ceb9ea color code is between #ccbbee web safe hex color code and #ddaadd web safe hex color code. #ccbbee is the nearest web safe color code. You can see here many more shades of #ceb9ea color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeceb9ea#ceb9ea
RGB Decimal206, 185, 234rgb(206, 185, 234)
RGB Percent81%, 73%, 92%rgb(81%, 73%, 92%)
CSS RGBa206, 185, 234,1rgba(206,185,234,1)
CMYK Modelcmyk(12%,21%,0%,8%)
HSL Color Space266,54% ,82%hsl(266,54% ,82%)
HSV Color Space266°, 21%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011101011100111101010
Octal316271352
Decimal206185234
Hexceb9ea

Different shades of #ceb9ea color code.

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

Light Shade of #ceb9ea
#e9e0f6
Dark Shade of #ceb9ea
#b392de
Saturated Shade of #ceb9ea
#cdb4ef
Desaturated Shade of #ceb9ea
#cfbee5
Grey scale Shade of #ceb9ea
#d1d1d1
Brighten Shade
#e7d2ff
Most Readable Shade
#000000

Shades of #ceb9ea color code

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

#ceb9ea
#b7a4d0
#a08fb6
#897b9c
#726682
#5b5268
#443d4e
#2d2934
#16141a
#000000

Similar Color like #ceb9ea color

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

#cfbaeb
#d0bbec
#d1bced
#d2bdee
#d3beef
#d4bff0
#d5c0f1
#d6c1f2
#d7c2f3
#d8c3f4
#d9c4f5
#dac5f6
#dbc6f7
#dcc7f8
#cdb8e9
#ccb7e8
#cbb6e7
#cab5e6
#c9b4e5
#c8b3e4
#c7b2e3
#c6b1e2
#c5b0e1
#c4afe0
#c3aedf
#c2adde
#c1acdd
#c0abdc

Monochromatic Color with #ceb9ea

#ceb9ea
#131115
#383340
#5e546a
#837695
#a997bf

Tints of #ceb9ea Color

#ceb9ea
#d3c0ec
#d8c8ee
#ded0f1
#e3d8f3
#e9dff5
#eee7f8
#f4effa
#f9f7fc
#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

#ceb9ea
#d5eab9

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

Split Complementary

#ceb9ea
#eae7b9
#bdeab9

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

Analogous Color

#bab9ea
#c4b9ea
#ceb9ea
#d8b9ea
#e2b9ea

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

#ceb9ea
#eaceb9
#b9eace

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

#ceb9ea
#eab9bc
#d5eab9
#b9eae6

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

#ceb9ea
#d5eab9
#bdeab9
#e7b9ea

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

#ceb9ea Color Code Preview on Black Background Color

This is how #ceb9ea Color will look on black background color. Color contrast ratio is 11.75

#ceb9ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb9ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb9ea

#ceb9ea color code is use for CSS Background Color

Background color for the above div is #ceb9ea

HTML with inline CSS

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

#ceb9ea color code is use for CSS Border Color

CSS Border color for the above div is #ceb9ea

HTML with inline CSS

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

CSS Border Left color for the above div is #ceb9ea

HTML with inline CSS

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

CSS Border Right color for the above div is #ceb9ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceb9ea

HTML with inline CSS

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

CSS Border Top color for the above div is #ceb9ea

HTML with inline CSS

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

#ceb9ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceb9ea Color code Preview on White Background

This is how #ceb9ea Color code will look on white background color. Color contrast ratio is 1.79

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.