Color: #CFD2FB

#CFD2FB Color Information

#CFD2FB is a light color. The closest websafe version is #CFD2FB. A complement of this color would be #FBF8D0, perceived brightness is 0.84, and the grayscale version is #E5E5E5.

In the HSL color space, this color has a hue angle of 236°,a saturation of 85%, and a lightness of 90%.The HSV representation shows a hue of 236°, a saturation of 18%, and a value of 98%.

In a RGB color space, #CFD2FB is composed of 81% red, 82% green and 98% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 16% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 65.93, x: 0.3168, and y: 0.3173.

Color Code #CFD2FB

#CFD2FBrgb(207, 210, 251)
HEX
#CFD2FB
RGB
rgb(207, 210, 251)
HSL
hsl(236, 85%, 90%)
HSV
hsv(236, 18%, 98%)
CMYK
18%, 16%, 0%, 2%
XYZ
X: 65.83, Y: 65.93, Z: 76.02
Lab
L: 84.96, a: 5.09, b: -20.53
Name

Shades of Color #CFD2FB

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

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

#CFD2FBrgb(207, 210, 251)

About #CFD2FB Color Code

In the HSL color space, this color has a hue angle of 236°, a saturation of 85%, and a lightness of 90%. The HSV representation shows a hue of 236°, a saturation of 18%, and a value of 98%.

  • HEX: #CFD2FB
  • RGB: rgb(207, 210, 251)
  • HSL: hsl(236, 85%, 90%)
  • HSV: hsv(236, 18%, 98%)
  • CMYK: 18.00% cyan, 16.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 65.83, 65.93, 76.02
  • Yxy: 65.93, 0.3168, 0.3173
  • Hunter Lab: 84.96, 5.09, -20.53
  • CIE-Lab: 84.96, 5.09, -20.53

In the XYZ color space, this color is represented as X: 65.83, Y: 65.93, Z: 76.02. The Yxy representation further refines this as Y: 65.93, x: 0.3168, and y: 0.3173.

In the Hunter Lab color space, this color is represented as L: 84.96, a: 5.09, and b: -20.53. Similarly, in the CIE-Lab color space, it is represented as L: 84.96, a: 5.09, and b: -20.53.

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

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

Analogous Colors of #CFD2FB

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

Monochromatic Colors of #CFD2FB

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

Complementary Color of #CFD2FB

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

/* Using HEX */
body {
  background-color: #cfd2fb;
}
/* Using RGB */
body {
  background-color: rgb(207, 210, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 210, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(236, 85%, 90%);
}
/* Text color */
p {
  color: #cfd2fb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfd2fb;
}
/* Border color */
.box {
  border: 4px solid #cfd2fb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfd2fb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfd2fb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFD2FB
On Black Background
#CFD2FB
On White Background
#CFD2FB

HTML Examples of #CFD2FB

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

Related Colors of #CFD2FB

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