Color #999EDE

HEX

#999EDE

RGB

(153, 158, 222)

Quick Actions

Color Values

Color Space Values
RGB
R: 153, G: 158, B: 222 (60%, 62%, 87%)
CMYK C: 31%, M: 29%, Y: 0%, K: 13%
HSL H: 236°, S: 51%, L: 74%
HSV H: 236°, S: 31%, V: 87%
CIE-LAB L: 66.9, a: 12.78, b: -33
CIE-LCH L: 66.9, C: 35.39, H: 291.17
Hunter-Lab L: 60.42, a: 5.94, b: -43.59
Web Safe
#9999cc
Complementary
#ded899

#999EDE is a color with RGB values of 153 red, 158 green, and 222 blue (60%, 62%, 87% respectively). In the CMYK color space, it consists of 31% cyan, 29% magenta, 0% yellow, and 13% black. The color has a hue angle of 236°, 51% saturation, and 74% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #9999cc. The complementary color is #ded899, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #999EDE

Explore different variations of #999EDE including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #999EDE. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #999EDE

Explore different color combinations and harmonies that work well with #999EDE.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #999EDE

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #999EDE

Text with #999EDE

This text has a font color of #999EDE.

<span style="color:#999EDE;">Text here</span>
.text { color: #999EDE; }

#999EDE background color

This paragraph has a background color of #999EDE.

<p style="background-color:#999EDE;">Content here</p>
.background { background-color: #999EDE; }

#999EDE border color

This element has a border color of #999EDE.
<div style="border:1px solid #999EDE;">Content here</div>
.border { border: 1px solid #999EDE; }

#999EDE box shadow

This element has a box shadow using #999EDE.
<div style="box-shadow: 0 4px 6px -1px #999EDE80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #999EDE80; }
Copied to clipboard!