Shades of Snowy Mint #DAFACC
Tints of Snowy Mint #DAFACC
RGB
CMYK
RGB Variations
Color information
#DAFACC (or 0xDAFACC) is known color: Snowy Mint. HEX triplet: DA, FA and CC. RGB value is (218,250,204). Sum of RGB (Red+Green+Blue) = 218+250+204=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACC is #250533. Grayscale: #EBEBEB. Windows color (decimal): -2426164 or 13433562. OLE color: 13433562.
HSL color Cylindrical-coordinate representation of color #DAFACC: hue angle of 101.74º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFACC is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 250 | 204 | - |
CMYK | 0.13 | 0 | 0.18 | 0.02 |
HSL | 101.74º | 0.82% | 0.89% | - |
HSV(B) | 101.74º | 0.18% | 0.98% | - |
XYZ | 74 | 87.64 | 70.14 | - |
YUV | 235.19 | 110.4 | 115.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 250 | 204 | 0.13 | 0 | 0.18 | 0.02 | 101.74 | 0.82 | 0.89 |
Hex | DA | FA | CC | D | 0 | 12 | 2 | 66 | 52 | 59 |
Octal | 332 | 372 | 314 | 15 | 0 | 22 | 2 | 146 | 122 | 131 |
Binary | 11011010 | 11111010 | 11001100 | 1101 | 0 | 10010 | 10 | 1100110 | 1010010 | 1011001 |
Color Harmonies of #DAFACC
Complementary color
Monochromatic Colors of #DAFACC
Black with #DAFACC
Text Example
Text Example
White with #DAFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFACC; }
p { color: rgb(218,250,204); }
H1.HeaderClassName
{
color: #DAFACC;
}
.AnyTagClassName
{
color: #DAFACC;
}
</style>
background-color css
<style>
a { background-color: #DAFACC; }
a { background-color: rgb(218,250,204); }
div.DivClassName
{
background-color: #DAFACC;
}
.BgClassName
{
background-color: #DAFACC;
}
</style>
border-color css
<style>
span { border-color: #DAFACC; }
span { border-color: rgb(218,250,204); }
td.TdClassName
{
border-color: #DAFACC;
}
.TagClassName
{
border-color: #DAFACC;
}
</style>