Shades of Frosted Mint #D9FFDD
Tints of Frosted Mint #D9FFDD
RGB
CMYK
RGB Variations
Color information
#D9FFDD (or 0xD9FFDD) is known color: Frosted Mint. HEX triplet: D9, FF and DD. RGB value is (217,255,221). Sum of RGB (Red+Green+Blue) = 217+255+221=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFDD is #260022. Grayscale: #EFEFEF. Windows color (decimal): -2490403 or 14548953. OLE color: 14548953.
HSL color Cylindrical-coordinate representation of color #D9FFDD: hue angle of 126.32º 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 #D9FFDD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 221 | - |
| CMYK | 0.15 | 0 | 0.13 | 0 |
| HSL | 126.32º | 1% | 0.93% | - |
| HSV(B) | 126.32º | 0.15% | 1% | - |
| XYZ | 77.43 | 91.49 | 81.99 | - |
| YUV | 239.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 221 | 0.15 | 0 | 0.13 | 0 | 126.32 | 1 | 0.93 |
| Hex | D9 | FF | DD | F | 0 | D | 0 | 7E | 64 | 5D |
| Octal | 331 | 377 | 335 | 17 | 0 | 15 | 0 | 176 | 144 | 135 |
| Binary | 11011001 | 11111111 | 11011101 | 1111 | 0 | 1101 | 0 | 1111110 | 1100100 | 1011101 |
Color Harmonies of #D9FFDD
Complementary color
Monochromatic Colors of #D9FFDD
Black with #D9FFDD
Text Example
Text Example
White with #D9FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFDD; }
p { color: rgb(217,255,221); }
H1.HeaderClassName
{
color: #D9FFDD;
}
.AnyTagClassName
{
color: #D9FFDD;
}
</style>
background-color css
<style>
a { background-color: #D9FFDD; }
a { background-color: rgb(217,255,221); }
div.DivClassName
{
background-color: #D9FFDD;
}
.BgClassName
{
background-color: #D9FFDD;
}
</style>
border-color css
<style>
span { border-color: #D9FFDD; }
span { border-color: rgb(217,255,221); }
td.TdClassName
{
border-color: #D9FFDD;
}
.TagClassName
{
border-color: #D9FFDD;
}
</style>