Shades of Snowy Mint #DAFFC8
Tints of Snowy Mint #DAFFC8
RGB
CMYK
RGB Variations
Color information
#DAFFC8 (or 0xDAFFC8) is known color: Snowy Mint. HEX triplet: DA, FF and C8. RGB value is (218,255,200). Sum of RGB (Red+Green+Blue) = 218+255+200=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC8 is #250037. Grayscale: #EDEDED. Windows color (decimal): -2424888 or 13172698. OLE color: 13172698.
HSL color Cylindrical-coordinate representation of color #DAFFC8: hue angle of 100.36º 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 #DAFFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 200 | - |
| CMYK | 0.15 | 0 | 0.22 | 0 |
| HSL | 100.36º | 1% | 0.89% | - |
| HSV(B) | 100.36º | 0.22% | 1% | - |
| XYZ | 75.1 | 90.6 | 68.17 | - |
| YUV | 237.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 200 | 0.15 | 0 | 0.22 | 0 | 100.36 | 1 | 0.89 |
| Hex | DA | FF | C8 | F | 0 | 16 | 0 | 64 | 64 | 59 |
| Octal | 332 | 377 | 310 | 17 | 0 | 26 | 0 | 144 | 144 | 131 |
| Binary | 11011010 | 11111111 | 11001000 | 1111 | 0 | 10110 | 0 | 1100100 | 1100100 | 1011001 |
Color Harmonies of #DAFFC8
Complementary color
Monochromatic Colors of #DAFFC8
Black with #DAFFC8
Text Example
Text Example
White with #DAFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFC8; }
p { color: rgb(218,255,200); }
H1.HeaderClassName
{
color: #DAFFC8;
}
.AnyTagClassName
{
color: #DAFFC8;
}
</style>
background-color css
<style>
a { background-color: #DAFFC8; }
a { background-color: rgb(218,255,200); }
div.DivClassName
{
background-color: #DAFFC8;
}
.BgClassName
{
background-color: #DAFFC8;
}
</style>
border-color css
<style>
span { border-color: #DAFFC8; }
span { border-color: rgb(218,255,200); }
td.TdClassName
{
border-color: #DAFFC8;
}
.TagClassName
{
border-color: #DAFFC8;
}
</style>