Shades of Snowy Mint #DAFDCC
Tints of Snowy Mint #DAFDCC
RGB
CMYK
RGB Variations
Color information
#DAFDCC (or 0xDAFDCC) is known color: Snowy Mint. HEX triplet: DA, FD and CC. RGB value is (218,253,204). Sum of RGB (Red+Green+Blue) = 218+253+204=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCC is #250233. Grayscale: #EDEDED. Windows color (decimal): -2425396 or 13434330. OLE color: 13434330.
HSL color Cylindrical-coordinate representation of color #DAFDCC: hue angle of 102.86º degrees, saturation: 0.92, 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 #DAFDCC is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 204 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.01 |
| HSL | 102.86º | 0.92% | 0.9% | - |
| HSV(B) | 102.86º | 0.19% | 0.99% | - |
| XYZ | 74.94 | 89.52 | 70.46 | - |
| YUV | 236.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 204 | 0.14 | 0 | 0.19 | 0.01 | 102.86 | 0.92 | 0.9 |
| Hex | DA | FD | CC | E | 0 | 13 | 1 | 67 | 5C | 5A |
| Octal | 332 | 375 | 314 | 16 | 0 | 23 | 1 | 147 | 134 | 132 |
| Binary | 11011010 | 11111101 | 11001100 | 1110 | 0 | 10011 | 1 | 1100111 | 1011100 | 1011010 |
Color Harmonies of #DAFDCC
Complementary color
Monochromatic Colors of #DAFDCC
Black with #DAFDCC
Text Example
Text Example
White with #DAFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDCC; }
p { color: rgb(218,253,204); }
H1.HeaderClassName
{
color: #DAFDCC;
}
.AnyTagClassName
{
color: #DAFDCC;
}
</style>
background-color css
<style>
a { background-color: #DAFDCC; }
a { background-color: rgb(218,253,204); }
div.DivClassName
{
background-color: #DAFDCC;
}
.BgClassName
{
background-color: #DAFDCC;
}
</style>
border-color css
<style>
span { border-color: #DAFDCC; }
span { border-color: rgb(218,253,204); }
td.TdClassName
{
border-color: #DAFDCC;
}
.TagClassName
{
border-color: #DAFDCC;
}
</style>