Shades of Snowy Mint #DCFBC8
Tints of Snowy Mint #DCFBC8
RGB
CMYK
RGB Variations
Color information
#DCFBC8 (or 0xDCFBC8) is known color: Snowy Mint. HEX triplet: DC, FB and C8. RGB value is (220,251,200). Sum of RGB (Red+Green+Blue) = 220+251+200=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC8 is #230437. Grayscale: #ECECEC. Windows color (decimal): -2294840 or 13171676. OLE color: 13171676.
HSL color Cylindrical-coordinate representation of color #DCFBC8: hue angle of 96.47º degrees, saturation: 0.86, 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 #DCFBC8 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 200 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.02 |
| HSL | 96.47º | 0.86% | 0.88% | - |
| HSV(B) | 96.47º | 0.2% | 0.98% | - |
| XYZ | 74.44 | 88.38 | 67.78 | - |
| YUV | 235.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 200 | 0.12 | 0 | 0.20 | 0.02 | 96.47 | 0.86 | 0.88 |
| Hex | DC | FB | C8 | C | 0 | 14 | 2 | 60 | 56 | 58 |
| Octal | 334 | 373 | 310 | 14 | 0 | 24 | 2 | 140 | 126 | 130 |
| Binary | 11011100 | 11111011 | 11001000 | 1100 | 0 | 10100 | 10 | 1100000 | 1010110 | 1011000 |
Color Harmonies of #DCFBC8
Complementary color
Monochromatic Colors of #DCFBC8
Black with #DCFBC8
Text Example
Text Example
White with #DCFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBC8; }
p { color: rgb(220,251,200); }
H1.HeaderClassName
{
color: #DCFBC8;
}
.AnyTagClassName
{
color: #DCFBC8;
}
</style>
background-color css
<style>
a { background-color: #DCFBC8; }
a { background-color: rgb(220,251,200); }
div.DivClassName
{
background-color: #DCFBC8;
}
.BgClassName
{
background-color: #DCFBC8;
}
</style>
border-color css
<style>
span { border-color: #DCFBC8; }
span { border-color: rgb(220,251,200); }
td.TdClassName
{
border-color: #DCFBC8;
}
.TagClassName
{
border-color: #DCFBC8;
}
</style>