Shades of Snowy Mint #DAFBCF
Tints of Snowy Mint #DAFBCF
RGB
CMYK
RGB Variations
Color information
#DAFBCF (or 0xDAFBCF) is known color: Snowy Mint. HEX triplet: DA, FB and CF. RGB value is (218,251,207). Sum of RGB (Red+Green+Blue) = 218+251+207=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCF is #250430. Grayscale: #ECECEC. Windows color (decimal): -2425905 or 13630426. OLE color: 13630426.
HSL color Cylindrical-coordinate representation of color #DAFBCF: hue angle of 105º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFBCF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 207 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.02 |
| HSL | 105º | 0.85% | 0.9% | - |
| HSV(B) | 105º | 0.18% | 0.98% | - |
| XYZ | 74.67 | 88.4 | 72.16 | - |
| YUV | 236.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 207 | 0.13 | 0 | 0.18 | 0.02 | 105 | 0.85 | 0.9 |
| Hex | DA | FB | CF | D | 0 | 12 | 2 | 69 | 55 | 5A |
| Octal | 332 | 373 | 317 | 15 | 0 | 22 | 2 | 151 | 125 | 132 |
| Binary | 11011010 | 11111011 | 11001111 | 1101 | 0 | 10010 | 10 | 1101001 | 1010101 | 1011010 |
Color Harmonies of #DAFBCF
Complementary color
Monochromatic Colors of #DAFBCF
Black with #DAFBCF
Text Example
Text Example
White with #DAFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBCF; }
p { color: rgb(218,251,207); }
H1.HeaderClassName
{
color: #DAFBCF;
}
.AnyTagClassName
{
color: #DAFBCF;
}
</style>
background-color css
<style>
a { background-color: #DAFBCF; }
a { background-color: rgb(218,251,207); }
div.DivClassName
{
background-color: #DAFBCF;
}
.BgClassName
{
background-color: #DAFBCF;
}
</style>
border-color css
<style>
span { border-color: #DAFBCF; }
span { border-color: rgb(218,251,207); }
td.TdClassName
{
border-color: #DAFBCF;
}
.TagClassName
{
border-color: #DAFBCF;
}
</style>