Shades of Snowy Mint #DAFEC7
Tints of Snowy Mint #DAFEC7
RGB
CMYK
RGB Variations
Color information
#DAFEC7 (or 0xDAFEC7) is known color: Snowy Mint. HEX triplet: DA, FE and C7. RGB value is (218,254,199). Sum of RGB (Red+Green+Blue) = 218+254+199=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC7 is #250138. Grayscale: #EDEDED. Windows color (decimal): -2425145 or 13106906. OLE color: 13106906.
HSL color Cylindrical-coordinate representation of color #DAFEC7: hue angle of 99.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAFEC7 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 199 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.00 |
| HSL | 99.27º | 0.96% | 0.89% | - |
| HSV(B) | 99.27º | 0.22% | 1% | - |
| XYZ | 74.66 | 89.91 | 67.45 | - |
| YUV | 236.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 199 | 0.14 | 0 | 0.22 | 0.00 | 99.27 | 0.96 | 0.89 |
| Hex | DA | FE | C7 | E | 0 | 16 | 0 | 63 | 60 | 59 |
| Octal | 332 | 376 | 307 | 16 | 0 | 26 | 0 | 143 | 140 | 131 |
| Binary | 11011010 | 11111110 | 11000111 | 1110 | 0 | 10110 | 0 | 1100011 | 1100000 | 1011001 |
Color Harmonies of #DAFEC7
Complementary color
Monochromatic Colors of #DAFEC7
Black with #DAFEC7
Text Example
Text Example
White with #DAFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEC7; }
p { color: rgb(218,254,199); }
H1.HeaderClassName
{
color: #DAFEC7;
}
.AnyTagClassName
{
color: #DAFEC7;
}
</style>
background-color css
<style>
a { background-color: #DAFEC7; }
a { background-color: rgb(218,254,199); }
div.DivClassName
{
background-color: #DAFEC7;
}
.BgClassName
{
background-color: #DAFEC7;
}
</style>
border-color css
<style>
span { border-color: #DAFEC7; }
span { border-color: rgb(218,254,199); }
td.TdClassName
{
border-color: #DAFEC7;
}
.TagClassName
{
border-color: #DAFEC7;
}
</style>