Shades of Snowy Mint #DAF5CF
Tints of Snowy Mint #DAF5CF
RGB
CMYK
RGB Variations
Color information
#DAF5CF (or 0xDAF5CF) is known color: Snowy Mint. HEX triplet: DA, F5 and CF. RGB value is (218,245,207). Sum of RGB (Red+Green+Blue) = 218+245+207=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5CF is #250A30. Grayscale: #E8E8E8. Windows color (decimal): -2427441 or 13628890. OLE color: 13628890.
HSL color Cylindrical-coordinate representation of color #DAF5CF: hue angle of 102.63º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF5CF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 207 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.04 |
| HSL | 102.63º | 0.66% | 0.89% | - |
| HSV(B) | 102.63º | 0.16% | 0.96% | - |
| XYZ | 72.83 | 84.72 | 71.54 | - |
| YUV | 232.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 207 | 0.11 | 0 | 0.16 | 0.04 | 102.63 | 0.66 | 0.89 |
| Hex | DA | F5 | CF | B | 0 | 10 | 4 | 67 | 42 | 59 |
| Octal | 332 | 365 | 317 | 13 | 0 | 20 | 4 | 147 | 102 | 131 |
| Binary | 11011010 | 11110101 | 11001111 | 1011 | 0 | 10000 | 100 | 1100111 | 1000010 | 1011001 |
Color Harmonies of #DAF5CF
Complementary color
Monochromatic Colors of #DAF5CF
Black with #DAF5CF
Text Example
Text Example
White with #DAF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5CF; }
p { color: rgb(218,245,207); }
H1.HeaderClassName
{
color: #DAF5CF;
}
.AnyTagClassName
{
color: #DAF5CF;
}
</style>
background-color css
<style>
a { background-color: #DAF5CF; }
a { background-color: rgb(218,245,207); }
div.DivClassName
{
background-color: #DAF5CF;
}
.BgClassName
{
background-color: #DAF5CF;
}
</style>
border-color css
<style>
span { border-color: #DAF5CF; }
span { border-color: rgb(218,245,207); }
td.TdClassName
{
border-color: #DAF5CF;
}
.TagClassName
{
border-color: #DAF5CF;
}
</style>