Shades of Snowy Mint #DCFACA
Tints of Snowy Mint #DCFACA
RGB
CMYK
RGB Variations
Color information
#DCFACA (or 0xDCFACA) is known color: Snowy Mint. HEX triplet: DC, FA and CA. RGB value is (220,250,202). Sum of RGB (Red+Green+Blue) = 220+250+202=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFACA is #230535. Grayscale: #EBEBEB. Windows color (decimal): -2295094 or 13302492. OLE color: 13302492.
HSL color Cylindrical-coordinate representation of color #DCFACA: hue angle of 97.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFACA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 202 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.02 |
| HSL | 97.5º | 0.83% | 0.89% | - |
| HSV(B) | 97.5º | 0.19% | 0.98% | - |
| XYZ | 74.36 | 87.85 | 68.91 | - |
| YUV | 235.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 202 | 0.12 | 0 | 0.19 | 0.02 | 97.5 | 0.83 | 0.89 |
| Hex | DC | FA | CA | C | 0 | 13 | 2 | 62 | 53 | 59 |
| Octal | 334 | 372 | 312 | 14 | 0 | 23 | 2 | 142 | 123 | 131 |
| Binary | 11011100 | 11111010 | 11001010 | 1100 | 0 | 10011 | 10 | 1100010 | 1010011 | 1011001 |
Color Harmonies of #DCFACA
Complementary color
Monochromatic Colors of #DCFACA
Black with #DCFACA
Text Example
Text Example
White with #DCFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFACA; }
p { color: rgb(220,250,202); }
H1.HeaderClassName
{
color: #DCFACA;
}
.AnyTagClassName
{
color: #DCFACA;
}
</style>
background-color css
<style>
a { background-color: #DCFACA; }
a { background-color: rgb(220,250,202); }
div.DivClassName
{
background-color: #DCFACA;
}
.BgClassName
{
background-color: #DCFACA;
}
</style>
border-color css
<style>
span { border-color: #DCFACA; }
span { border-color: rgb(220,250,202); }
td.TdClassName
{
border-color: #DCFACA;
}
.TagClassName
{
border-color: #DCFACA;
}
</style>