Shades of Frosted Mint #D9FADC
Tints of Frosted Mint #D9FADC
RGB
CMYK
RGB Variations
Color information
#D9FADC (or 0xD9FADC) is known color: Frosted Mint. HEX triplet: D9, FA and DC. RGB value is (217,250,220). Sum of RGB (Red+Green+Blue) = 217+250+220=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADC is #260523. Grayscale: #ECECEC. Windows color (decimal): -2491684 or 14482137. OLE color: 14482137.
HSL color Cylindrical-coordinate representation of color #D9FADC: hue angle of 125.45º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADC is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 250 | 220 | - |
CMYK | 0.13 | 0 | 0.12 | 0.02 |
HSL | 125.45º | 0.77% | 0.92% | - |
HSV(B) | 125.45º | 0.13% | 0.98% | - |
XYZ | 75.72 | 88.29 | 80.76 | - |
YUV | 236.71 | 118.57 | 113.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 250 | 220 | 0.13 | 0 | 0.12 | 0.02 | 125.45 | 0.77 | 0.92 |
Hex | D9 | FA | DC | D | 0 | C | 2 | 7D | 4D | 5C |
Octal | 331 | 372 | 334 | 15 | 0 | 14 | 2 | 175 | 115 | 134 |
Binary | 11011001 | 11111010 | 11011100 | 1101 | 0 | 1100 | 10 | 1111101 | 1001101 | 1011100 |
Color Harmonies of #D9FADC
Complementary color
Monochromatic Colors of #D9FADC
Black with #D9FADC
Text Example
Text Example
White with #D9FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FADC; }
p { color: rgb(217,250,220); }
H1.HeaderClassName
{
color: #D9FADC;
}
.AnyTagClassName
{
color: #D9FADC;
}
</style>
background-color css
<style>
a { background-color: #D9FADC; }
a { background-color: rgb(217,250,220); }
div.DivClassName
{
background-color: #D9FADC;
}
.BgClassName
{
background-color: #D9FADC;
}
</style>
border-color css
<style>
span { border-color: #D9FADC; }
span { border-color: rgb(217,250,220); }
td.TdClassName
{
border-color: #D9FADC;
}
.TagClassName
{
border-color: #D9FADC;
}
</style>