Shades of Snowy Mint #DCFAC8
Tints of Snowy Mint #DCFAC8
RGB
CMYK
RGB Variations
Color information
#DCFAC8 (or 0xDCFAC8) is known color: Snowy Mint. HEX triplet: DC, FA and C8. RGB value is (220,250,200). Sum of RGB (Red+Green+Blue) = 220+250+200=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC8 is #230537. Grayscale: #EBEBEB. Windows color (decimal): -2295096 or 13171420. OLE color: 13171420.
HSL color Cylindrical-coordinate representation of color #DCFAC8: hue angle of 96º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFAC8 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 200 | - |
| CMYK | 0.12 | 0 | 0.2 | 0.02 |
| HSL | 96º | 0.83% | 0.88% | - |
| HSV(B) | 96º | 0.2% | 0.98% | - |
| XYZ | 74.13 | 87.76 | 67.68 | - |
| YUV | 235.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 200 | 0.12 | 0 | 0.2 | 0.02 | 96 | 0.83 | 0.88 |
| Hex | DC | FA | C8 | C | 0 | 14 | 2 | 60 | 53 | 58 |
| Octal | 334 | 372 | 310 | 14 | 0 | 24 | 2 | 140 | 123 | 130 |
| Binary | 11011100 | 11111010 | 11001000 | 1100 | 0 | 10100 | 10 | 1100000 | 1010011 | 1011000 |
Color Harmonies of #DCFAC8
Complementary color
Monochromatic Colors of #DCFAC8
Black with #DCFAC8
Text Example
Text Example
White with #DCFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAC8; }
p { color: rgb(220,250,200); }
H1.HeaderClassName
{
color: #DCFAC8;
}
.AnyTagClassName
{
color: #DCFAC8;
}
</style>
background-color css
<style>
a { background-color: #DCFAC8; }
a { background-color: rgb(220,250,200); }
div.DivClassName
{
background-color: #DCFAC8;
}
.BgClassName
{
background-color: #DCFAC8;
}
</style>
border-color css
<style>
span { border-color: #DCFAC8; }
span { border-color: rgb(220,250,200); }
td.TdClassName
{
border-color: #DCFAC8;
}
.TagClassName
{
border-color: #DCFAC8;
}
</style>