Shades of Snowy Mint #DAFACE
Tints of Snowy Mint #DAFACE
RGB
CMYK
RGB Variations
Color information
#DAFACE (or 0xDAFACE) is known color: Snowy Mint. HEX triplet: DA, FA and CE. RGB value is (218,250,206). Sum of RGB (Red+Green+Blue) = 218+250+206=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACE is #250531. Grayscale: #EBEBEB. Windows color (decimal): -2426162 or 13564634. OLE color: 13564634.
HSL color Cylindrical-coordinate representation of color #DAFACE: hue angle of 103.64º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFACE is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 206 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.02 |
| HSL | 103.64º | 0.81% | 0.89% | - |
| HSV(B) | 103.64º | 0.18% | 0.98% | - |
| XYZ | 74.24 | 87.73 | 71.41 | - |
| YUV | 235.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 206 | 0.13 | 0 | 0.18 | 0.02 | 103.64 | 0.81 | 0.89 |
| Hex | DA | FA | CE | D | 0 | 12 | 2 | 68 | 51 | 59 |
| Octal | 332 | 372 | 316 | 15 | 0 | 22 | 2 | 150 | 121 | 131 |
| Binary | 11011010 | 11111010 | 11001110 | 1101 | 0 | 10010 | 10 | 1101000 | 1010001 | 1011001 |
Color Harmonies of #DAFACE
Complementary color
Monochromatic Colors of #DAFACE
Black with #DAFACE
Text Example
Text Example
White with #DAFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFACE; }
p { color: rgb(218,250,206); }
H1.HeaderClassName
{
color: #DAFACE;
}
.AnyTagClassName
{
color: #DAFACE;
}
</style>
background-color css
<style>
a { background-color: #DAFACE; }
a { background-color: rgb(218,250,206); }
div.DivClassName
{
background-color: #DAFACE;
}
.BgClassName
{
background-color: #DAFACE;
}
</style>
border-color css
<style>
span { border-color: #DAFACE; }
span { border-color: rgb(218,250,206); }
td.TdClassName
{
border-color: #DAFACE;
}
.TagClassName
{
border-color: #DAFACE;
}
</style>