Color #CBB7EA

HEX

#CBB7EA

RGB

(203, 183, 234)

Quick Actions

Color Values

Color Space Values
RGB
R: 203, G: 183, B: 234 (80%, 72%, 92%)
CMYK C: 13%, M: 22%, Y: 0%, K: 8%
HSL H: 264°, S: 55%, L: 82%
HSV H: 264°, S: 22%, V: 92%
CIE-LAB L: 77.58, a: 16.83, b: -22.81
CIE-LCH L: 77.58, C: 28.35, H: 306.42
Hunter-Lab L: 72.46, a: 9.44, b: -31.4
Web Safe
#ccccff
Complementary
#d6eab7

#CBB7EA is a color with RGB values of 203 red, 183 green, and 234 blue (80%, 72%, 92% respectively). In the CMYK color space, it consists of 13% cyan, 22% magenta, 0% yellow, and 8% black. The color has a hue angle of 264°, 55% saturation, and 82% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccccff. The complementary color is #d6eab7, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #CBB7EA

Explore different variations of #CBB7EA including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #CBB7EA. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #CBB7EA

Explore different color combinations and harmonies that work well with #CBB7EA.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #CBB7EA

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #CBB7EA

Text with #CBB7EA

This text has a font color of #CBB7EA.

<span style="color:#CBB7EA;">Text here</span>
.text { color: #CBB7EA; }

#CBB7EA background color

This paragraph has a background color of #CBB7EA.

<p style="background-color:#CBB7EA;">Content here</p>
.background { background-color: #CBB7EA; }

#CBB7EA border color

This element has a border color of #CBB7EA.
<div style="border:1px solid #CBB7EA;">Content here</div>
.border { border: 1px solid #CBB7EA; }

#CBB7EA box shadow

This element has a box shadow using #CBB7EA.
<div style="box-shadow: 0 4px 6px -1px #CBB7EA80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #CBB7EA80; }
Copied to clipboard!