Shades of Snowy Mint #DAFACF
Tints of Snowy Mint #DAFACF
RGB
CMYK
RGB Variations
Color information
#DAFACF (or 0xDAFACF) is known color: Snowy Mint. HEX triplet: DA, FA and CF. RGB value is (218,250,207). Sum of RGB (Red+Green+Blue) = 218+250+207=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACF is #250530. Grayscale: #EBEBEB. Windows color (decimal): -2426161 or 13630170. OLE color: 13630170.
HSL color Cylindrical-coordinate representation of color #DAFACF: hue angle of 104.65º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFACF is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 207 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.02 |
| HSL | 104.65º | 0.81% | 0.9% | - |
| HSV(B) | 104.65º | 0.17% | 0.98% | - |
| XYZ | 74.36 | 87.78 | 72.06 | - |
| YUV | 235.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 207 | 0.13 | 0 | 0.17 | 0.02 | 104.65 | 0.81 | 0.9 |
| Hex | DA | FA | CF | D | 0 | 11 | 2 | 69 | 51 | 5A |
| Octal | 332 | 372 | 317 | 15 | 0 | 21 | 2 | 151 | 121 | 132 |
| Binary | 11011010 | 11111010 | 11001111 | 1101 | 0 | 10001 | 10 | 1101001 | 1010001 | 1011010 |
Color Harmonies of #DAFACF
Complementary color
Monochromatic Colors of #DAFACF
Black with #DAFACF
Text Example
Text Example
White with #DAFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFACF; }
p { color: rgb(218,250,207); }
H1.HeaderClassName
{
color: #DAFACF;
}
.AnyTagClassName
{
color: #DAFACF;
}
</style>
background-color css
<style>
a { background-color: #DAFACF; }
a { background-color: rgb(218,250,207); }
div.DivClassName
{
background-color: #DAFACF;
}
.BgClassName
{
background-color: #DAFACF;
}
</style>
border-color css
<style>
span { border-color: #DAFACF; }
span { border-color: rgb(218,250,207); }
td.TdClassName
{
border-color: #DAFACF;
}
.TagClassName
{
border-color: #DAFACF;
}
</style>