Shades of Frosted Mint #D9FFDE
Tints of Frosted Mint #D9FFDE
RGB
CMYK
RGB Variations
Color information
#D9FFDE (or 0xD9FFDE) is known color: Frosted Mint. HEX triplet: D9, FF and DE. RGB value is (217,255,222). Sum of RGB (Red+Green+Blue) = 217+255+222=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFDE is #260021. Grayscale: #EFEFEF. Windows color (decimal): -2490402 or 14614489. OLE color: 14614489.
HSL color Cylindrical-coordinate representation of color #D9FFDE: hue angle of 127.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FFDE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 222 | - |
| CMYK | 0.15 | 0 | 0.13 | 0 |
| HSL | 127.89º | 1% | 0.93% | - |
| HSV(B) | 127.89º | 0.15% | 1% | - |
| XYZ | 77.56 | 91.55 | 82.69 | - |
| YUV | 239.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 222 | 0.15 | 0 | 0.13 | 0 | 127.89 | 1 | 0.93 |
| Hex | D9 | FF | DE | F | 0 | D | 0 | 80 | 64 | 5D |
| Octal | 331 | 377 | 336 | 17 | 0 | 15 | 0 | 200 | 144 | 135 |
| Binary | 11011001 | 11111111 | 11011110 | 1111 | 0 | 1101 | 0 | 10000000 | 1100100 | 1011101 |
Color Harmonies of #D9FFDE
Complementary color
Monochromatic Colors of #D9FFDE
Black with #D9FFDE
Text Example
Text Example
White with #D9FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFDE; }
p { color: rgb(217,255,222); }
H1.HeaderClassName
{
color: #D9FFDE;
}
.AnyTagClassName
{
color: #D9FFDE;
}
</style>
background-color css
<style>
a { background-color: #D9FFDE; }
a { background-color: rgb(217,255,222); }
div.DivClassName
{
background-color: #D9FFDE;
}
.BgClassName
{
background-color: #D9FFDE;
}
</style>
border-color css
<style>
span { border-color: #D9FFDE; }
span { border-color: rgb(217,255,222); }
td.TdClassName
{
border-color: #D9FFDE;
}
.TagClassName
{
border-color: #D9FFDE;
}
</style>