Shades of Snowy Mint #DCFBC9
Tints of Snowy Mint #DCFBC9
RGB
CMYK
RGB Variations
Color information
#DCFBC9 (or 0xDCFBC9) is known color: Snowy Mint. HEX triplet: DC, FB and C9. RGB value is (220,251,201). Sum of RGB (Red+Green+Blue) = 220+251+201=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC9 is #230436. Grayscale: #ECECEC. Windows color (decimal): -2294839 or 13237212. OLE color: 13237212.
HSL color Cylindrical-coordinate representation of color #DCFBC9: hue angle of 97.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFBC9 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 201 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.02 |
| HSL | 97.2º | 0.86% | 0.89% | - |
| HSV(B) | 97.2º | 0.2% | 0.98% | - |
| XYZ | 74.56 | 88.43 | 68.4 | - |
| YUV | 236.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 201 | 0.12 | 0 | 0.20 | 0.02 | 97.2 | 0.86 | 0.89 |
| Hex | DC | FB | C9 | C | 0 | 14 | 2 | 61 | 56 | 59 |
| Octal | 334 | 373 | 311 | 14 | 0 | 24 | 2 | 141 | 126 | 131 |
| Binary | 11011100 | 11111011 | 11001001 | 1100 | 0 | 10100 | 10 | 1100001 | 1010110 | 1011001 |
Color Harmonies of #DCFBC9
Complementary color
Monochromatic Colors of #DCFBC9
Black with #DCFBC9
Text Example
Text Example
White with #DCFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBC9; }
p { color: rgb(220,251,201); }
H1.HeaderClassName
{
color: #DCFBC9;
}
.AnyTagClassName
{
color: #DCFBC9;
}
</style>
background-color css
<style>
a { background-color: #DCFBC9; }
a { background-color: rgb(220,251,201); }
div.DivClassName
{
background-color: #DCFBC9;
}
.BgClassName
{
background-color: #DCFBC9;
}
</style>
border-color css
<style>
span { border-color: #DCFBC9; }
span { border-color: rgb(220,251,201); }
td.TdClassName
{
border-color: #DCFBC9;
}
.TagClassName
{
border-color: #DCFBC9;
}
</style>