Shades of Snowy Mint #DCFFC9
Tints of Snowy Mint #DCFFC9
RGB
CMYK
RGB Variations
Color information
#DCFFC9 (or 0xDCFFC9) is known color: Snowy Mint. HEX triplet: DC, FF and C9. RGB value is (220,255,201). Sum of RGB (Red+Green+Blue) = 220+255+201=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 201 (78.91% from 255 or 29.73% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC9 is #230036. Grayscale: #EEEEEE. Windows color (decimal): -2293815 or 13238236. OLE color: 13238236.
HSL color Cylindrical-coordinate representation of color #DCFFC9: hue angle of 98.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFFC9 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 201 | - |
| CMYK | 0.14 | 0 | 0.21 | 0 |
| HSL | 98.89º | 1% | 0.89% | - |
| HSV(B) | 98.89º | 0.21% | 1% | - |
| XYZ | 75.82 | 90.95 | 68.82 | - |
| YUV | 238.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 201 | 0.14 | 0 | 0.21 | 0 | 98.89 | 1 | 0.89 |
| Hex | DC | FF | C9 | E | 0 | 15 | 0 | 63 | 64 | 59 |
| Octal | 334 | 377 | 311 | 16 | 0 | 25 | 0 | 143 | 144 | 131 |
| Binary | 11011100 | 11111111 | 11001001 | 1110 | 0 | 10101 | 0 | 1100011 | 1100100 | 1011001 |
Color Harmonies of #DCFFC9
Complementary color
Monochromatic Colors of #DCFFC9
Black with #DCFFC9
Text Example
Text Example
White with #DCFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC9; }
p { color: rgb(220,255,201); }
H1.HeaderClassName
{
color: #DCFFC9;
}
.AnyTagClassName
{
color: #DCFFC9;
}
</style>
background-color css
<style>
a { background-color: #DCFFC9; }
a { background-color: rgb(220,255,201); }
div.DivClassName
{
background-color: #DCFFC9;
}
.BgClassName
{
background-color: #DCFFC9;
}
</style>
border-color css
<style>
span { border-color: #DCFFC9; }
span { border-color: rgb(220,255,201); }
td.TdClassName
{
border-color: #DCFFC9;
}
.TagClassName
{
border-color: #DCFFC9;
}
</style>