Color: #CABAEF

#CABAEF Color Information

#CABAEF is a light color. The closest websafe version is #CABAEF. A complement of this color would be #DEEFB9, perceived brightness is 0.77, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 258°,a saturation of 62%, and a lightness of 83%.The HSV representation shows a hue of 258°, a saturation of 22%, and a value of 94%.

In a RGB color space, #CABAEF is composed of 79% red, 73% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 22% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 53.57, x: 0.3206, and y: 0.3013.

Color Code #CABAEF

#CABAEFrgb(202, 186, 239)
HEX
#CABAEF
RGB
rgb(202, 186, 239)
HSL
hsl(258, 62%, 83%)
HSV
hsv(258, 22%, 94%)
CMYK
15%, 22%, 0%, 6%
XYZ
X: 57.01, Y: 53.57, Z: 67.24
Lab
L: 78.21, a: 13.58, b: -24.36
Name

Shades of Color #CABAEF

Shades are created by darkening the original color #CABAEF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CABAEF

Tints are created by lightening the original color #CABAEF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CABAEFrgb(202, 186, 239)

About #CABAEF Color Code

In the HSL color space, this color has a hue angle of 258°, a saturation of 62%, and a lightness of 83%. The HSV representation shows a hue of 258°, a saturation of 22%, and a value of 94%.

  • HEX: #CABAEF
  • RGB: rgb(202, 186, 239)
  • HSL: hsl(258, 62%, 83%)
  • HSV: hsv(258, 22%, 94%)
  • CMYK: 15.00% cyan, 22.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 57.01, 53.57, 67.24
  • Yxy: 53.57, 0.3206, 0.3013
  • Hunter Lab: 78.21, 13.58, -24.36
  • CIE-Lab: 78.21, 13.58, -24.36

In the XYZ color space, this color is represented as X: 57.01, Y: 53.57, Z: 67.24. The Yxy representation further refines this as Y: 53.57, x: 0.3206, and y: 0.3013.

In the Hunter Lab color space, this color is represented as L: 78.21, a: 13.58, and b: -24.36. Similarly, in the CIE-Lab color space, it is represented as L: 78.21, a: 13.58, and b: -24.36.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CABAEF

Triadic colors are three colors evenly spaced around the color wheel, including #CABAEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CABAEF

Analogous colors are adjacent to #CABAEF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CABAEF

Split complementary colors are two colors adjacent to the complementary color of #CABAEF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CABAEF

Tetradic colors form a rectangle on the color wheel, including #CABAEF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CABAEF

Monochromatic colors are variations of #CABAEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CABAEF

The complementary color of #CABAEF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CABAEF

/* Using HEX */
body {
  background-color: #cabaef;
}
/* Using RGB */
body {
  background-color: rgb(202, 186, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 186, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(258, 62%, 83%);
}
/* Text color */
p {
  color: #cabaef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cabaef;
}
/* Border color */
.box {
  border: 4px solid #cabaef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cabaef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cabaef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CABAEF
On Black Background
#CABAEF
On White Background
#CABAEF

HTML Examples of #CABAEF

<!-- Using HEX -->
<div style="background-color: #cabaef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 186, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 186, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(258, 62%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cabaef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cabaef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cabaef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cabaef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cabaef; color: #fff; padding: 16px; border-radius: 8px;">
  #CABAEF
</div>
#CABAEF
On Black Background
#CABAEF
On White Background
#CABAEF

Related Colors of #CABAEF

These colors are similar to #CABAEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.