crispedge.com

Color picker

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

#ceb1ff hex color - Violet - Cool color - Information

#ceb1ff hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ceb1ff Color code in RGB color code model is created after adding 80.78% red color, 69.41% green color and 100% blue color. Hex #ceb1ff Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 31% magenta, 0% yellow and 0% black.

Hex #ceb1ff color code is between #ccaaee web safe hex color code and #ddbbdd web safe hex color code. #ccaaee is the nearest web safe color code. You can see here many more shades of #ceb1ff color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeceb1ff#ceb1ff
RGB Decimal206, 177, 255rgb(206, 177, 255)
RGB Percent81%, 69%, 100%rgb(81%, 69%, 100%)
CSS RGBa206, 177, 255,1rgba(206,177,255,1)
CMYK Modelcmyk(19%,31%,0%,0%)
HSL Color Space262,100% ,85%hsl(262,100% ,85%)
HSV Color Space262°, 31%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011101011000111111111
Octal316261377
Decimal206177255
Hexceb1ff

Different shades of #ceb1ff color code.

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

Light Shade of #ceb1ff
#eee4ff
Dark Shade of #ceb1ff
#ae7eff
Saturated Shade of #ceb1ff
#ceb1ff
Desaturated Shade of #ceb1ff
#cfb5fb
Grey scale Shade of #ceb1ff
#d8d8d8
Brighten Shade
#e7caff
Most Readable Shade
#000000

Shades of #ceb1ff color code

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

#ceb1ff
#b79de2
#a089c6
#8976aa
#72628d
#5b4e71
#443b55
#2d2738
#16131c
#000000

Similar Color like #ceb1ff color

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

#cfb2ff
#d0b3ff
#d1b4ff
#d2b5ff
#d3b6ff
#d4b7ff
#d5b8ff
#d6b9ff
#d7baff
#d8bbff
#d9bcff
#dabdff
#dbbeff
#dcbfff
#cdb0fe
#ccaffd
#cbaefc
#caadfb
#c9acfa
#c8abf9
#c7aaf8
#c6a9f7
#c5a8f6
#c4a7f5
#c3a6f4
#c2a5f3
#c1a4f2
#c0a3f1

Monochromatic Color with #ceb1ff

#ceb1ff
#221d2a
#453b55
#675980
#8976aa
#ac94d4

Tints of #ceb1ff Color

#ceb1ff
#d3b9ff
#d8c2ff
#decbff
#e3d3ff
#e9dcff
#eee5ff
#f4edff
#f9f6ff
#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

#ceb1ff
#e2ffb1

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

Split Complementary

#ceb1ff
#fff5b1
#bbffb1

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

Analogous Color

#b1b3ff
#beb1ff
#ceb1ff
#deb1ff
#edb1ff

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

#ceb1ff
#ffceb1
#b1ffce

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

#ceb1ff
#ffb1bb
#e2ffb1
#b1fff5

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

#ceb1ff
#e2ffb1
#bbffb1
#f5b1ff

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

#ceb1ff Color Code Preview on Black Background Color

This is how #ceb1ff Color will look on black background color. Color contrast ratio is 11.36

#ceb1ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb1ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb1ff

#ceb1ff color code is use for CSS Background Color

Background color for the above div is #ceb1ff

HTML with inline CSS

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

#ceb1ff color code is use for CSS Border Color

CSS Border color for the above div is #ceb1ff

HTML with inline CSS

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

CSS Border Left color for the above div is #ceb1ff

HTML with inline CSS

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

CSS Border Right color for the above div is #ceb1ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceb1ff

HTML with inline CSS

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

CSS Border Top color for the above div is #ceb1ff

HTML with inline CSS

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

#ceb1ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceb1ff Color code Preview on White Background

This is how #ceb1ff Color code will look on white background color. Color contrast ratio is 1.85

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.