Shades of Snowy Mint #DAF5D0
Tints of Snowy Mint #DAF5D0
RGB
CMYK
RGB Variations
Color information
#DAF5D0 (or 0xDAF5D0) is known color: Snowy Mint. HEX triplet: DA, F5 and D0. RGB value is (218,245,208). Sum of RGB (Red+Green+Blue) = 218+245+208=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5D0 is #250A2F. Grayscale: #E8E8E8. Windows color (decimal): -2427440 or 13694426. OLE color: 13694426.
HSL color Cylindrical-coordinate representation of color #DAF5D0: hue angle of 103.78º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF5D0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 208 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.04 |
| HSL | 103.78º | 0.65% | 0.89% | - |
| HSV(B) | 103.78º | 0.15% | 0.96% | - |
| XYZ | 72.95 | 84.76 | 72.19 | - |
| YUV | 232.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 208 | 0.11 | 0 | 0.15 | 0.04 | 103.78 | 0.65 | 0.89 |
| Hex | DA | F5 | D0 | B | 0 | F | 4 | 68 | 41 | 59 |
| Octal | 332 | 365 | 320 | 13 | 0 | 17 | 4 | 150 | 101 | 131 |
| Binary | 11011010 | 11110101 | 11010000 | 1011 | 0 | 1111 | 100 | 1101000 | 1000001 | 1011001 |
Color Harmonies of #DAF5D0
Complementary color
Monochromatic Colors of #DAF5D0
Black with #DAF5D0
Text Example
Text Example
White with #DAF5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5D0; }
p { color: rgb(218,245,208); }
H1.HeaderClassName
{
color: #DAF5D0;
}
.AnyTagClassName
{
color: #DAF5D0;
}
</style>
background-color css
<style>
a { background-color: #DAF5D0; }
a { background-color: rgb(218,245,208); }
div.DivClassName
{
background-color: #DAF5D0;
}
.BgClassName
{
background-color: #DAF5D0;
}
</style>
border-color css
<style>
span { border-color: #DAF5D0; }
span { border-color: rgb(218,245,208); }
td.TdClassName
{
border-color: #DAF5D0;
}
.TagClassName
{
border-color: #DAF5D0;
}
</style>