Color: #CCEBFD

#CCEBFD Color Information

#CCEBFD is a light color. The closest websafe version is #CCEBFD. A complement of this color would be #FDDFCE, perceived brightness is 0.89, and the grayscale version is #E5E5E5.

In the HSL color space, this color has a hue angle of 202°,a saturation of 92%, and a lightness of 90%.The HSV representation shows a hue of 202°, a saturation of 19%, and a value of 99%.

In a RGB color space, #CCEBFD is composed of 80% red, 92% green and 99% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 7% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 78.95, x: 0.3142, and y: 0.3427.

Color Code #CCEBFD

#CCEBFDrgb(204, 235, 253)
HEX
#CCEBFD
RGB
rgb(204, 235, 253)
HSL
hsl(202, 92%, 90%)
HSV
hsv(202, 19%, 99%)
CMYK
19%, 7%, 0%, 1%
XYZ
X: 72.38, Y: 78.95, Z: 79.06
Lab
L: 91.21, a: -7.71, b: -12.32
Name

Shades of Color #CCEBFD

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

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

#CCEBFDrgb(204, 235, 253)

About #CCEBFD Color Code

In the HSL color space, this color has a hue angle of 202°, a saturation of 92%, and a lightness of 90%. The HSV representation shows a hue of 202°, a saturation of 19%, and a value of 99%.

  • HEX: #CCEBFD
  • RGB: rgb(204, 235, 253)
  • HSL: hsl(202, 92%, 90%)
  • HSV: hsv(202, 19%, 99%)
  • CMYK: 19.00% cyan, 7.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 72.38, 78.95, 79.06
  • Yxy: 78.95, 0.3142, 0.3427
  • Hunter Lab: 91.21, -7.71, -12.32
  • CIE-Lab: 91.21, -7.71, -12.32

In the XYZ color space, this color is represented as X: 72.38, Y: 78.95, Z: 79.06. The Yxy representation further refines this as Y: 78.95, x: 0.3142, and y: 0.3427.

In the Hunter Lab color space, this color is represented as L: 91.21, a: -7.71, and b: -12.32. Similarly, in the CIE-Lab color space, it is represented as L: 91.21, a: -7.71, and b: -12.32.

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

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

Analogous Colors of #CCEBFD

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

Split Complementary Colors of #CCEBFD

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

Tetradic Colors of #CCEBFD

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

Monochromatic Colors of #CCEBFD

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

Complementary Color of #CCEBFD

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

/* Using HEX */
body {
  background-color: #ccebfd;
}
/* Using RGB */
body {
  background-color: rgb(204, 235, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 235, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(202, 92%, 90%);
}
/* Text color */
p {
  color: #ccebfd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccebfd;
}
/* Border color */
.box {
  border: 4px solid #ccebfd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccebfd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccebfd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCEBFD
On Black Background
#CCEBFD
On White Background
#CCEBFD

HTML Examples of #CCEBFD

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

Related Colors of #CCEBFD

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