Shades of Frosted Mint #D9FCDC
Tints of Frosted Mint #D9FCDC
RGB
CMYK
RGB Variations
Color information
#D9FCDC (or 0xD9FCDC) is known color: Frosted Mint. HEX triplet: D9, FC and DC. RGB value is (217,252,220). Sum of RGB (Red+Green+Blue) = 217+252+220=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FCDC is #260323. Grayscale: #EDEDED. Windows color (decimal): -2491172 or 14482649. OLE color: 14482649.
HSL color Cylindrical-coordinate representation of color #D9FCDC: hue angle of 125.14º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FCDC is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 220 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.01 |
| HSL | 125.14º | 0.85% | 0.92% | - |
| HSV(B) | 125.14º | 0.14% | 0.99% | - |
| XYZ | 76.34 | 89.54 | 80.97 | - |
| YUV | 237.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 220 | 0.14 | 0 | 0.13 | 0.01 | 125.14 | 0.85 | 0.92 |
| Hex | D9 | FC | DC | E | 0 | D | 1 | 7D | 55 | 5C |
| Octal | 331 | 374 | 334 | 16 | 0 | 15 | 1 | 175 | 125 | 134 |
| Binary | 11011001 | 11111100 | 11011100 | 1110 | 0 | 1101 | 1 | 1111101 | 1010101 | 1011100 |
Color Harmonies of #D9FCDC
Complementary color
Monochromatic Colors of #D9FCDC
Black with #D9FCDC
Text Example
Text Example
White with #D9FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FCDC; }
p { color: rgb(217,252,220); }
H1.HeaderClassName
{
color: #D9FCDC;
}
.AnyTagClassName
{
color: #D9FCDC;
}
</style>
background-color css
<style>
a { background-color: #D9FCDC; }
a { background-color: rgb(217,252,220); }
div.DivClassName
{
background-color: #D9FCDC;
}
.BgClassName
{
background-color: #D9FCDC;
}
</style>
border-color css
<style>
span { border-color: #D9FCDC; }
span { border-color: rgb(217,252,220); }
td.TdClassName
{
border-color: #D9FCDC;
}
.TagClassName
{
border-color: #D9FCDC;
}
</style>