Shades of Snowy Mint #DAFFC7
Tints of Snowy Mint #DAFFC7
RGB
CMYK
RGB Variations
Color information
#DAFFC7 (or 0xDAFFC7) is known color: Snowy Mint. HEX triplet: DA, FF and C7. RGB value is (218,255,199). Sum of RGB (Red+Green+Blue) = 218+255+199=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC7 is #250038. Grayscale: #EDEDED. Windows color (decimal): -2424889 or 13107162. OLE color: 13107162.
HSL color Cylindrical-coordinate representation of color #DAFFC7: hue angle of 99.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAFFC7 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 199 | - |
| CMYK | 0.15 | 0 | 0.22 | 0 |
| HSL | 99.64º | 1% | 0.89% | - |
| HSV(B) | 99.64º | 0.22% | 1% | - |
| XYZ | 74.98 | 90.55 | 67.56 | - |
| YUV | 237.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 199 | 0.15 | 0 | 0.22 | 0 | 99.64 | 1 | 0.89 |
| Hex | DA | FF | C7 | F | 0 | 16 | 0 | 64 | 64 | 59 |
| Octal | 332 | 377 | 307 | 17 | 0 | 26 | 0 | 144 | 144 | 131 |
| Binary | 11011010 | 11111111 | 11000111 | 1111 | 0 | 10110 | 0 | 1100100 | 1100100 | 1011001 |
Color Harmonies of #DAFFC7
Complementary color
Monochromatic Colors of #DAFFC7
Black with #DAFFC7
Text Example
Text Example
White with #DAFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFC7; }
p { color: rgb(218,255,199); }
H1.HeaderClassName
{
color: #DAFFC7;
}
.AnyTagClassName
{
color: #DAFFC7;
}
</style>
background-color css
<style>
a { background-color: #DAFFC7; }
a { background-color: rgb(218,255,199); }
div.DivClassName
{
background-color: #DAFFC7;
}
.BgClassName
{
background-color: #DAFFC7;
}
</style>
border-color css
<style>
span { border-color: #DAFFC7; }
span { border-color: rgb(218,255,199); }
td.TdClassName
{
border-color: #DAFFC7;
}
.TagClassName
{
border-color: #DAFFC7;
}
</style>