Hex Color Code #EDCFEE — RGB & HSL Conversions
How to use the #EDCFEE color code in HTML & CSS?
To apply the hex color #EDCFEE in web design, set the color property inside your CSS stylesheet. For example, adding background-color: #EDCFEE; will paint elements in this cool undertone shade. In modern CSS structures, you can configure it as a custom variable --color-hex: #EDCFEE; or utilize it directly in Tailwind CSS via arbitrary utility values like bg-[#EDCFEE].
What are the RGB and HSL conversion values for #EDCFEE?
In the digital sRGB color space, the hex value #EDCFEE is converted to RGB values of Red: 237, Green: 207, and Blue: 238. When analyzed under the HSL model, its coordinates correspond to hue angle 298°, 48% saturation, and 87% lightness. This makes it visually a bright, soft tint with a balanced, moderate saturation.
CMYK print code settings for #EDCFEE
When converting #EDCFEE for CMYK printing, the color separation consists of 0% Cyan, 13% Magenta, 0% Yellow, and 7% key/black. These neutral color boundaries serve as solid structural backgrounds, layouts, and typography grids.
HEX #EDCFEE Color Space Conversions
Click to copy formatContrast & Accessibility (WCAG 2.1) Check
White text readability test with #EDCFEE
Small body copy preview
Black text readability test with #EDCFEE
Small body copy preview
Complementary & Analogous Harmonies
Perfect matching color schemes for your designsShades & Tints Generator Matrix
Copy shade hex values instantlyDarker Shades (Adding Black)
Lighter Tints (Adding White)
CSS Custom Properties (Variables)
--color-hex: #EDCFEE;
--color-rgb: rgb(237, 207, 238);
--color-hsl: hsl(298deg, 48%, 87%);