Shades of Snowy Mint #DAFCCD
Tints of Snowy Mint #DAFCCD
RGB
CMYK
RGB Variations
Color information
#DAFCCD (or 0xDAFCCD) is known color: Snowy Mint. HEX triplet: DA, FC and CD. RGB value is (218,252,205). Sum of RGB (Red+Green+Blue) = 218+252+205=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCCD is #250332. Grayscale: #ECECEC. Windows color (decimal): -2425651 or 13499610. OLE color: 13499610.
HSL color Cylindrical-coordinate representation of color #DAFCCD: hue angle of 103.4º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAFCCD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 205 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.01 |
| HSL | 103.4º | 0.89% | 0.9% | - |
| HSV(B) | 103.4º | 0.19% | 0.99% | - |
| XYZ | 74.74 | 88.93 | 70.98 | - |
| YUV | 236.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 205 | 0.13 | 0 | 0.19 | 0.01 | 103.4 | 0.89 | 0.9 |
| Hex | DA | FC | CD | D | 0 | 13 | 1 | 67 | 59 | 5A |
| Octal | 332 | 374 | 315 | 15 | 0 | 23 | 1 | 147 | 131 | 132 |
| Binary | 11011010 | 11111100 | 11001101 | 1101 | 0 | 10011 | 1 | 1100111 | 1011001 | 1011010 |
Color Harmonies of #DAFCCD
Complementary color
Monochromatic Colors of #DAFCCD
Black with #DAFCCD
Text Example
Text Example
White with #DAFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCCD; }
p { color: rgb(218,252,205); }
H1.HeaderClassName
{
color: #DAFCCD;
}
.AnyTagClassName
{
color: #DAFCCD;
}
</style>
background-color css
<style>
a { background-color: #DAFCCD; }
a { background-color: rgb(218,252,205); }
div.DivClassName
{
background-color: #DAFCCD;
}
.BgClassName
{
background-color: #DAFCCD;
}
</style>
border-color css
<style>
span { border-color: #DAFCCD; }
span { border-color: rgb(218,252,205); }
td.TdClassName
{
border-color: #DAFCCD;
}
.TagClassName
{
border-color: #DAFCCD;
}
</style>