Shades of Snowy Mint #DAF2CA
Tints of Snowy Mint #DAF2CA
RGB
CMYK
RGB Variations
Color information
#DAF2CA (or 0xDAF2CA) is known color: Snowy Mint. HEX triplet: DA, F2 and CA. RGB value is (218,242,202). Sum of RGB (Red+Green+Blue) = 218+242+202=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2CA is #250D35. Grayscale: #E6E6E6. Windows color (decimal): -2428214 or 13300442. OLE color: 13300442.
HSL color Cylindrical-coordinate representation of color #DAF2CA: hue angle of 96º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF2CA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 202 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.05 |
| HSL | 96º | 0.61% | 0.87% | - |
| HSV(B) | 96º | 0.17% | 0.95% | - |
| XYZ | 71.33 | 82.67 | 68.08 | - |
| YUV | 230.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 202 | 0.10 | 0 | 0.17 | 0.05 | 96 | 0.61 | 0.87 |
| Hex | DA | F2 | CA | A | 0 | 11 | 5 | 60 | 3D | 57 |
| Octal | 332 | 362 | 312 | 12 | 0 | 21 | 5 | 140 | 75 | 127 |
| Binary | 11011010 | 11110010 | 11001010 | 1010 | 0 | 10001 | 101 | 1100000 | 111101 | 1010111 |
Color Harmonies of #DAF2CA
Complementary color
Monochromatic Colors of #DAF2CA
Black with #DAF2CA
Text Example
Text Example
White with #DAF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2CA; }
p { color: rgb(218,242,202); }
H1.HeaderClassName
{
color: #DAF2CA;
}
.AnyTagClassName
{
color: #DAF2CA;
}
</style>
background-color css
<style>
a { background-color: #DAF2CA; }
a { background-color: rgb(218,242,202); }
div.DivClassName
{
background-color: #DAF2CA;
}
.BgClassName
{
background-color: #DAF2CA;
}
</style>
border-color css
<style>
span { border-color: #DAF2CA; }
span { border-color: rgb(218,242,202); }
td.TdClassName
{
border-color: #DAF2CA;
}
.TagClassName
{
border-color: #DAF2CA;
}
</style>