Color: #CADCCE

#CADCCE Color Information

#CADCCE is a light color. The closest websafe version is #CADCCE. A complement of this color would be #DCCBD9, perceived brightness is 0.84, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 133°,a saturation of 20%, and a lightness of 83%.The HSV representation shows a hue of 133°, a saturation of 8%, and a value of 86%.

In a RGB color space, #CADCCE is composed of 79% red, 86% green and 81% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 6% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 68.19, x: 0.3411, and y: 0.3743.

Color Code #CADCCE

#CADCCErgb(202, 220, 206)
HEX
#CADCCE
RGB
rgb(202, 220, 206)
HSL
hsl(133, 20%, 83%)
HSV
hsv(133, 8%, 86%)
CMYK
8%, 0%, 6%, 14%
XYZ
X: 62.15, Y: 68.19, Z: 51.85
Lab
L: 86.10, a: -8.19, b: 4.73
Name

Shades of Color #CADCCE

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

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

#CADCCErgb(202, 220, 206)

About #CADCCE Color Code

In the HSL color space, this color has a hue angle of 133°, a saturation of 20%, and a lightness of 83%. The HSV representation shows a hue of 133°, a saturation of 8%, and a value of 86%.

  • HEX: #CADCCE
  • RGB: rgb(202, 220, 206)
  • HSL: hsl(133, 20%, 83%)
  • HSV: hsv(133, 8%, 86%)
  • CMYK: 8.00% cyan, 0.00% magenta, 6.00% yellow, 14.00% black
  • XYZ: 62.15, 68.19, 51.85
  • Yxy: 68.19, 0.3411, 0.3743
  • Hunter Lab: 86.10, -8.19, 4.73
  • CIE-Lab: 86.10, -8.19, 4.73

In the XYZ color space, this color is represented as X: 62.15, Y: 68.19, Z: 51.85. The Yxy representation further refines this as Y: 68.19, x: 0.3411, and y: 0.3743.

In the Hunter Lab color space, this color is represented as L: 86.10, a: -8.19, and b: 4.73. Similarly, in the CIE-Lab color space, it is represented as L: 86.10, a: -8.19, and b: 4.73.

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

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

Analogous Colors of #CADCCE

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

Split Complementary Colors of #CADCCE

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

Tetradic Colors of #CADCCE

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

Monochromatic Colors of #CADCCE

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

Complementary Color of #CADCCE

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

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

HTML Examples of #CADCCE

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

Related Colors of #CADCCE

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