Color: #CFC3CC

#CFC3CC Color Information

#CFC3CC is a light color. The closest websafe version is #CFC3CC. A complement of this color would be #C4CFC7, perceived brightness is 0.78, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 315°,a saturation of 11%, and a lightness of 79%.The HSV representation shows a hue of 315°, a saturation of 6%, and a value of 81%.

In a RGB color space, #CFC3CC is composed of 81% red, 76% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 1% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 56.67, x: 0.3492, and y: 0.3481.

Color Code #CFC3CC

#CFC3CCrgb(207, 195, 204)
HEX
#CFC3CC
RGB
rgb(207, 195, 204)
HSL
hsl(315, 11%, 79%)
HSV
hsv(315, 6%, 81%)
CMYK
0%, 6%, 1%, 19%
XYZ
X: 56.86, Y: 56.67, Z: 49.29
Lab
L: 79.99, a: 5.54, b: -2.93
Name

Shades of Color #CFC3CC

Shades are created by darkening the original color #CFC3CC 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 #CFC3CC

Tints are created by lightening the original color #CFC3CC 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.

#CFC3CCrgb(207, 195, 204)

About #CFC3CC Color Code

In the HSL color space, this color has a hue angle of 315°, a saturation of 11%, and a lightness of 79%. The HSV representation shows a hue of 315°, a saturation of 6%, and a value of 81%.

  • HEX: #CFC3CC
  • RGB: rgb(207, 195, 204)
  • HSL: hsl(315, 11%, 79%)
  • HSV: hsv(315, 6%, 81%)
  • CMYK: 0.00% cyan, 6.00% magenta, 100.00% yellow, 19.00% black
  • XYZ: 56.86, 56.67, 49.29
  • Yxy: 56.67, 0.3492, 0.3481
  • Hunter Lab: 79.99, 5.54, -2.93
  • CIE-Lab: 79.99, 5.54, -2.93

In the XYZ color space, this color is represented as X: 56.86, Y: 56.67, Z: 49.29. The Yxy representation further refines this as Y: 56.67, x: 0.3492, and y: 0.3481.

In the Hunter Lab color space, this color is represented as L: 79.99, a: 5.54, and b: -2.93. Similarly, in the CIE-Lab color space, it is represented as L: 79.99, a: 5.54, and b: -2.93.

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 #CFC3CC

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

Analogous Colors of #CFC3CC

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

Monochromatic Colors of #CFC3CC

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

Complementary Color of #CFC3CC

The complementary color of #CFC3CC 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 #CFC3CC

/* Using HEX */
body {
  background-color: #cfc3cc;
}
/* Using RGB */
body {
  background-color: rgb(207, 195, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 195, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 11%, 79%);
}
/* Text color */
p {
  color: #cfc3cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfc3cc;
}
/* Border color */
.box {
  border: 4px solid #cfc3cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfc3cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfc3cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFC3CC
On Black Background
#CFC3CC
On White Background
#CFC3CC

HTML Examples of #CFC3CC

<!-- Using HEX -->
<div style="background-color: #cfc3cc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 195, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 195, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(315, 11%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfc3cc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfc3cc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cfc3cc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cfc3cc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cfc3cc; color: #fff; padding: 16px; border-radius: 8px;">
  #CFC3CC
</div>
#CFC3CC
On Black Background
#CFC3CC
On White Background
#CFC3CC

Related Colors of #CFC3CC

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