Shades of Snowy Mint #DAFFC9
Tints of Snowy Mint #DAFFC9
RGB
CMYK
RGB Variations
Color information
#DAFFC9 (or 0xDAFFC9) is known color: Snowy Mint. HEX triplet: DA, FF and C9. RGB value is (218,255,201). Sum of RGB (Red+Green+Blue) = 218+255+201=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC9 is #250036. Grayscale: #EDEDED. Windows color (decimal): -2424887 or 13238234. OLE color: 13238234.
HSL color Cylindrical-coordinate representation of color #DAFFC9: hue angle of 101.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAFFC9 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 201 | - |
| CMYK | 0.15 | 0 | 0.21 | 0 |
| HSL | 101.11º | 1% | 0.89% | - |
| HSV(B) | 101.11º | 0.21% | 1% | - |
| XYZ | 75.22 | 90.64 | 68.79 | - |
| YUV | 237.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 201 | 0.15 | 0 | 0.21 | 0 | 101.11 | 1 | 0.89 |
| Hex | DA | FF | C9 | F | 0 | 15 | 0 | 65 | 64 | 59 |
| Octal | 332 | 377 | 311 | 17 | 0 | 25 | 0 | 145 | 144 | 131 |
| Binary | 11011010 | 11111111 | 11001001 | 1111 | 0 | 10101 | 0 | 1100101 | 1100100 | 1011001 |
Color Harmonies of #DAFFC9
Complementary color
Monochromatic Colors of #DAFFC9
Black with #DAFFC9
Text Example
Text Example
White with #DAFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFC9; }
p { color: rgb(218,255,201); }
H1.HeaderClassName
{
color: #DAFFC9;
}
.AnyTagClassName
{
color: #DAFFC9;
}
</style>
background-color css
<style>
a { background-color: #DAFFC9; }
a { background-color: rgb(218,255,201); }
div.DivClassName
{
background-color: #DAFFC9;
}
.BgClassName
{
background-color: #DAFFC9;
}
</style>
border-color css
<style>
span { border-color: #DAFFC9; }
span { border-color: rgb(218,255,201); }
td.TdClassName
{
border-color: #DAFFC9;
}
.TagClassName
{
border-color: #DAFFC9;
}
</style>