Shades of Snowy Mint #DAF3CA
Tints of Snowy Mint #DAF3CA
RGB
CMYK
RGB Variations
Color information
#DAF3CA (or 0xDAF3CA) is known color: Snowy Mint. HEX triplet: DA, F3 and CA. RGB value is (218,243,202). Sum of RGB (Red+Green+Blue) = 218+243+202=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3CA is #250C35. Grayscale: #E6E6E6. Windows color (decimal): -2427958 or 13300698. OLE color: 13300698.
HSL color Cylindrical-coordinate representation of color #DAF3CA: hue angle of 96.59º degrees, saturation: 0.63, 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 #DAF3CA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 202 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.05 |
| HSL | 96.59º | 0.63% | 0.87% | - |
| HSV(B) | 96.59º | 0.17% | 0.95% | - |
| XYZ | 71.62 | 83.27 | 68.17 | - |
| YUV | 230.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 202 | 0.10 | 0 | 0.17 | 0.05 | 96.59 | 0.63 | 0.87 |
| Hex | DA | F3 | CA | A | 0 | 11 | 5 | 61 | 3F | 57 |
| Octal | 332 | 363 | 312 | 12 | 0 | 21 | 5 | 141 | 77 | 127 |
| Binary | 11011010 | 11110011 | 11001010 | 1010 | 0 | 10001 | 101 | 1100001 | 111111 | 1010111 |
Color Harmonies of #DAF3CA
Complementary color
Monochromatic Colors of #DAF3CA
Black with #DAF3CA
Text Example
Text Example
White with #DAF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3CA; }
p { color: rgb(218,243,202); }
H1.HeaderClassName
{
color: #DAF3CA;
}
.AnyTagClassName
{
color: #DAF3CA;
}
</style>
background-color css
<style>
a { background-color: #DAF3CA; }
a { background-color: rgb(218,243,202); }
div.DivClassName
{
background-color: #DAF3CA;
}
.BgClassName
{
background-color: #DAF3CA;
}
</style>
border-color css
<style>
span { border-color: #DAF3CA; }
span { border-color: rgb(218,243,202); }
td.TdClassName
{
border-color: #DAF3CA;
}
.TagClassName
{
border-color: #DAF3CA;
}
</style>