Shades of Snowy Mint #DAF6CA
Tints of Snowy Mint #DAF6CA
RGB
CMYK
RGB Variations
Color information
#DAF6CA (or 0xDAF6CA) is known color: Snowy Mint. HEX triplet: DA, F6 and CA. RGB value is (218,246,202). Sum of RGB (Red+Green+Blue) = 218+246+202=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6CA is #250935. Grayscale: #E8E8E8. Windows color (decimal): -2427190 or 13301466. OLE color: 13301466.
HSL color Cylindrical-coordinate representation of color #DAF6CA: hue angle of 98.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF6CA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 202 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.04 |
| HSL | 98.18º | 0.71% | 0.88% | - |
| HSV(B) | 98.18º | 0.18% | 0.96% | - |
| XYZ | 72.53 | 85.08 | 68.48 | - |
| YUV | 232.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 202 | 0.11 | 0 | 0.18 | 0.04 | 98.18 | 0.71 | 0.88 |
| Hex | DA | F6 | CA | B | 0 | 12 | 4 | 62 | 47 | 58 |
| Octal | 332 | 366 | 312 | 13 | 0 | 22 | 4 | 142 | 107 | 130 |
| Binary | 11011010 | 11110110 | 11001010 | 1011 | 0 | 10010 | 100 | 1100010 | 1000111 | 1011000 |
Color Harmonies of #DAF6CA
Complementary color
Monochromatic Colors of #DAF6CA
Black with #DAF6CA
Text Example
Text Example
White with #DAF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6CA; }
p { color: rgb(218,246,202); }
H1.HeaderClassName
{
color: #DAF6CA;
}
.AnyTagClassName
{
color: #DAF6CA;
}
</style>
background-color css
<style>
a { background-color: #DAF6CA; }
a { background-color: rgb(218,246,202); }
div.DivClassName
{
background-color: #DAF6CA;
}
.BgClassName
{
background-color: #DAF6CA;
}
</style>
border-color css
<style>
span { border-color: #DAF6CA; }
span { border-color: rgb(218,246,202); }
td.TdClassName
{
border-color: #DAF6CA;
}
.TagClassName
{
border-color: #DAF6CA;
}
</style>